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