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