package.json (4052B)
1 { 2 "_args": [ 3 [ 4 { 5 "raw": "cookie@0.4.0", 6 "scope": null, 7 "escapedName": "cookie", 8 "name": "cookie", 9 "rawSpec": "0.4.0", 10 "spec": "0.4.0", 11 "type": "version" 12 }, 13 "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express" 14 ] 15 ], 16 "_from": "cookie@0.4.0", 17 "_hasShrinkwrap": false, 18 "_id": "cookie@0.4.0", 19 "_inCache": true, 20 "_location": "/cookie", 21 "_nodeVersion": "8.16.0", 22 "_npmOperationalInternal": { 23 "host": "s3://npm-registry-packages", 24 "tmp": "tmp/cookie_0.4.0_1557977167056_0.23732140409492142" 25 }, 26 "_npmUser": { 27 "name": "dougwilson", 28 "email": "doug@somethingdoug.com" 29 }, 30 "_npmVersion": "6.4.1", 31 "_phantomChildren": {}, 32 "_requested": { 33 "raw": "cookie@0.4.0", 34 "scope": null, 35 "escapedName": "cookie", 36 "name": "cookie", 37 "rawSpec": "0.4.0", 38 "spec": "0.4.0", 39 "type": "version" 40 }, 41 "_requiredBy": [ 42 "/express" 43 ], 44 "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", 45 "_shasum": "beb437e7022b3b6d49019d088665303ebe9c14ba", 46 "_shrinkwrap": null, 47 "_spec": "cookie@0.4.0", 48 "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express", 49 "author": { 50 "name": "Roman Shtylman", 51 "email": "shtylman@gmail.com" 52 }, 53 "bugs": { 54 "url": "https://github.com/jshttp/cookie/issues" 55 }, 56 "contributors": [ 57 { 58 "name": "Douglas Christopher Wilson", 59 "email": "doug@somethingdoug.com" 60 } 61 ], 62 "dependencies": {}, 63 "description": "HTTP server cookie parsing and serialization", 64 "devDependencies": { 65 "beautify-benchmark": "0.2.4", 66 "benchmark": "2.1.4", 67 "eslint": "5.16.0", 68 "eslint-plugin-markdown": "1.0.0", 69 "istanbul": "0.4.5", 70 "mocha": "6.1.4" 71 }, 72 "directories": {}, 73 "dist": { 74 "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==", 75 "shasum": "beb437e7022b3b6d49019d088665303ebe9c14ba", 76 "tarball": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", 77 "fileCount": 5, 78 "unpackedSize": 17858, 79 "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3NhPCRA9TVsSAnZWagAADA4P/0Y8HkoR7zm45iuEtjAd\nEfcXA4oFAC9rTJtAWNcmDGwTW1HxfIX3M9ci8WSjlwbEqWsvE6XJYq4yjhZq\ncwj7IRftR1aGaGusZPrBQTXnwqMvRKTFG4ZMwH/IeeoEtmBq9hJJZX8yXjNL\nZbaAq84JTiGriMb9kjS+sizB6dHMUrCN4SDTP6EUEAVuF6lIVrikG3G6i7am\nqXeFIVXJQFn31/MRV/258l6eOefuPTlgWqpiBBLSScxSOSsyLhW2+FTpZ1Ga\n8wqAhQVf0JATKrElCH5x2u2slNxOI8FltAwxfMFHzN/5Q2XlOFznqFqoO1l6\nEYF0NgJQZXBQuKWIAVIyqwBZ5fQ9+lhjKtVqCGbcw9I2U+TRK0eHMNDgI+pR\nebdSwAhVWGTp0o2ahqhQBW/CB+tPgIjgy0lPRg5ioPs9noBb6AZZ5H9I0Ffm\niWO1FsneQYbFL+2IM/P3rIQefwFTParMXRuq70XxuVcU+cTXNi4X8lzH8KiJ\ncnq3Pit6czof7+OvNBWQAIq++d6z1tMq+ELOqp7L0QogZl7OGI/nFtZQrTbn\n2VtTg4su5j/zkE350pwTXirnRkS/9AiignuLco2H9PspMxEadPnmmakwErZJ\n+KXAFLAHZhgxfa7meSbFFoYDarbpuizUzDDULbUM0murTVR2dAYZUnCByEoi\nvmIe\r\n=Oa0u\r\n-----END PGP SIGNATURE-----\r\n" 80 }, 81 "engines": { 82 "node": ">= 0.6" 83 }, 84 "gitHead": "aec1177c7da67e3b3273df96cf476824dbc9ae09", 85 "homepage": "https://github.com/jshttp/cookie#readme", 86 "keywords": [ 87 "cookie", 88 "cookies" 89 ], 90 "license": "MIT", 91 "maintainers": [ 92 { 93 "name": "dougwilson", 94 "email": "doug@somethingdoug.com" 95 } 96 ], 97 "name": "cookie", 98 "optionalDependencies": {}, 99 "readme": "ERROR: No README data found!", 100 "repository": { 101 "type": "git", 102 "url": "git+https://github.com/jshttp/cookie.git" 103 }, 104 "scripts": { 105 "bench": "node benchmark/index.js", 106 "lint": "eslint --plugin markdown --ext js,md .", 107 "test": "mocha --reporter spec --bail --check-leaks test/", 108 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", 109 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", 110 "version": "node scripts/version-history.js && git add HISTORY.md" 111 }, 112 "version": "0.4.0" 113 }