Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / request / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "request@~2.67.0",
6         "scope": null,
7         "escapedName": "request",
8         "name": "request",
9         "rawSpec": "~2.67.0",
10         "spec": ">=2.67.0 <2.68.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\phantomjs"
14     ]
15   ],
16   "_from": "request@>=2.67.0 <2.68.0",
17   "_id": "request@2.67.0",
18   "_inCache": true,
19   "_location": "/request",
20   "_nodeVersion": "5.0.0",
21   "_npmUser": {
22     "name": "simov",
23     "email": "simeonvelichkov@gmail.com"
24   },
25   "_npmVersion": "3.3.12",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "request@~2.67.0",
29     "scope": null,
30     "escapedName": "request",
31     "name": "request",
32     "rawSpec": "~2.67.0",
33     "spec": ">=2.67.0 <2.68.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/phantomjs"
38   ],
39   "_resolved": "https://registry.npmjs.org/request/-/request-2.67.0.tgz",
40   "_shasum": "8af74780e2bf11ea0ae9aa965c11f11afd272742",
41   "_shrinkwrap": null,
42   "_spec": "request@~2.67.0",
43   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\phantomjs",
44   "author": {
45     "name": "Mikeal Rogers",
46     "email": "mikeal.rogers@gmail.com"
47   },
48   "bugs": {
49     "url": "http://github.com/request/request/issues"
50   },
51   "dependencies": {
52     "aws-sign2": "~0.6.0",
53     "bl": "~1.0.0",
54     "caseless": "~0.11.0",
55     "combined-stream": "~1.0.5",
56     "extend": "~3.0.0",
57     "forever-agent": "~0.6.1",
58     "form-data": "~1.0.0-rc3",
59     "har-validator": "~2.0.2",
60     "hawk": "~3.1.0",
61     "http-signature": "~1.1.0",
62     "is-typedarray": "~1.0.0",
63     "isstream": "~0.1.2",
64     "json-stringify-safe": "~5.0.1",
65     "mime-types": "~2.1.7",
66     "node-uuid": "~1.4.7",
67     "oauth-sign": "~0.8.0",
68     "qs": "~5.2.0",
69     "stringstream": "~0.0.4",
70     "tough-cookie": "~2.2.0",
71     "tunnel-agent": "~0.4.1"
72   },
73   "description": "Simplified HTTP request client.",
74   "devDependencies": {
75     "bluebird": "^3.0.2",
76     "browserify": "^12.0.1",
77     "browserify-istanbul": "^0.1.5",
78     "buffer-equal": "^0.0.1",
79     "codecov.io": "^0.1.6",
80     "coveralls": "^2.11.4",
81     "eslint": "1.9.0",
82     "function-bind": "^1.0.2",
83     "istanbul": "^0.4.0",
84     "karma": "^0.13.10",
85     "karma-browserify": "^4.4.0",
86     "karma-cli": "^0.1.1",
87     "karma-coverage": "^0.5.3",
88     "karma-phantomjs-launcher": "^0.1.4",
89     "karma-tap": "^1.0.3",
90     "rimraf": "^2.2.8",
91     "server-destroy": "^1.0.1",
92     "tape": "^4.2.0",
93     "taper": "^0.4.0"
94   },
95   "directories": {},
96   "dist": {
97     "shasum": "8af74780e2bf11ea0ae9aa965c11f11afd272742",
98     "tarball": "https://registry.npmjs.org/request/-/request-2.67.0.tgz"
99   },
100   "engines": {
101     "node": ">=0.8.0"
102   },
103   "gitHead": "76f0655befbe8b37fa246bdca1107cbf57798d9a",
104   "homepage": "https://github.com/request/request#readme",
105   "license": "Apache-2.0",
106   "main": "index.js",
107   "maintainers": [
108     {
109       "name": "mikeal",
110       "email": "mikeal.rogers@gmail.com"
111     },
112     {
113       "name": "nylen",
114       "email": "jnylen@gmail.com"
115     },
116     {
117       "name": "fredkschott",
118       "email": "fkschott@gmail.com"
119     },
120     {
121       "name": "simov",
122       "email": "simeonvelichkov@gmail.com"
123     }
124   ],
125   "name": "request",
126   "optionalDependencies": {},
127   "readme": "ERROR: No README data found!",
128   "repository": {
129     "type": "git",
130     "url": "git+https://github.com/request/request.git"
131   },
132   "scripts": {
133     "lint": "eslint lib/ *.js tests/ && echo Lint passed.",
134     "test": "npm run lint && npm run test-ci && npm run test-browser",
135     "test-browser": "node tests/browser/start.js",
136     "test-ci": "taper tests/test-*.js",
137     "test-cov": "istanbul cover tape tests/test-*.js"
138   },
139   "tags": [
140     "http",
141     "simple",
142     "util",
143     "utility"
144   ],
145   "version": "2.67.0"
146 }