package.json 3.04 KB
{
  "_args": [
    [
      "gun@0.2020.430",
      "/home/coder/.ncsapps/gun-multiserver"
    ]
  ],
  "_from": "gun@0.2020.430",
  "_id": "gun@0.2020.430",
  "_inBundle": false,
  "_integrity": "sha512-mCRrz/VUflCGaRVOA4pTnRo5YSP5pa0lpSszqQ6offJQC9PzClvl2aofpaaHOXx5rFzw34HP/EjWZP3cxen3gQ==",
  "_location": "/gun",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gun@0.2020.430",
    "name": "gun",
    "escapedName": "gun",
    "rawSpec": "0.2020.430",
    "saveSpec": null,
    "fetchSpec": "0.2020.430"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/gun/-/gun-0.2020.430.tgz",
  "_spec": "0.2020.430",
  "_where": "/home/coder/.ncsapps/gun-multiserver",
  "android": "browser.android.js",
  "author": {
    "name": "Mark Nadal"
  },
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/amark/gun/issues"
  },
  "dependencies": {
    "buffer": "^5.4.3",
    "bufferutil": "^4.0.1",
    "emailjs": "^2.2.0",
    "isomorphic-webcrypto": "^2.3.2",
    "text-encoding": "^0.7.0",
    "utf-8-validate": "^5.0.2",
    "ws": "^7.2.1"
  },
  "description": "A realtime, decentralized, offline-first, graph data synchronization engine.",
  "devDependencies": {
    "@types/ip": "^1.1.0",
    "@types/mocha": "^7.0.1",
    "@types/node": "^13.7.0",
    "@types/uglify-js": "^3.0.4",
    "@types/ws": "^7.2.1",
    "aws-sdk": "^2.528.0",
    "ip": "^1.1.5",
    "mocha": "^6.2.0",
    "panic-manager": "^1.2.0",
    "panic-server": "^1.1.1",
    "uglify-js": "^3.6.0"
  },
  "engines": {
    "node": ">=0.8.4"
  },
  "homepage": "https://github.com/amark/gun#readme",
  "ios": "browser.ios.js",
  "keywords": [
    "gun",
    "gunDB",
    "graph",
    "document",
    "key",
    "value",
    "relational",
    "datastore",
    "database",
    "engine",
    "realtime",
    "decentralized",
    "peer-to-peer",
    "distributed",
    "P2P",
    "OSS",
    "embedded",
    "localstorage",
    "S3"
  ],
  "license": "(Zlib OR MIT OR Apache-2.0)",
  "main": "index.js",
  "name": "gun",
  "optionalDependencies": {
    "bufferutil": "^4.0.1",
    "emailjs": "^2.2.0",
    "isomorphic-webcrypto": "^2.3.2",
    "text-encoding": "^0.7.0",
    "utf-8-validate": "^5.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amark/gun.git"
  },
  "scripts": {
    "debug": "node --prof-process --preprocess -j isolate*.log > v8.json && rm isolate*.log && echo 'drag & drop ./v8.json into https://mapbox.github.io/flamebearer/'",
    "docker": "hooks/build",
    "e2e": "mocha e2e/distributed.js",
    "https": "HTTPS_KEY=test/https/server.key HTTPS_CERT=test/https/server.crt npm start",
    "minify": "uglifyjs gun.js -o gun.min.js -c -m",
    "prepublishOnly": "npm run unbuild",
    "start": "node --prof examples/http.js",
    "test": "mocha",
    "testaxe": "mocha test/axe/holy-grail.js",
    "testsea": "mocha test/sea/sea.js",
    "unbuild": "node lib/unbuild.js & npm run minify",
    "unbuildMeta": "node lib/unbuild.js lib/meta"
  },
  "types": "index.d.ts",
  "version": "0.2020.430"
}