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