package.json (4146B)
1 { 2 "_args": [ 3 [ 4 { 5 "raw": "accepts@~1.3.7", 6 "scope": null, 7 "escapedName": "accepts", 8 "name": "accepts", 9 "rawSpec": "~1.3.7", 10 "spec": ">=1.3.7 <1.4.0", 11 "type": "range" 12 }, 13 "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express" 14 ] 15 ], 16 "_from": "accepts@>=1.3.7 <1.4.0", 17 "_hasShrinkwrap": false, 18 "_id": "accepts@1.3.7", 19 "_inCache": true, 20 "_location": "/accepts", 21 "_nodeVersion": "8.16.0", 22 "_npmOperationalInternal": { 23 "host": "s3://npm-registry-packages", 24 "tmp": "tmp/accepts_1.3.7_1556595662948_0.6750107293886682" 25 }, 26 "_npmUser": { 27 "name": "dougwilson", 28 "email": "doug@somethingdoug.com" 29 }, 30 "_npmVersion": "6.4.1", 31 "_phantomChildren": {}, 32 "_requested": { 33 "raw": "accepts@~1.3.7", 34 "scope": null, 35 "escapedName": "accepts", 36 "name": "accepts", 37 "rawSpec": "~1.3.7", 38 "spec": ">=1.3.7 <1.4.0", 39 "type": "range" 40 }, 41 "_requiredBy": [ 42 "/express" 43 ], 44 "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", 45 "_shasum": "531bc726517a3b2b41f850021c6cc15eaab507cd", 46 "_shrinkwrap": null, 47 "_spec": "accepts@~1.3.7", 48 "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express", 49 "bugs": { 50 "url": "https://github.com/jshttp/accepts/issues" 51 }, 52 "contributors": [ 53 { 54 "name": "Douglas Christopher Wilson", 55 "email": "doug@somethingdoug.com" 56 }, 57 { 58 "name": "Jonathan Ong", 59 "email": "me@jongleberry.com", 60 "url": "http://jongleberry.com" 61 } 62 ], 63 "dependencies": { 64 "mime-types": "~2.1.24", 65 "negotiator": "0.6.2" 66 }, 67 "description": "Higher-level content negotiation", 68 "devDependencies": { 69 "deep-equal": "1.0.1", 70 "eslint": "5.16.0", 71 "eslint-config-standard": "12.0.0", 72 "eslint-plugin-import": "2.17.2", 73 "eslint-plugin-markdown": "1.0.0", 74 "eslint-plugin-node": "8.0.1", 75 "eslint-plugin-promise": "4.1.1", 76 "eslint-plugin-standard": "4.0.0", 77 "mocha": "6.1.4", 78 "nyc": "14.0.0" 79 }, 80 "directories": {}, 81 "dist": { 82 "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", 83 "shasum": "531bc726517a3b2b41f850021c6cc15eaab507cd", 84 "tarball": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", 85 "fileCount": 5, 86 "unpackedSize": 16646, 87 "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcx8PPCRA9TVsSAnZWagAAM+kP/jPydIHPrA4TftraRNde\nnxojlC9prOP0Sn9FxBvevf3S9zBFEa2sa5fVUP4LUkNmG57fcmroDAaXnllW\nof8elLx8Al27QtOUi5lZ36AZAJ/aYHtGcTPnLjZejZOido1Mi2h8em/4Rk7M\nK/1RhYxG48u6B1Q/ZPXyJ23r95/PqfBhzAmaAKUfYBrcCMU/WT1SPS6DLCKv\nQZ6Oj9DFFlK7R+L15vRG7U1qmyMjkOVgK+oaNev7fpR0qVtc92xhfomgfrSK\ngqTrj05bKu4KIpJwH/T5GieWE2w7s42Q5TlmgWh/OMJNUFs9rltoe9tyetJE\nJcpTPFysR2lX5DS3YYwjgyguy515sseGMOIts0+92oE53OCKIC0FzE3IbPQw\nmXQCsUXK2IR+p3JwpIUz0oMswN4JDZ4I+BLNIy6LLibTiWw12NKdg1BWK/Yw\nJqZ5cyUW+45S3i82slyGttRABPS6WXq3CU5SqVp8+EUnwKqMceglw/b9dLfk\n0OiaPGGqUU48012PNNkqu1ERWqbb0JaGAlSrmaQRofGnceuAXvv2lCvAdhyc\n1hD32bl54Xox1ejJMCihiFJQCEOpTXrIEfXUEbyJFzSIZwaCW2uIP1OkYs9W\nPLWCaBiMcE12foiMMqv0cO1QrLYRyW1OPPttUhQoxbk//uKTMlrKPUjZM5PE\nR3Kk\r\n=HEy7\r\n-----END PGP SIGNATURE-----\r\n" 88 }, 89 "engines": { 90 "node": ">= 0.6" 91 }, 92 "gitHead": "2a6e060aebb52813fdb074e9e7f66da1cfa61902", 93 "homepage": "https://github.com/jshttp/accepts#readme", 94 "keywords": [ 95 "content", 96 "negotiation", 97 "accept", 98 "accepts" 99 ], 100 "license": "MIT", 101 "maintainers": [ 102 { 103 "name": "dougwilson", 104 "email": "doug@somethingdoug.com" 105 } 106 ], 107 "name": "accepts", 108 "optionalDependencies": {}, 109 "readme": "ERROR: No README data found!", 110 "repository": { 111 "type": "git", 112 "url": "git+https://github.com/jshttp/accepts.git" 113 }, 114 "scripts": { 115 "lint": "eslint --plugin markdown --ext js,md .", 116 "test": "mocha --reporter spec --check-leaks --bail test/", 117 "test-cov": "nyc --reporter=html --reporter=text npm test", 118 "test-travis": "nyc --reporter=text npm test" 119 }, 120 "version": "1.3.7" 121 }