1{ 2 "_from": "genfun@^5.0.0", 3 "_id": "genfun@5.0.0", 4 "_inBundle": false, 5 "_integrity": "sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA==", 6 "_location": "/genfun", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "genfun@^5.0.0", 12 "name": "genfun", 13 "escapedName": "genfun", 14 "rawSpec": "^5.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^5.0.0" 17 }, 18 "_requiredBy": [ 19 "/protoduck" 20 ], 21 "_resolved": "https://registry.npmjs.org/genfun/-/genfun-5.0.0.tgz", 22 "_shasum": "9dd9710a06900a5c4a5bf57aca5da4e52fe76537", 23 "_spec": "genfun@^5.0.0", 24 "_where": "/Users/zkat/Documents/code/work/npm/node_modules/protoduck", 25 "author": { 26 "name": "Kat Marchán", 27 "email": "kzm@sykosomatic.org" 28 }, 29 "bugs": { 30 "url": "https://github.com/zkat/genfun/issues" 31 }, 32 "bundleDependencies": false, 33 "dependencies": {}, 34 "deprecated": false, 35 "description": "Fast, prototype-friendly multimethods.", 36 "devDependencies": { 37 "mocha": "^3.2.0", 38 "nyc": "^10.2.0", 39 "standard": "^10.0.2", 40 "standard-version": "^4.0.0", 41 "weallbehave": "^1.0.3", 42 "weallcontribute": "^1.0.8" 43 }, 44 "files": [ 45 "lib/*.js" 46 ], 47 "homepage": "http://github.com/zkat/genfun", 48 "keywords": [ 49 "clos", 50 "functional", 51 "oop", 52 "util", 53 "object oriented", 54 "prototypes", 55 "multimethod", 56 "generic functions", 57 "multiple dispatch", 58 "polymorphism", 59 "polymorphic", 60 "protocols" 61 ], 62 "license": "MIT", 63 "main": "lib/genfun.js", 64 "name": "genfun", 65 "repository": { 66 "type": "git", 67 "url": "git://github.com/zkat/genfun.git" 68 }, 69 "scripts": { 70 "postrelease": "npm publish && git push --follow-tags", 71 "prerelease": "npm t", 72 "pretest": "standard lib", 73 "release": "standard-version -s", 74 "test": "nyc -- mocha --reporter spec", 75 "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", 76 "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" 77 }, 78 "version": "5.0.0" 79} 80