123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "name": "body-parser",
- "description": "Node.js body parsing middleware",
- "version": "1.9.0",
- "contributors": [
- {
- "name": "Douglas Christopher Wilson",
- "email": "doug@somethingdoug.com"
- },
- {
- "name": "Jonathan Ong",
- "email": "me@jongleberry.com",
- "url": "http://jongleberry.com"
- }
- ],
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/expressjs/body-parser"
- },
- "dependencies": {
- "bytes": "1.0.0",
- "depd": "~1.0.0",
- "iconv-lite": "0.4.4",
- "media-typer": "0.3.0",
- "on-finished": "2.1.0",
- "qs": "2.2.4",
- "raw-body": "1.3.0",
- "type-is": "~1.5.1"
- },
- "devDependencies": {
- "istanbul": "0.3.2",
- "mocha": "~1.21.4",
- "should": "~4.0.4",
- "supertest": "~0.13.0"
- },
- "files": [
- "lib/",
- "LICENSE",
- "HISTORY.md",
- "index.js"
- ],
- "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/"
- },
- "gitHead": "263f602e6ae34add6332c1eb4caa808893b0b711",
- "bugs": {
- "url": "https://github.com/expressjs/body-parser/issues"
- },
- "homepage": "https://github.com/expressjs/body-parser",
- "_id": "body-parser@1.9.0",
- "_shasum": "95d72943b1a4f67f56bbac9e0dcc837b68703605",
- "_from": "body-parser@^1.4.3",
- "_npmVersion": "1.4.21",
- "_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"
- }
- ],
- "dist": {
- "shasum": "95d72943b1a4f67f56bbac9e0dcc837b68703605",
- "tarball": "http://registry.npmjs.org/body-parser/-/body-parser-1.9.0.tgz"
- },
- "directories": {},
- "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.9.0.tgz"
- }
|