Newer
Older
CVSS_3.0_GUI / node_modules / nwjs-builder-phoenix / node_modules / request / node_modules / tough-cookie / package.json
root on 7 May 2019 2 KB Initial commit
{
  "author": {
    "name": "Jeremy Stashewsky",
    "email": "jstashewsky@salesforce.com"
  },
  "contributors": [
    {
      "name": "Alexander Savin"
    },
    {
      "name": "Ian Livingstone"
    },
    {
      "name": "Ivan Nikulin"
    },
    {
      "name": "Lalit Kapoor"
    },
    {
      "name": "Sam Thompson"
    },
    {
      "name": "Sebastian Mayr"
    }
  ],
  "license": "BSD-3-Clause",
  "name": "tough-cookie",
  "description": "RFC6265 Cookies and Cookie Jar for node.js",
  "keywords": [
    "HTTP",
    "cookie",
    "cookies",
    "set-cookie",
    "cookiejar",
    "jar",
    "RFC6265",
    "RFC2965"
  ],
  "version": "2.3.4",
  "homepage": "https://github.com/salesforce/tough-cookie",
  "repository": {
    "type": "git",
    "url": "git://github.com/salesforce/tough-cookie.git"
  },
  "bugs": {
    "url": "https://github.com/salesforce/tough-cookie/issues"
  },
  "main": "./lib/cookie",
  "files": [
    "lib"
  ],
  "scripts": {
    "suffixup": "curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js",
    "test": "vows test/*_test.js"
  },
  "engines": {
    "node": ">=0.8"
  },
  "devDependencies": {
    "async": "^1.4.2",
    "string.prototype.repeat": "^0.2.0",
    "vows": "^0.8.1"
  },
  "dependencies": {
    "punycode": "^1.4.1"
  },
  "gitHead": "e4dfb0aec5d25e9e982805417a5d936071badc17",
  "_id": "tough-cookie@2.3.4",
  "_npmVersion": "5.6.0",
  "_nodeVersion": "8.9.4",
  "_npmUser": {
    "name": "jstash",
    "email": "jstash@gmail.com"
  },
  "dist": {
    "integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==",
    "shasum": "ec60cee38ac675063ffc97a5c18970578ee83655",
    "tarball": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz",
    "fileCount": 9,
    "unpackedSize": 245484
  },
  "maintainers": [
    {
      "name": "awaterma",
      "email": "awaterma@awaterma.net"
    },
    {
      "name": "jstash",
      "email": "jstash@gmail.com"
    },
    {
      "name": "maratto",
      "email": "marat+npm@salesforce.com"
    },
    {
      "name": "ruoho",
      "email": "clint@ruoho.org"
    }
  ],
  "directories": {},
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/tough-cookie_2.3.4_1519684165015_0.21877903579709823"
  },
  "_shasum": "ec60cee38ac675063ffc97a5c18970578ee83655",
  "_from": "tough-cookie@~2.3.3",
  "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz",
  "readme": "ERROR: No README data found!"
}