Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / cookie-parser / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "cookie-parser@~1.3.5",
6         "scope": null,
7         "escapedName": "cookie-parser",
8         "name": "cookie-parser",
9         "rawSpec": "~1.3.5",
10         "spec": ">=1.3.5 <1.4.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "cookie-parser@>=1.3.5 <1.4.0",
17   "_id": "cookie-parser@1.3.5",
18   "_inCache": true,
19   "_location": "/cookie-parser",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "cookie-parser@~1.3.5",
28     "scope": null,
29     "escapedName": "cookie-parser",
30     "name": "cookie-parser",
31     "rawSpec": "~1.3.5",
32     "spec": ">=1.3.5 <1.4.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/connect"
37   ],
38   "_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.5.tgz",
39   "_shasum": "9d755570fb5d17890771227a02314d9be7cf8356",
40   "_shrinkwrap": null,
41   "_spec": "cookie-parser@~1.3.5",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
43   "author": {
44     "name": "TJ Holowaychuk",
45     "email": "tj@vision-media.ca",
46     "url": "http://tjholowaychuk.com"
47   },
48   "bugs": {
49     "url": "https://github.com/expressjs/cookie-parser/issues"
50   },
51   "dependencies": {
52     "cookie": "0.1.3",
53     "cookie-signature": "1.0.6"
54   },
55   "description": "cookie parsing with signatures",
56   "devDependencies": {
57     "istanbul": "0.3.9",
58     "mocha": "2.2.5",
59     "supertest": "1.0.1"
60   },
61   "directories": {},
62   "dist": {
63     "shasum": "9d755570fb5d17890771227a02314d9be7cf8356",
64     "tarball": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.5.tgz"
65   },
66   "engines": {
67     "node": ">= 0.8.0"
68   },
69   "files": [
70     "lib/",
71     "LICENSE",
72     "HISTORY.md",
73     "index.js"
74   ],
75   "gitHead": "8133968c429c3f48eb8e3ed54932c52743ac9034",
76   "homepage": "https://github.com/expressjs/cookie-parser",
77   "keywords": [
78     "cookie",
79     "middleware"
80   ],
81   "license": "MIT",
82   "maintainers": [
83     {
84       "name": "dougwilson",
85       "email": "doug@somethingdoug.com"
86     },
87     {
88       "name": "defunctzombie",
89       "email": "shtylman@gmail.com"
90     }
91   ],
92   "name": "cookie-parser",
93   "optionalDependencies": {},
94   "readme": "ERROR: No README data found!",
95   "repository": {
96     "type": "git",
97     "url": "git+https://github.com/expressjs/cookie-parser.git"
98   },
99   "scripts": {
100     "test": "mocha --reporter spec --bail --check-leaks test/",
101     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
102     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
103   },
104   "version": "1.3.5"
105 }