package.json
2.38 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
{
"_args": [
[
{
"raw": "tough-cookie@~0.9.15",
"scope": null,
"escapedName": "tough-cookie",
"name": "tough-cookie",
"rawSpec": "~0.9.15",
"spec": ">=0.9.15 <0.10.0",
"type": "range"
},
"C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\request"
]
],
"_from": "tough-cookie@>=0.9.15 <0.10.0",
"_id": "tough-cookie@0.9.15",
"_inCache": true,
"_location": "/tough-cookie",
"_npmUser": {
"name": "jstash",
"email": "jeremy@goinstant.com"
},
"_npmVersion": "1.1.65",
"_phantomChildren": {},
"_requested": {
"raw": "tough-cookie@~0.9.15",
"scope": null,
"escapedName": "tough-cookie",
"name": "tough-cookie",
"rawSpec": "~0.9.15",
"spec": ">=0.9.15 <0.10.0",
"type": "range"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.15.tgz",
"_shasum": "75617ac347e3659052b0350131885829677399f6",
"_shrinkwrap": null,
"_spec": "tough-cookie@~0.9.15",
"_where": "C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\request",
"author": {
"name": "Jeremy Stashewsky",
"email": "jeremy@goinstant.com",
"url": "https://github.com/stash"
},
"bugs": {
"url": "https://github.com/goinstant/node-cookie/issues"
},
"dependencies": {
"punycode": ">=0.2.0"
},
"deprecated": "ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130",
"description": "RFC6265 Cookies and Cookie Jar for node.js",
"devDependencies": {
"async": ">=0.1.12",
"vows": ">=0.6.0"
},
"directories": {},
"dist": {
"shasum": "75617ac347e3659052b0350131885829677399f6",
"tarball": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.15.tgz"
},
"engines": {
"node": ">=0.4.12"
},
"homepage": "https://github.com/goinstant/node-cookie",
"keywords": [
"HTTP",
"cookie",
"cookies",
"set-cookie",
"cookiejar",
"jar",
"RFC6265",
"RFC2965"
],
"main": "./lib/cookie",
"maintainers": [
{
"name": "jstash",
"email": "jeremy@goinstant.com"
}
],
"name": "tough-cookie",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/goinstant/node-cookie.git"
},
"scripts": {
"test": "vows test.js"
},
"version": "0.9.15"
}