Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / serve-static / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "serve-static@~1.10.0",
6         "scope": null,
7         "escapedName": "serve-static",
8         "name": "serve-static",
9         "rawSpec": "~1.10.0",
10         "spec": ">=1.10.0 <1.11.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "serve-static@>=1.10.0 <1.11.0",
17   "_id": "serve-static@1.10.3",
18   "_inCache": true,
19   "_location": "/serve-static",
20   "_nodeVersion": "4.4.3",
21   "_npmOperationalInternal": {
22     "host": "packages-16-east.internal.npmjs.com",
23     "tmp": "tmp/serve-static-1.10.3.tgz_1464664781274_0.7150349044241011"
24   },
25   "_npmUser": {
26     "name": "dougwilson",
27     "email": "doug@somethingdoug.com"
28   },
29   "_npmVersion": "2.15.1",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "serve-static@~1.10.0",
33     "scope": null,
34     "escapedName": "serve-static",
35     "name": "serve-static",
36     "rawSpec": "~1.10.0",
37     "spec": ">=1.10.0 <1.11.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/connect"
42   ],
43   "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.10.3.tgz",
44   "_shasum": "ce5a6ecd3101fed5ec09827dac22a9c29bfb0535",
45   "_shrinkwrap": null,
46   "_spec": "serve-static@~1.10.0",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
48   "author": {
49     "name": "Douglas Christopher Wilson",
50     "email": "doug@somethingdoug.com"
51   },
52   "bugs": {
53     "url": "https://github.com/expressjs/serve-static/issues"
54   },
55   "dependencies": {
56     "escape-html": "~1.0.3",
57     "parseurl": "~1.3.1",
58     "send": "0.13.2"
59   },
60   "description": "Serve static files",
61   "devDependencies": {
62     "eslint": "2.11.1",
63     "eslint-config-standard": "5.3.1",
64     "eslint-plugin-promise": "1.3.1",
65     "eslint-plugin-standard": "1.3.2",
66     "istanbul": "0.4.3",
67     "mocha": "2.5.3",
68     "supertest": "1.1.0"
69   },
70   "directories": {},
71   "dist": {
72     "shasum": "ce5a6ecd3101fed5ec09827dac22a9c29bfb0535",
73     "tarball": "https://registry.npmjs.org/serve-static/-/serve-static-1.10.3.tgz"
74   },
75   "engines": {
76     "node": ">= 0.8.0"
77   },
78   "files": [
79     "LICENSE",
80     "HISTORY.md",
81     "index.js"
82   ],
83   "gitHead": "8be028d005967471832109d777daa4b45bd1948b",
84   "homepage": "https://github.com/expressjs/serve-static#readme",
85   "license": "MIT",
86   "maintainers": [
87     {
88       "name": "dougwilson",
89       "email": "doug@somethingdoug.com"
90     }
91   ],
92   "name": "serve-static",
93   "optionalDependencies": {},
94   "readme": "ERROR: No README data found!",
95   "repository": {
96     "type": "git",
97     "url": "git+https://github.com/expressjs/serve-static.git"
98   },
99   "scripts": {
100     "lint": "eslint **/*.js",
101     "test": "mocha --reporter spec --bail --check-leaks test/",
102     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
103     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
104   },
105   "version": "1.10.3"
106 }