Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / type-is / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "type-is@~1.6.6",
6         "scope": null,
7         "escapedName": "type-is",
8         "name": "type-is",
9         "rawSpec": "~1.6.6",
10         "spec": ">=1.6.6 <1.7.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "type-is@>=1.6.6 <1.7.0",
17   "_id": "type-is@1.6.14",
18   "_inCache": true,
19   "_location": "/type-is",
20   "_npmOperationalInternal": {
21     "host": "packages-12-west.internal.npmjs.com",
22     "tmp": "tmp/type-is-1.6.14.tgz_1479517858770_0.4908413903322071"
23   },
24   "_npmUser": {
25     "name": "dougwilson",
26     "email": "doug@somethingdoug.com"
27   },
28   "_npmVersion": "1.4.28",
29   "_phantomChildren": {},
30   "_requested": {
31     "raw": "type-is@~1.6.6",
32     "scope": null,
33     "escapedName": "type-is",
34     "name": "type-is",
35     "rawSpec": "~1.6.6",
36     "spec": ">=1.6.6 <1.7.0",
37     "type": "range"
38   },
39   "_requiredBy": [
40     "/body-parser",
41     "/connect"
42   ],
43   "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz",
44   "_shasum": "e219639c17ded1ca0789092dd54a03826b817cb2",
45   "_shrinkwrap": null,
46   "_spec": "type-is@~1.6.6",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
48   "bugs": {
49     "url": "https://github.com/jshttp/type-is/issues"
50   },
51   "contributors": [
52     {
53       "name": "Douglas Christopher Wilson",
54       "email": "doug@somethingdoug.com"
55     },
56     {
57       "name": "Jonathan Ong",
58       "email": "me@jongleberry.com",
59       "url": "http://jongleberry.com"
60     }
61   ],
62   "dependencies": {
63     "media-typer": "0.3.0",
64     "mime-types": "~2.1.13"
65   },
66   "description": "Infer the content-type of a request.",
67   "devDependencies": {
68     "eslint": "2.10.2",
69     "eslint-config-standard": "5.3.1",
70     "eslint-plugin-promise": "1.1.0",
71     "eslint-plugin-standard": "1.3.2",
72     "istanbul": "0.4.5",
73     "mocha": "1.21.5"
74   },
75   "directories": {},
76   "dist": {
77     "shasum": "e219639c17ded1ca0789092dd54a03826b817cb2",
78     "tarball": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz"
79   },
80   "engines": {
81     "node": ">= 0.6"
82   },
83   "files": [
84     "LICENSE",
85     "HISTORY.md",
86     "index.js"
87   ],
88   "gitHead": "f88151e69d91c5ed42e29dea78f5566403a5a7ad",
89   "homepage": "https://github.com/jshttp/type-is",
90   "keywords": [
91     "content",
92     "type",
93     "checking"
94   ],
95   "license": "MIT",
96   "maintainers": [
97     {
98       "name": "dougwilson",
99       "email": "doug@somethingdoug.com"
100     },
101     {
102       "name": "jongleberry",
103       "email": "jonathanrichardong@gmail.com"
104     }
105   ],
106   "name": "type-is",
107   "optionalDependencies": {},
108   "readme": "ERROR: No README data found!",
109   "repository": {
110     "type": "git",
111     "url": "git+https://github.com/jshttp/type-is.git"
112   },
113   "scripts": {
114     "lint": "eslint .",
115     "test": "mocha --reporter spec --check-leaks --bail test/",
116     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
117     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
118   },
119   "version": "1.6.14"
120 }