Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / send / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "send@0.13.2",
6         "scope": null,
7         "escapedName": "send",
8         "name": "send",
9         "rawSpec": "0.13.2",
10         "spec": "0.13.2",
11         "type": "version"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\serve-static"
14     ]
15   ],
16   "_from": "send@0.13.2",
17   "_id": "send@0.13.2",
18   "_inCache": true,
19   "_location": "/send",
20   "_npmOperationalInternal": {
21     "host": "packages-12-west.internal.npmjs.com",
22     "tmp": "tmp/send-0.13.2.tgz_1457238386348_0.8199156709015369"
23   },
24   "_npmUser": {
25     "name": "dougwilson",
26     "email": "doug@somethingdoug.com"
27   },
28   "_npmVersion": "1.4.28",
29   "_phantomChildren": {},
30   "_requested": {
31     "raw": "send@0.13.2",
32     "scope": null,
33     "escapedName": "send",
34     "name": "send",
35     "rawSpec": "0.13.2",
36     "spec": "0.13.2",
37     "type": "version"
38   },
39   "_requiredBy": [
40     "/serve-static"
41   ],
42   "_resolved": "https://registry.npmjs.org/send/-/send-0.13.2.tgz",
43   "_shasum": "765e7607c8055452bba6f0b052595350986036de",
44   "_shrinkwrap": null,
45   "_spec": "send@0.13.2",
46   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\serve-static",
47   "author": {
48     "name": "TJ Holowaychuk",
49     "email": "tj@vision-media.ca"
50   },
51   "bugs": {
52     "url": "https://github.com/pillarjs/send/issues"
53   },
54   "contributors": [
55     {
56       "name": "Douglas Christopher Wilson",
57       "email": "doug@somethingdoug.com"
58     }
59   ],
60   "dependencies": {
61     "debug": "~2.2.0",
62     "depd": "~1.1.0",
63     "destroy": "~1.0.4",
64     "escape-html": "~1.0.3",
65     "etag": "~1.7.0",
66     "fresh": "0.3.0",
67     "http-errors": "~1.3.1",
68     "mime": "1.3.4",
69     "ms": "0.7.1",
70     "on-finished": "~2.3.0",
71     "range-parser": "~1.0.3",
72     "statuses": "~1.2.1"
73   },
74   "description": "Better streaming static file server with Range and conditional-GET support",
75   "devDependencies": {
76     "after": "0.8.1",
77     "istanbul": "0.4.2",
78     "mocha": "2.4.5",
79     "supertest": "1.1.0"
80   },
81   "directories": {},
82   "dist": {
83     "shasum": "765e7607c8055452bba6f0b052595350986036de",
84     "tarball": "https://registry.npmjs.org/send/-/send-0.13.2.tgz"
85   },
86   "engines": {
87     "node": ">= 0.8.0"
88   },
89   "files": [
90     "HISTORY.md",
91     "LICENSE",
92     "README.md",
93     "index.js"
94   ],
95   "gitHead": "5a089701b1c49d96084716bdb5465edefa08c906",
96   "homepage": "https://github.com/pillarjs/send",
97   "keywords": [
98     "static",
99     "file",
100     "server"
101   ],
102   "license": "MIT",
103   "maintainers": [
104     {
105       "name": "dougwilson",
106       "email": "doug@somethingdoug.com"
107     }
108   ],
109   "name": "send",
110   "optionalDependencies": {},
111   "readme": "ERROR: No README data found!",
112   "repository": {
113     "type": "git",
114     "url": "git+https://github.com/pillarjs/send.git"
115   },
116   "scripts": {
117     "test": "mocha --check-leaks --reporter spec --bail",
118     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
119     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
120   },
121   "version": "0.13.2"
122 }