Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / tough-cookie / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "tough-cookie@~2.2.0",
6         "scope": null,
7         "escapedName": "tough-cookie",
8         "name": "tough-cookie",
9         "rawSpec": "~2.2.0",
10         "spec": ">=2.2.0 <2.3.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\request"
14     ]
15   ],
16   "_from": "tough-cookie@>=2.2.0 <2.3.0",
17   "_id": "tough-cookie@2.2.2",
18   "_inCache": true,
19   "_location": "/tough-cookie",
20   "_nodeVersion": "5.1.1",
21   "_npmOperationalInternal": {
22     "host": "packages-13-west.internal.npmjs.com",
23     "tmp": "tmp/tough-cookie-2.2.2.tgz_1457564639182_0.5129188685677946"
24   },
25   "_npmUser": {
26     "name": "jstash",
27     "email": "jstash@gmail.com"
28   },
29   "_npmVersion": "3.3.12",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "tough-cookie@~2.2.0",
33     "scope": null,
34     "escapedName": "tough-cookie",
35     "name": "tough-cookie",
36     "rawSpec": "~2.2.0",
37     "spec": ">=2.2.0 <2.3.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/request"
42   ],
43   "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz",
44   "_shasum": "c83a1830f4e5ef0b93ef2a3488e724f8de016ac7",
45   "_shrinkwrap": null,
46   "_spec": "tough-cookie@~2.2.0",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\request",
48   "author": {
49     "name": "Jeremy Stashewsky",
50     "email": "jstashewsky@salesforce.com"
51   },
52   "bugs": {
53     "url": "https://github.com/SalesforceEng/tough-cookie/issues"
54   },
55   "contributors": [
56     {
57       "name": "Alexander Savin"
58     },
59     {
60       "name": "Ian Livingstone"
61     },
62     {
63       "name": "Ivan Nikulin"
64     },
65     {
66       "name": "Lalit Kapoor"
67     },
68     {
69       "name": "Sam Thompson"
70     },
71     {
72       "name": "Sebastian Mayr"
73     }
74   ],
75   "dependencies": {},
76   "deprecated": "ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130",
77   "description": "RFC6265 Cookies and Cookie Jar for node.js",
78   "devDependencies": {
79     "async": "^1.4.2",
80     "vows": "^0.8.1"
81   },
82   "directories": {},
83   "dist": {
84     "shasum": "c83a1830f4e5ef0b93ef2a3488e724f8de016ac7",
85     "tarball": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz"
86   },
87   "engines": {
88     "node": ">=0.10.0"
89   },
90   "files": [
91     "lib"
92   ],
93   "gitHead": "cc46628c4d7d2e8c372ecba29293ca8a207ec192",
94   "homepage": "https://github.com/SalesforceEng/tough-cookie",
95   "keywords": [
96     "HTTP",
97     "cookie",
98     "cookies",
99     "set-cookie",
100     "cookiejar",
101     "jar",
102     "RFC6265",
103     "RFC2965"
104   ],
105   "license": "BSD-3-Clause",
106   "main": "./lib/cookie",
107   "maintainers": [
108     {
109       "name": "jstash",
110       "email": "jeremy@goinstant.com"
111     },
112     {
113       "name": "goinstant",
114       "email": "services@goinstant.com"
115     }
116   ],
117   "name": "tough-cookie",
118   "optionalDependencies": {},
119   "readme": "ERROR: No README data found!",
120   "repository": {
121     "type": "git",
122     "url": "git://github.com/SalesforceEng/tough-cookie.git"
123   },
124   "scripts": {
125     "suffixup": "curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js",
126     "test": "vows test/*_test.js"
127   },
128   "version": "2.2.2"
129 }