Initial commit
[yaffs-website] / node_modules / body-parser / package.json
1 {
2   "_args": [
3     [
4       "body-parser@~1.14.0",
5       "/var/www/yaffs/node_modules/tiny-lr"
6     ]
7   ],
8   "_from": "body-parser@>=1.14.0 <1.15.0",
9   "_id": "body-parser@1.14.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/body-parser",
13   "_npmUser": {
14     "email": "doug@somethingdoug.com",
15     "name": "dougwilson"
16   },
17   "_npmVersion": "1.4.28",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "body-parser",
21     "raw": "body-parser@~1.14.0",
22     "rawSpec": "~1.14.0",
23     "scope": null,
24     "spec": ">=1.14.0 <1.15.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/tiny-lr"
29   ],
30   "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz",
31   "_shasum": "1015cb1fe2c443858259581db53332f8d0cf50f9",
32   "_shrinkwrap": null,
33   "_spec": "body-parser@~1.14.0",
34   "_where": "/var/www/yaffs/node_modules/tiny-lr",
35   "bugs": {
36     "url": "https://github.com/expressjs/body-parser/issues"
37   },
38   "contributors": [
39     {
40       "name": "Douglas Christopher Wilson",
41       "email": "doug@somethingdoug.com"
42     },
43     {
44       "name": "Jonathan Ong",
45       "email": "me@jongleberry.com",
46       "url": "http://jongleberry.com"
47     }
48   ],
49   "dependencies": {
50     "bytes": "2.2.0",
51     "content-type": "~1.0.1",
52     "debug": "~2.2.0",
53     "depd": "~1.1.0",
54     "http-errors": "~1.3.1",
55     "iconv-lite": "0.4.13",
56     "on-finished": "~2.3.0",
57     "qs": "5.2.0",
58     "raw-body": "~2.1.5",
59     "type-is": "~1.6.10"
60   },
61   "description": "Node.js body parsing middleware",
62   "devDependencies": {
63     "istanbul": "0.4.1",
64     "methods": "~1.1.1",
65     "mocha": "2.3.4",
66     "supertest": "1.1.0"
67   },
68   "directories": {},
69   "dist": {
70     "shasum": "1015cb1fe2c443858259581db53332f8d0cf50f9",
71     "tarball": "https://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz"
72   },
73   "engines": {
74     "node": ">= 0.8"
75   },
76   "files": [
77     "HISTORY.md",
78     "LICENSE",
79     "index.js",
80     "lib/"
81   ],
82   "gitHead": "ef5d85d8344f08b21f70a7d90082e7eea3ccdf99",
83   "homepage": "https://github.com/expressjs/body-parser",
84   "license": "MIT",
85   "maintainers": [
86     {
87       "name": "jongleberry",
88       "email": "jonathanrichardong@gmail.com"
89     },
90     {
91       "name": "dougwilson",
92       "email": "doug@somethingdoug.com"
93     },
94     {
95       "name": "tjholowaychuk",
96       "email": "tj@vision-media.ca"
97     },
98     {
99       "name": "mscdex",
100       "email": "mscdex@mscdex.net"
101     },
102     {
103       "name": "fishrock123",
104       "email": "fishrock123@rocketmail.com"
105     },
106     {
107       "name": "defunctzombie",
108       "email": "shtylman@gmail.com"
109     }
110   ],
111   "name": "body-parser",
112   "optionalDependencies": {},
113   "readme": "ERROR: No README data found!",
114   "repository": {
115     "type": "git",
116     "url": "git+https://github.com/expressjs/body-parser.git"
117   },
118   "scripts": {
119     "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
120     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
121     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
122   },
123   "version": "1.14.2"
124 }