Initial commit
[yaffs-website] / node_modules / raw-body / package.json
1 {
2   "_args": [
3     [
4       "raw-body@~2.1.5",
5       "/var/www/yaffs/node_modules/body-parser"
6     ]
7   ],
8   "_from": "raw-body@>=2.1.5 <2.2.0",
9   "_id": "raw-body@2.1.7",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/raw-body",
13   "_nodeVersion": "4.4.3",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/raw-body-2.1.7.tgz_1466363663010_0.38383363327011466"
17   },
18   "_npmUser": {
19     "email": "doug@somethingdoug.com",
20     "name": "dougwilson"
21   },
22   "_npmVersion": "2.15.1",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "raw-body",
26     "raw": "raw-body@~2.1.5",
27     "rawSpec": "~2.1.5",
28     "scope": null,
29     "spec": ">=2.1.5 <2.2.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/body-parser"
34   ],
35   "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.7.tgz",
36   "_shasum": "adfeace2e4fb3098058014d08c072dcc59758774",
37   "_shrinkwrap": null,
38   "_spec": "raw-body@~2.1.5",
39   "_where": "/var/www/yaffs/node_modules/body-parser",
40   "author": {
41     "email": "me@jongleberry.com",
42     "name": "Jonathan Ong",
43     "url": "http://jongleberry.com"
44   },
45   "bugs": {
46     "url": "https://github.com/stream-utils/raw-body/issues"
47   },
48   "contributors": [
49     {
50       "name": "Douglas Christopher Wilson",
51       "email": "doug@somethingdoug.com"
52     },
53     {
54       "name": "Raynos",
55       "email": "raynos2@gmail.com"
56     }
57   ],
58   "dependencies": {
59     "bytes": "2.4.0",
60     "iconv-lite": "0.4.13",
61     "unpipe": "1.0.0"
62   },
63   "description": "Get and validate the raw body of a readable stream.",
64   "devDependencies": {
65     "bluebird": "3.4.1",
66     "eslint": "2.13.0",
67     "eslint-config-standard": "5.3.1",
68     "eslint-plugin-promise": "1.3.2",
69     "eslint-plugin-standard": "1.3.2",
70     "istanbul": "0.4.3",
71     "mocha": "2.5.3",
72     "readable-stream": "2.1.2",
73     "through2": "2.0.1"
74   },
75   "directories": {},
76   "dist": {
77     "shasum": "adfeace2e4fb3098058014d08c072dcc59758774",
78     "tarball": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.7.tgz"
79   },
80   "engines": {
81     "node": ">= 0.8"
82   },
83   "files": [
84     "HISTORY.md",
85     "LICENSE",
86     "README.md",
87     "index.js"
88   ],
89   "gitHead": "9d13a27048cc97958fc14fc12418c6aa76f0b1f9",
90   "homepage": "https://github.com/stream-utils/raw-body#readme",
91   "license": "MIT",
92   "maintainers": [
93     {
94       "name": "dougwilson",
95       "email": "doug@somethingdoug.com"
96     },
97     {
98       "name": "jongleberry",
99       "email": "jonathanrichardong@gmail.com"
100     }
101   ],
102   "name": "raw-body",
103   "optionalDependencies": {},
104   "readme": "ERROR: No README data found!",
105   "repository": {
106     "type": "git",
107     "url": "git+https://github.com/stream-utils/raw-body.git"
108   },
109   "scripts": {
110     "lint": "eslint **/*.js",
111     "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
112     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
113     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
114   },
115   "version": "2.1.7"
116 }