Website/node_modules/tough-cookie/package.json

118 lines
2.6 KiB
JSON

{
"_args": [
[
"tough-cookie@^2.0.0",
"/Users/okennedy/Documents/Website/node_modules/jsdom"
]
],
"_from": "tough-cookie@>=2.0.0 <3.0.0",
"_id": "tough-cookie@2.2.1",
"_inCache": true,
"_installable": true,
"_location": "/tough-cookie",
"_nodeVersion": "0.12.5",
"_npmUser": {
"email": "jstash@gmail.com",
"name": "jstash"
},
"_npmVersion": "2.11.2",
"_phantomChildren": {},
"_requested": {
"name": "tough-cookie",
"raw": "tough-cookie@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/jsdom",
"/request"
],
"_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz",
"_shasum": "3b0516b799e70e8164436a1446e7e5877fda118e",
"_shrinkwrap": null,
"_spec": "tough-cookie@^2.0.0",
"_where": "/Users/okennedy/Documents/Website/node_modules/jsdom",
"author": {
"email": "jstashewsky@salesforce.com",
"name": "Jeremy Stashewsky"
},
"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": {},
"description": "RFC6265 Cookies and Cookie Jar for node.js",
"devDependencies": {
"async": "^1.4.2",
"vows": "^0.8.1"
},
"directories": {},
"dist": {
"shasum": "3b0516b799e70e8164436a1446e7e5877fda118e",
"tarball": "http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"lib"
],
"gitHead": "f1055655ea56c85bd384aaf7d5b740b916700b6f",
"homepage": "https://github.com/SalesforceEng/tough-cookie",
"keywords": [
"HTTP",
"RFC2965",
"RFC6265",
"cookie",
"cookiejar",
"cookies",
"jar",
"set-cookie"
],
"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.1"
}