aboutsummaryrefslogtreecommitdiff
path: root/node_modules/body-parser/package.json
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-28 02:20:52 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-28 02:20:52 +0000
commit4cff38c8f7b65dab1fd72ea835ea7288327d1056 (patch)
treeac93acd69e77eef1e352af953d56238d70ea9c5d /node_modules/body-parser/package.json
parente11dd98c9a55cd1742d221e3b1ea90d31e240fa8 (diff)
Fixed admin bug
Diffstat (limited to 'node_modules/body-parser/package.json')
-rw-r--r--node_modules/body-parser/package.json120
1 files changed, 44 insertions, 76 deletions
diff --git a/node_modules/body-parser/package.json b/node_modules/body-parser/package.json
index f70556c..f1075c7 100644
--- a/node_modules/body-parser/package.json
+++ b/node_modules/body-parser/package.json
@@ -1,63 +1,23 @@
{
- "_args": [
- [
- {
- "name": "body-parser",
- "raw": "body-parser",
- "rawSpec": "",
- "scope": null,
- "spec": "latest",
- "type": "tag"
- },
- "/Users/warefhaque/CSC309/solutions_repo"
- ]
- ],
- "_from": "body-parser@latest",
- "_id": "body-parser@1.15.2",
- "_inCache": true,
- "_installable": true,
- "_location": "/body-parser",
- "_nodeVersion": "4.4.3",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/body-parser-1.15.2.tgz_1466393694089_0.7908455491997302"
- },
- "_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.2.tgz",
- "_shasum": "d7578cf4f1d11d5f6ea804cef35dc7a7ff6dae67",
- "_shrinkwrap": null,
- "_spec": "body-parser",
- "_where": "/Users/warefhaque/CSC309/solutions_repo",
- "bugs": {
- "url": "https://github.com/expressjs/body-parser/issues"
- },
+ "name": "body-parser",
+ "description": "Node.js body parsing middleware",
+ "version": "1.15.2",
"contributors": [
{
- "email": "doug@somethingdoug.com",
- "name": "Douglas Christopher Wilson"
+ "name": "Douglas Christopher Wilson",
+ "email": "doug@somethingdoug.com"
},
{
- "email": "me@jongleberry.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",
@@ -70,7 +30,6 @@
"raw-body": "~2.1.7",
"type-is": "~1.6.13"
},
- "description": "Node.js body parsing middleware",
"devDependencies": {
"eslint": "2.13.0",
"eslint-config-standard": "5.3.1",
@@ -81,35 +40,14 @@
"mocha": "2.5.3",
"supertest": "1.1.0"
},
- "directories": {},
- "dist": {
- "shasum": "d7578cf4f1d11d5f6ea804cef35dc7a7ff6dae67",
- "tarball": "https://registry.npmjs.org/body-parser/-/body-parser-1.15.2.tgz"
- },
- "engines": {
- "node": ">= 0.8"
- },
"files": [
"lib/",
"LICENSE",
"HISTORY.md",
"index.js"
],
- "gitHead": "3c8218446d919a5e87fa696971fb7f69b10afc1c",
- "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"
+ "engines": {
+ "node": ">= 0.8"
},
"scripts": {
"lint": "eslint **/*.js",
@@ -117,5 +55,35 @@
"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.2"
+ "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@>=1.15.2 <2.0.0",
+ "_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",
+ "readme": "ERROR: No README data found!"
}