{ "name": "body-parser", "description": "Node.js body parsing middleware", "version": "1.4.3", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" }, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" } ], "license": "MIT", "repository": { "type": "git", "url": "git://github.com/expressjs/body-parser" }, "dependencies": { "bytes": "1.0.0", "depd": "0.3.0", "iconv-lite": "0.4.3", "media-typer": "0.2.0", "qs": "0.6.6", "raw-body": "1.2.2", "type-is": "1.3.1" }, "devDependencies": { "istanbul": "0.2.10", "mocha": "~1.20.1", "should": "~4.0.4", "supertest": "~0.13.0" }, "engines": { "node": ">= 0.8" }, "scripts": { "test": "mocha --require should --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/" }, "bugs": { "url": "https://github.com/expressjs/body-parser/issues" }, "homepage": "https://github.com/expressjs/body-parser", "_id": "body-parser@1.4.3", "dist": { "shasum": "4727952cff4af0773eefa4b226c2f4122f5e234d", "tarball": "http://registry.npmjs.org/body-parser/-/body-parser-1.4.3.tgz" }, "_from": "body-parser@>=1.4.3 <1.5.0", "_npmVersion": "1.4.3", "_npmUser": { "name": "dougwilson", "email": "doug@somethingdoug.com" }, "maintainers": [ { "name": "jongleberry", "email": "jonathanrichardong@gmail.com" }, { "name": "dougwilson", "email": "doug@somethingdoug.com" }, { "name": "tjholowaychuk", "email": "tj@vision-media.ca" }, { "name": "shtylman", "email": "shtylman@gmail.com" }, { "name": "mscdex", "email": "mscdex@mscdex.net" }, { "name": "fishrock123", "email": "fishrock123@rocketmail.com" } ], "directories": {}, "_shasum": "4727952cff4af0773eefa4b226c2f4122f5e234d", "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.4.3.tgz" }