{ "_args": [ [ { "raw": "body-parser", "scope": null, "escapedName": "body-parser", "name": "body-parser", "rawSpec": "", "spec": "latest", "type": "tag" }, "/home/nemboru/workshop/daa-custom-stack/backend" ] ], "_from": "body-parser@latest", "_id": "body-parser@1.16.1", "_inCache": true, "_location": "/body-parser", "_nodeVersion": "4.6.1", "_npmOperationalInternal": { "host": "packages-18-east.internal.npmjs.com", "tmp": "tmp/body-parser-1.16.1.tgz_1486777002177_0.4995518890209496" }, "_npmUser": { "email": "doug@somethingdoug.com", "name": "dougwilson" }, "_npmVersion": "2.15.9", "_phantomChildren": {}, "_requested": { "escapedName": "body-parser", "name": "body-parser", "raw": "body-parser", "rawSpec": "", "scope": null, "spec": "latest", "type": "tag" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.16.1.tgz", "_shasum": "51540d045adfa7a0c6995a014bb6b1ed9b802329", "_shrinkwrap": null, "_spec": "body-parser", "_where": "/home/nemboru/workshop/daa-custom-stack/backend", "bugs": { "url": "https://github.com/expressjs/body-parser/issues" }, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" } ], "dependencies": { "bytes": "2.4.0", "content-type": "~1.0.2", "debug": "2.6.1", "depd": "~1.1.0", "http-errors": "~1.5.1", "iconv-lite": "0.4.15", "on-finished": "~2.3.0", "qs": "6.2.1", "raw-body": "~2.2.0", "type-is": "~1.6.14" }, "description": "Node.js body parsing middleware", "devDependencies": { "eslint": "3.15.0", "eslint-config-standard": "6.2.1", "eslint-plugin-markdown": "1.0.0-beta.3", "eslint-plugin-promise": "3.4.0", "eslint-plugin-standard": "2.0.1", "istanbul": "0.4.5", "methods": "1.1.2", "mocha": "2.5.3", "supertest": "1.1.0" }, "directories": {}, "dist": { "shasum": "51540d045adfa7a0c6995a014bb6b1ed9b802329", "tarball": "https://registry.npmjs.org/body-parser/-/body-parser-1.16.1.tgz" }, "engines": { "node": ">= 0.8" }, "files": [ "HISTORY.md", "LICENSE", "index.js", "lib/" ], "gitHead": "7b630f701d084267a8b9883b27f627014e003d47", "homepage": "https://github.com/expressjs/body-parser#readme", "license": "MIT", "maintainers": [ { "name": "dougwilson", "email": "doug@somethingdoug.com" } ], "name": "body-parser", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/expressjs/body-parser.git" }, "scripts": { "lint": "eslint --plugin markdown --ext js,md .", "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/" }, "version": "1.16.1" }