Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / request-progress / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "request-progress@~2.0.1",
6         "scope": null,
7         "escapedName": "request-progress",
8         "name": "request-progress",
9         "rawSpec": "~2.0.1",
10         "spec": ">=2.0.1 <2.1.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\phantomjs"
14     ]
15   ],
16   "_from": "request-progress@>=2.0.1 <2.1.0",
17   "_id": "request-progress@2.0.1",
18   "_inCache": true,
19   "_location": "/request-progress",
20   "_nodeVersion": "4.2.4",
21   "_npmUser": {
22     "name": "satazor",
23     "email": "andremiguelcruz@msn.com"
24   },
25   "_npmVersion": "2.14.12",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "request-progress@~2.0.1",
29     "scope": null,
30     "escapedName": "request-progress",
31     "name": "request-progress",
32     "rawSpec": "~2.0.1",
33     "spec": ">=2.0.1 <2.1.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/phantomjs"
38   ],
39   "_resolved": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz",
40   "_shasum": "5d36bb57961c673aa5b788dbc8141fdf23b44e08",
41   "_shrinkwrap": null,
42   "_spec": "request-progress@~2.0.1",
43   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\phantomjs",
44   "author": {
45     "name": "IndigoUnited",
46     "email": "hello@indigounited.com",
47     "url": "http://indigounited.com"
48   },
49   "bugs": {
50     "url": "http://github.com/IndigoUnited/node-request-progress/issues"
51   },
52   "dependencies": {
53     "throttleit": "^1.0.0"
54   },
55   "description": "Tracks the download progress of a request made with mikeal/request, giving insight of various metrics including progress percent, download speed and time remaining",
56   "devDependencies": {
57     "coveralls": "^2.11.6",
58     "expect.js": "^0.3.1",
59     "istanbul": "^0.4.1",
60     "mocha": "^2.3.4"
61   },
62   "directories": {},
63   "dist": {
64     "shasum": "5d36bb57961c673aa5b788dbc8141fdf23b44e08",
65     "tarball": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz"
66   },
67   "gitHead": "f009ab876ce80234547bf155fa13b73fadc43edc",
68   "homepage": "https://github.com/IndigoUnited/node-request-progress",
69   "keywords": [
70     "progress",
71     "request",
72     "mikeal",
73     "size",
74     "bytes",
75     "percent",
76     "percentage",
77     "speed",
78     "eta",
79     "etr"
80   ],
81   "license": "MIT",
82   "main": "index.js",
83   "maintainers": [
84     {
85       "name": "satazor",
86       "email": "andremiguelcruz@msn.com"
87     }
88   ],
89   "name": "request-progress",
90   "optionalDependencies": {},
91   "readme": "ERROR: No README data found!",
92   "repository": {
93     "type": "git",
94     "url": "git://github.com/IndigoUnited/node-request-progress.git"
95   },
96   "scripts": {
97     "test": "mocha --bail",
98     "test-cov": "istanbul cover --dir test/coverage _mocha -- --bail && echo open test/coverage/lcov-report/index.html",
99     "test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --bail && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
100   },
101   "version": "2.0.1"
102 }