aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/body-parser/package.json
diff options
context:
space:
mode:
authorTeddy Wing2014-10-30 20:27:55 -0400
committerTeddy Wing2014-10-30 20:27:55 -0400
commitfb4b26ac3aa96432fabeaa5b180690a7f5e3c981 (patch)
treef3d9c7d231569417f72aab4e12b26d76e0cfed68 /node_modules/body-parser/package.json
parent65600960507d714053d6c7ba99b8e3ced1d6761f (diff)
downloadsipping-point-fb4b26ac3aa96432fabeaa5b180690a7f5e3c981.tar.bz2
Add node_modules/
Diffstat (limited to 'node_modules/body-parser/package.json')
-rw-r--r--node_modules/body-parser/package.json97
1 files changed, 97 insertions, 0 deletions
diff --git a/node_modules/body-parser/package.json b/node_modules/body-parser/package.json
new file mode 100644
index 0000000..b3f3c69
--- /dev/null
+++ b/node_modules/body-parser/package.json
@@ -0,0 +1,97 @@
+{
+ "name": "body-parser",
+ "description": "Node.js body parsing middleware",
+ "version": "1.8.4",
+ "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": "0.4.5",
+ "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": "e12078f4b7cf2cf3925304b16c6fd66522f72c40",
+ "bugs": {
+ "url": "https://github.com/expressjs/body-parser/issues"
+ },
+ "homepage": "https://github.com/expressjs/body-parser",
+ "_id": "body-parser@1.8.4",
+ "_shasum": "d497e04bc13b3f9a8bd8c70bb0cdc16f2e028898",
+ "_from": "body-parser@>=1.8.1 <1.9.0",
+ "_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": "d497e04bc13b3f9a8bd8c70bb0cdc16f2e028898",
+ "tarball": "http://registry.npmjs.org/body-parser/-/body-parser-1.8.4.tgz"
+ },
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.8.4.tgz",
+ "readme": "ERROR: No README data found!"
+}