package.json 2.38 KB
{
  "_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"
}