Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / accepts / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "accepts@~1.2.12",
6         "scope": null,
7         "escapedName": "accepts",
8         "name": "accepts",
9         "rawSpec": "~1.2.12",
10         "spec": ">=1.2.12 <1.3.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\compression"
14     ]
15   ],
16   "_from": "accepts@>=1.2.12 <1.3.0",
17   "_id": "accepts@1.2.13",
18   "_inCache": true,
19   "_location": "/accepts",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "accepts@~1.2.12",
28     "scope": null,
29     "escapedName": "accepts",
30     "name": "accepts",
31     "rawSpec": "~1.2.12",
32     "spec": ">=1.2.12 <1.3.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/compression",
37     "/serve-index"
38   ],
39   "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz",
40   "_shasum": "e5f1f3928c6d95fd96558c36ec3d9d0de4a6ecea",
41   "_shrinkwrap": null,
42   "_spec": "accepts@~1.2.12",
43   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\compression",
44   "bugs": {
45     "url": "https://github.com/jshttp/accepts/issues"
46   },
47   "contributors": [
48     {
49       "name": "Douglas Christopher Wilson",
50       "email": "doug@somethingdoug.com"
51     },
52     {
53       "name": "Jonathan Ong",
54       "email": "me@jongleberry.com",
55       "url": "http://jongleberry.com"
56     }
57   ],
58   "dependencies": {
59     "mime-types": "~2.1.6",
60     "negotiator": "0.5.3"
61   },
62   "description": "Higher-level content negotiation",
63   "devDependencies": {
64     "istanbul": "0.3.19",
65     "mocha": "~1.21.5"
66   },
67   "directories": {},
68   "dist": {
69     "shasum": "e5f1f3928c6d95fd96558c36ec3d9d0de4a6ecea",
70     "tarball": "https://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz"
71   },
72   "engines": {
73     "node": ">= 0.6"
74   },
75   "files": [
76     "LICENSE",
77     "HISTORY.md",
78     "index.js"
79   ],
80   "gitHead": "b7e15ecb25dacc0b2133ed0553d64f8a79537e01",
81   "homepage": "https://github.com/jshttp/accepts",
82   "keywords": [
83     "content",
84     "negotiation",
85     "accept",
86     "accepts"
87   ],
88   "license": "MIT",
89   "maintainers": [
90     {
91       "name": "jongleberry",
92       "email": "jonathanrichardong@gmail.com"
93     },
94     {
95       "name": "federomero",
96       "email": "federomero@gmail.com"
97     },
98     {
99       "name": "dougwilson",
100       "email": "doug@somethingdoug.com"
101     },
102     {
103       "name": "fishrock123",
104       "email": "fishrock123@rocketmail.com"
105     },
106     {
107       "name": "tjholowaychuk",
108       "email": "tj@vision-media.ca"
109     },
110     {
111       "name": "mscdex",
112       "email": "mscdex@mscdex.net"
113     },
114     {
115       "name": "defunctzombie",
116       "email": "shtylman@gmail.com"
117     }
118   ],
119   "name": "accepts",
120   "optionalDependencies": {},
121   "readme": "ERROR: No README data found!",
122   "repository": {
123     "type": "git",
124     "url": "git+https://github.com/jshttp/accepts.git"
125   },
126   "scripts": {
127     "test": "mocha --reporter spec --check-leaks --bail test/",
128     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
129     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
130   },
131   "version": "1.2.13"
132 }