{
  "_args": [
    [
      "genfun@^5.0.0",
      "/var/www/html/isbn/resources/angular-app/node_modules/protoduck"
    ]
  ],
  "_from": "genfun@>=5.0.0 <6.0.0",
  "_id": "genfun@5.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/genfun",
  "_nodeVersion": "8.9.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/genfun-5.0.0.tgz_1513112295545_0.36507095326669514"
  },
  "_npmUser": {
    "email": "kzm@sykosomatic.org",
    "name": "zkat"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "genfun",
    "raw": "genfun@^5.0.0",
    "rawSpec": "^5.0.0",
    "scope": null,
    "spec": ">=5.0.0 <6.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/protoduck"
  ],
  "_resolved": "https://registry.npmjs.org/genfun/-/genfun-5.0.0.tgz",
  "_shasum": "9dd9710a06900a5c4a5bf57aca5da4e52fe76537",
  "_shrinkwrap": null,
  "_spec": "genfun@^5.0.0",
  "_where": "/var/www/html/isbn/resources/angular-app/node_modules/protoduck",
  "author": {
    "email": "kzm@sykosomatic.org",
    "name": "Kat Marchán"
  },
  "bugs": {
    "url": "https://github.com/zkat/genfun/issues"
  },
  "dependencies": {},
  "description": "Fast, prototype-friendly multimethods.",
  "devDependencies": {
    "mocha": "^3.2.0",
    "nyc": "^10.2.0",
    "standard": "^10.0.2",
    "standard-version": "^4.0.0",
    "weallbehave": "^1.0.3",
    "weallcontribute": "^1.0.8"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA==",
    "shasum": "9dd9710a06900a5c4a5bf57aca5da4e52fe76537",
    "tarball": "https://registry.npmjs.org/genfun/-/genfun-5.0.0.tgz"
  },
  "files": [
    "lib/*.js"
  ],
  "gitHead": "6569a203f7287c4c5f98a5f071a5ce734086da77",
  "homepage": "http://github.com/zkat/genfun",
  "keywords": [
    "clos",
    "functional",
    "generic functions",
    "multimethod",
    "multiple dispatch",
    "object oriented",
    "oop",
    "polymorphic",
    "polymorphism",
    "protocols",
    "prototypes",
    "util"
  ],
  "license": "MIT",
  "main": "lib/genfun.js",
  "maintainers": [
    {
      "name": "zkat",
      "email": "kat@sykosomatic.org"
    }
  ],
  "name": "genfun",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/zkat/genfun.git"
  },
  "scripts": {
    "postrelease": "npm publish && git push --follow-tags",
    "prerelease": "npm t",
    "pretest": "standard lib",
    "release": "standard-version -s",
    "test": "nyc -- mocha --reporter spec",
    "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
    "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  },
  "version": "5.0.0"
}
