{
  "_from": "uberproto@^2.0.6",
  "_id": "uberproto@2.0.6",
  "_inBundle": false,
  "_integrity": "sha512-68H97HffZoFaa3HFtpstahWorN9dSp5uTU6jo3GjIQ6JkJBR3hC2Nx/e/HFOoYHdUyT/Z1MRWfxN1EiQJZUyCQ==",
  "_location": "/uberproto",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "uberproto@^2.0.6",
    "name": "uberproto",
    "escapedName": "uberproto",
    "rawSpec": "^2.0.6",
    "saveSpec": null,
    "fetchSpec": "^2.0.6"
  },
  "_requiredBy": [
    "/@feathersjs/express",
    "/@feathersjs/feathers",
    "/@feathersjs/socketio"
  ],
  "_resolved": "https://registry.npmjs.org/uberproto/-/uberproto-2.0.6.tgz",
  "_shasum": "709274d183bce6fb734dfd3880d2086ed72b69e5",
  "_spec": "uberproto@^2.0.6",
  "_where": "/home/editor/editor.api/node_modules/@feathersjs/feathers",
  "author": {
    "name": "David Luecke",
    "email": "daff@neyeon.com",
    "url": "http://neyeon.com"
  },
  "bugs": {
    "url": "https://github.com/daffl/uberproto/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "JavaScript object inheritance sugar: Easy extension, mixins, super methods, proxies",
  "devDependencies": {
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^7.0.1",
    "semistandard": "^14.2.0",
    "shx": "^0.3.2",
    "uglify-js": "^3.7.7"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "http://daffl.github.com/uberproto",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "main": "lib/proto",
  "name": "uberproto",
  "repository": {
    "type": "git",
    "url": "git://github.com/daffl/uberproto.git"
  },
  "scripts": {
    "add-dist": "npm run clean && npm run build && git add dist/ --force && git commit -am \"Updating dist\"",
    "build": "npm run clean && npm run copy && npm run uglifyjs",
    "changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
    "clean": "shx rm -rf dist/ && shx mkdir -p dist",
    "copy": "shx cp lib/proto.js dist/proto.js",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- test/test.js",
    "lint": "semistandard --fix",
    "mocha": "mocha test/test.js",
    "publish": "git push origin --tags && npm run changelog && git push origin",
    "release:major": "npm run add-dist && npm version major && npm publish",
    "release:minor": "npm run add-dist && npm version minor && npm publish",
    "release:patch": "npm run add-dist && npm version patch && npm publish",
    "test": "npm run lint && npm run coverage",
    "uglifyjs": "uglifyjs lib/proto.js --compress --mangle > dist/proto.min.js"
  },
  "semistandard": {
    "env": [
      "mocha"
    ]
  },
  "version": "2.0.6"
}
