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