package.json (4353B)
1 { 2 "_args": [ 3 [ 4 "body-parser@^1.19.0", 5 "/home/hide4/Documents/Javascript/TwitWebGraph" 6 ] 7 ], 8 "_from": "body-parser@>=1.19.0 <2.0.0", 9 "_hasShrinkwrap": false, 10 "_id": "body-parser@1.19.0", 11 "_inCache": true, 12 "_installable": true, 13 "_location": "/body-parser", 14 "_nodeVersion": "8.16.0", 15 "_npmOperationalInternal": { 16 "host": "s3://npm-registry-packages", 17 "tmp": "tmp/body-parser_1.19.0_1556249483843_0.8465662994525756" 18 }, 19 "_npmUser": { 20 "email": "doug@somethingdoug.com", 21 "name": "dougwilson" 22 }, 23 "_npmVersion": "6.4.1", 24 "_phantomChildren": {}, 25 "_requested": { 26 "name": "body-parser", 27 "raw": "body-parser@^1.19.0", 28 "rawSpec": "^1.19.0", 29 "scope": null, 30 "spec": ">=1.19.0 <2.0.0", 31 "type": "range" 32 }, 33 "_requiredBy": [ 34 "/", 35 "/express" 36 ], 37 "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", 38 "_shasum": "96b2709e57c9c4e09a6fd66a8fd979844f69f08a", 39 "_shrinkwrap": null, 40 "_spec": "body-parser@^1.19.0", 41 "_where": "/home/hide4/Documents/Javascript/TwitWebGraph", 42 "bugs": { 43 "url": "https://github.com/expressjs/body-parser/issues" 44 }, 45 "contributors": [ 46 { 47 "name": "Douglas Christopher Wilson", 48 "email": "doug@somethingdoug.com" 49 }, 50 { 51 "name": "Jonathan Ong", 52 "email": "me@jongleberry.com", 53 "url": "http://jongleberry.com" 54 } 55 ], 56 "dependencies": { 57 "bytes": "3.1.0", 58 "content-type": "~1.0.4", 59 "debug": "2.6.9", 60 "depd": "~1.1.2", 61 "http-errors": "1.7.2", 62 "iconv-lite": "0.4.24", 63 "on-finished": "~2.3.0", 64 "qs": "6.7.0", 65 "raw-body": "2.4.0", 66 "type-is": "~1.6.17" 67 }, 68 "description": "Node.js body parsing middleware", 69 "devDependencies": { 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 "istanbul": "0.4.5", 78 "methods": "1.1.2", 79 "mocha": "6.1.4", 80 "safe-buffer": "5.1.2", 81 "supertest": "4.0.2" 82 }, 83 "directories": {}, 84 "dist": { 85 "fileCount": 10, 86 "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", 87 "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwnuMCRA9TVsSAnZWagAA2zMP/3i2Q8pQBJx4azFOeuub\n/s3F445wJrDoAKA+6zSOLFMYYasZ0iF60NoE4taDupDF1hzpC4gCYgy9ZezQ\n75kKKBC48jCQP6Urx1tj6VUPzWqG6xdQMjhZpXrkK+EF5XYtAspb8+YSxaw4\nzf4atEm+7Q3N1qwvyfi8T/KQaK7WV6wC513pXTZv8SCtetX/4jBJwA4uUqLh\nXbuO5GcsjNEDmfX91YFKbb2+TvL2kuJkxVVdjeVv+UDLAs8AL+6afVJTe2vB\nmY+9CmSN2egWYDEXgpIowRTXzvasLJ8kQQH0dhseRrnF/k8cxX61VsT0MYEB\nd7mVyXFJE2WrN/HgiVCa9XSzLNn2bp/tyoz3W8TTSCqWOaY2cgbpFBUcBqWY\nmZSkqGqBj0lAJ3qMJw9tfIKiGtLEqsBwRoHTt6yQRsPTTD0wY3WzQTzedpS7\nPKEPDqrqMhDJpjv7vHZyP0E85lSYoDAMYPQ33fYvNbiuIMU4eDxoNJWUImXJ\nTN3uRKDn9QeE8mLTeglLVIu5+4FrDQNNjK6HHcetM89H8F4FGxGl090/H07x\nqc9A2Fe2yCeM6BICsO3BIRt0eClHS6jD15tMDbx9hx4Z4Qt+IgTn0NS4Ebj7\nW1V7qu/d6ajepEVd2kCXQkvJvslxzIGDxXo6OvTN757kROAWoYZNyGefqnou\nHXEH\r\n=IvFh\r\n-----END PGP SIGNATURE-----\r\n", 88 "shasum": "96b2709e57c9c4e09a6fd66a8fd979844f69f08a", 89 "tarball": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", 90 "unpackedSize": 56375 91 }, 92 "engines": { 93 "node": ">= 0.8" 94 }, 95 "gitHead": "998b265db57a80ae75ea51c55f6a191e2d168a60", 96 "homepage": "https://github.com/expressjs/body-parser#readme", 97 "license": "MIT", 98 "maintainers": [ 99 { 100 "name": "dougwilson", 101 "email": "doug@somethingdoug.com" 102 } 103 ], 104 "name": "body-parser", 105 "optionalDependencies": {}, 106 "readme": "ERROR: No README data found!", 107 "repository": { 108 "type": "git", 109 "url": "git+https://github.com/expressjs/body-parser.git" 110 }, 111 "scripts": { 112 "lint": "eslint --plugin markdown --ext js,md .", 113 "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/", 114 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/", 115 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/" 116 }, 117 "version": "1.19.0" 118 }