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