package.json 2.08 KB
{
  "_from": "tough-cookie@~2.2.0",
  "_id": "tough-cookie@2.2.2",
  "_inBundle": false,
  "_integrity": "sha1-yDoYMPTl7wuT7yo0iOck+N4Basc=",
  "_location": "/tough-cookie",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tough-cookie@~2.2.0",
    "name": "tough-cookie",
    "escapedName": "tough-cookie",
    "rawSpec": "~2.2.0",
    "saveSpec": null,
    "fetchSpec": "~2.2.0"
  },
  "_requiredBy": [
    "/phantomjs/request"
  ],
  "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz",
  "_shasum": "c83a1830f4e5ef0b93ef2a3488e724f8de016ac7",
  "_spec": "tough-cookie@~2.2.0",
  "_where": "D:\\OSS project\\YTMT\\node_modules\\phantomjs\\node_modules\\request",
  "author": {
    "name": "Jeremy Stashewsky",
    "email": "jstashewsky@salesforce.com"
  },
  "bugs": {
    "url": "https://github.com/SalesforceEng/tough-cookie/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Alexander Savin"
    },
    {
      "name": "Ian Livingstone"
    },
    {
      "name": "Ivan Nikulin"
    },
    {
      "name": "Lalit Kapoor"
    },
    {
      "name": "Sam Thompson"
    },
    {
      "name": "Sebastian Mayr"
    }
  ],
  "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"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/SalesforceEng/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/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"
}