98 lines
2.2 KiB
JSON
98 lines
2.2 KiB
JSON
{
|
|
"_from": "tough-cookie@^3.0.1",
|
|
"_id": "tough-cookie@3.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==",
|
|
"_location": "/tough-cookie",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "tough-cookie@^3.0.1",
|
|
"name": "tough-cookie",
|
|
"escapedName": "tough-cookie",
|
|
"rawSpec": "^3.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/jsdom"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz",
|
|
"_shasum": "9df4f57e739c26930a018184887f4adb7dca73b2",
|
|
"_spec": "tough-cookie@^3.0.1",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/jsdom",
|
|
"author": {
|
|
"name": "Jeremy Stashewsky",
|
|
"email": "jstash@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/salesforce/tough-cookie/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Alexander Savin"
|
|
},
|
|
{
|
|
"name": "Ian Livingstone"
|
|
},
|
|
{
|
|
"name": "Ivan Nikulin"
|
|
},
|
|
{
|
|
"name": "Lalit Kapoor"
|
|
},
|
|
{
|
|
"name": "Sam Thompson"
|
|
},
|
|
{
|
|
"name": "Sebastian Mayr"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"ip-regex": "^2.1.0",
|
|
"psl": "^1.1.28",
|
|
"punycode": "^2.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "RFC6265 Cookies and Cookie Jar for node.js",
|
|
"devDependencies": {
|
|
"async": "^1.4.2",
|
|
"genversion": "^2.1.0",
|
|
"nyc": "^11.6.0",
|
|
"string.prototype.repeat": "^0.2.0",
|
|
"vows": "^0.8.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/salesforce/tough-cookie",
|
|
"keywords": [
|
|
"HTTP",
|
|
"cookie",
|
|
"cookies",
|
|
"set-cookie",
|
|
"cookiejar",
|
|
"jar",
|
|
"RFC6265",
|
|
"RFC2965"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "./lib/cookie",
|
|
"name": "tough-cookie",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/salesforce/tough-cookie.git"
|
|
},
|
|
"scripts": {
|
|
"cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
|
|
"test": "vows test/*_test.js",
|
|
"version": "genversion lib/version.js && git add lib/version.js"
|
|
},
|
|
"version": "3.0.1"
|
|
}
|