Initial commit
[yaffs-website] / node_modules / tough-cookie / package.json
1 {
2   "_args": [
3     [
4       "tough-cookie@~2.3.0",
5       "/var/www/yaffs/node_modules/request"
6     ]
7   ],
8   "_from": "tough-cookie@>=2.3.0 <2.4.0",
9   "_id": "tough-cookie@2.3.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/tough-cookie",
13   "_nodeVersion": "7.0.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/tough-cookie-2.3.2.tgz_1477415232912_0.6133609430398792"
17   },
18   "_npmUser": {
19     "email": "jstash@gmail.com",
20     "name": "jstash"
21   },
22   "_npmVersion": "3.10.8",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "tough-cookie",
26     "raw": "tough-cookie@~2.3.0",
27     "rawSpec": "~2.3.0",
28     "scope": null,
29     "spec": ">=2.3.0 <2.4.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/request"
34   ],
35   "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz",
36   "_shasum": "f081f76e4c85720e6c37a5faced737150d84072a",
37   "_shrinkwrap": null,
38   "_spec": "tough-cookie@~2.3.0",
39   "_where": "/var/www/yaffs/node_modules/request",
40   "author": {
41     "email": "jstashewsky@salesforce.com",
42     "name": "Jeremy Stashewsky"
43   },
44   "bugs": {
45     "url": "https://github.com/salesforce/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     "punycode": "^1.4.1"
69   },
70   "description": "RFC6265 Cookies and Cookie Jar for node.js",
71   "devDependencies": {
72     "async": "^1.4.2",
73     "string.prototype.repeat": "^0.2.0",
74     "vows": "^0.8.1"
75   },
76   "directories": {},
77   "dist": {
78     "shasum": "f081f76e4c85720e6c37a5faced737150d84072a",
79     "tarball": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz"
80   },
81   "engines": {
82     "node": ">=0.8"
83   },
84   "files": [
85     "lib"
86   ],
87   "gitHead": "2610df5dc8ef7373a483d509006e5887572a4076",
88   "homepage": "https://github.com/salesforce/tough-cookie",
89   "keywords": [
90     "HTTP",
91     "RFC2965",
92     "RFC6265",
93     "cookie",
94     "cookiejar",
95     "cookies",
96     "jar",
97     "set-cookie"
98   ],
99   "license": "BSD-3-Clause",
100   "main": "./lib/cookie",
101   "maintainers": [
102     {
103       "name": "awaterma",
104       "email": "awaterma@awaterma.net"
105     },
106     {
107       "name": "jstash",
108       "email": "jstash@gmail.com"
109     },
110     {
111       "name": "nexxy",
112       "email": "emily@contactvibe.com"
113     }
114   ],
115   "name": "tough-cookie",
116   "optionalDependencies": {},
117   "readme": "ERROR: No README data found!",
118   "repository": {
119     "type": "git",
120     "url": "git://github.com/salesforce/tough-cookie.git"
121   },
122   "scripts": {
123     "suffixup": "curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js",
124     "test": "vows test/*_test.js"
125   },
126   "version": "2.3.2"
127 }