{ "_args": [ [ "body-parser", "/Users/flavioalmeida/Desktop/stages/aluraframe/server" ] ], "_from": "body-parser@latest", "_id": "body-parser@1.15.1", "_inCache": true, "_installable": true, "_location": "/body-parser", "_nodeVersion": "4.4.3", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/body-parser-1.15.1.tgz_1462512908287_0.2557021768298" }, "_npmUser": { "email": "doug@somethingdoug.com", "name": "dougwilson" }, "_npmVersion": "2.15.1", "_phantomChildren": {}, "_requested": { "name": "body-parser", "raw": "body-parser", "rawSpec": "", "scope": null, "spec": "latest", "type": "tag" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.15.1.tgz", "_shasum": "9bceef0669b8f8b943f0ad8ce5d95716bd740fd2", "_shrinkwrap": null, "_spec": "body-parser", "_where": "/Users/flavioalmeida/Desktop/stages/aluraframe/server", "bugs": { "url": "https://github.com/expressjs/body-parser/issues" }, "contributors": [ { "email": "doug@somethingdoug.com", "name": "Douglas Christopher Wilson" }, { "email": "me@jongleberry.com", "name": "Jonathan Ong", "url": "http://jongleberry.com" } ], "dependencies": { "bytes": "2.3.0", "content-type": "~1.0.1", "debug": "~2.2.0", "depd": "~1.1.0", "http-errors": "~1.4.0", "iconv-lite": "0.4.13", "on-finished": "~2.3.0", "qs": "6.1.0", "raw-body": "~2.1.6", "type-is": "~1.6.12" }, "description": "Node.js body parsing middleware", "devDependencies": { "istanbul": "0.4.3", "methods": "1.1.2", "mocha": "2.4.5", "supertest": "1.1.0" }, "directories": {}, "dist": { "shasum": "9bceef0669b8f8b943f0ad8ce5d95716bd740fd2", "tarball": "https://registry.npmjs.org/body-parser/-/body-parser-1.15.1.tgz" }, "engines": { "node": ">= 0.8" }, "files": [ "lib/", "LICENSE", "HISTORY.md", "index.js" ], "gitHead": "e701380ab9b862bbf2223e4df4835a15e4e1ff66", "homepage": "https://github.com/expressjs/body-parser#readme", "license": "MIT", "maintainers": [ { "email": "doug@somethingdoug.com", "name": "dougwilson" } ], "name": "body-parser", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/expressjs/body-parser.git" }, "scripts": { "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.15.1" }