summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/body-parser/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/main/webapp/usageguide/appserver/node_modules/body-parser/package.json')
-rw-r--r--common/src/main/webapp/usageguide/appserver/node_modules/body-parser/package.json88
1 files changed, 88 insertions, 0 deletions
diff --git a/common/src/main/webapp/usageguide/appserver/node_modules/body-parser/package.json b/common/src/main/webapp/usageguide/appserver/node_modules/body-parser/package.json
new file mode 100644
index 0000000..2d75d95
--- /dev/null
+++ b/common/src/main/webapp/usageguide/appserver/node_modules/body-parser/package.json
@@ -0,0 +1,88 @@
+{
+ "name": "body-parser",
+ "description": "Node.js body parsing middleware",
+ "version": "1.15.2",
+ "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": "git+https://github.com/expressjs/body-parser.git"
+ },
+ "dependencies": {
+ "bytes": "2.4.0",
+ "content-type": "~1.0.2",
+ "debug": "~2.2.0",
+ "depd": "~1.1.0",
+ "http-errors": "~1.5.0",
+ "iconv-lite": "0.4.13",
+ "on-finished": "~2.3.0",
+ "qs": "6.2.0",
+ "raw-body": "~2.1.7",
+ "type-is": "~1.6.13"
+ },
+ "devDependencies": {
+ "eslint": "2.13.0",
+ "eslint-config-standard": "5.3.1",
+ "eslint-plugin-promise": "1.3.2",
+ "eslint-plugin-standard": "1.3.2",
+ "istanbul": "0.4.3",
+ "methods": "1.1.2",
+ "mocha": "2.5.3",
+ "supertest": "1.1.0"
+ },
+ "files": [
+ "lib/",
+ "LICENSE",
+ "HISTORY.md",
+ "index.js"
+ ],
+ "engines": {
+ "node": ">= 0.8"
+ },
+ "scripts": {
+ "lint": "eslint **/*.js",
+ "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/"
+ },
+ "gitHead": "3c8218446d919a5e87fa696971fb7f69b10afc1c",
+ "bugs": {
+ "url": "https://github.com/expressjs/body-parser/issues"
+ },
+ "homepage": "https://github.com/expressjs/body-parser#readme",
+ "_id": "body-parser@1.15.2",
+ "_shasum": "d7578cf4f1d11d5f6ea804cef35dc7a7ff6dae67",
+ "_from": "body-parser@latest",
+ "_npmVersion": "2.15.1",
+ "_nodeVersion": "4.4.3",
+ "_npmUser": {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ "dist": {
+ "shasum": "d7578cf4f1d11d5f6ea804cef35dc7a7ff6dae67",
+ "tarball": "https://registry.npmjs.org/body-parser/-/body-parser-1.15.2.tgz"
+ },
+ "maintainers": [
+ {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ }
+ ],
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/body-parser-1.15.2.tgz_1466393694089_0.7908455491997302"
+ },
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.15.2.tgz"
+}