Sha256: 87c76c3288561b62e428feaebedd12b950d7271ddeef15b54ddc2f7b77943777

Contents?: true

Size: 1.72 KB

Versions: 9

Compression:

Stored size: 1.72 KB

Contents

{
  "author": {
    "name": "Jeremy Stashewsky",
    "email": "jstash@gmail.com",
    "website": "https://github.com/stash"
  },
  "contributors": [
    {
      "name": "Alexander Savin",
      "website": "https://github.com/apsavin"
    },
    {
      "name": "Ian Livingstone",
      "website": "https://github.com/ianlivingstone"
    },
    {
      "name": "Ivan Nikulin",
      "website": "https://github.com/inikulin"
    },
    {
      "name": "Lalit Kapoor",
      "website": "https://github.com/lalitkapoor"
    },
    {
      "name": "Sam Thompson",
      "website": "https://github.com/sambthompson"
    },
    {
      "name": "Sebastian Mayr",
      "website": "https://github.com/Sebmaster"
    }
  ],
  "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.5.0",
  "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": {
    "version": "genversion lib/version.js && git add lib/version.js",
    "test": "vows test/*_test.js",
    "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js"
  },
  "engines": {
    "node": ">=0.8"
  },
  "devDependencies": {
    "async": "^1.4.2",
    "genversion": "^2.1.0",
    "nyc": "^11.6.0",
    "string.prototype.repeat": "^0.2.0",
    "vows": "^0.8.2"
  },
  "dependencies": {
    "psl": "^1.1.28",
    "punycode": "^2.1.1"
  }
}

Version data entries

9 entries across 8 versions & 4 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/tough-cookie/package.json
tang-0.2.1 spec/tang_app/node_modules/tough-cookie/package.json
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/tough-cookie/package.json
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/tough-cookie/package.json
ruby2js-4.0.4 lib/tasks/testrails/node_modules/tough-cookie/package.json
ruby2js-4.0.3 lib/tasks/testrails/node_modules/tough-cookie/package.json
tang-0.2.0 spec/tang_app/node_modules/tough-cookie/package.json
tang-0.1.0 spec/tang_app/node_modules/tough-cookie/package.json
tang-0.0.9 spec/tang_app/node_modules/tough-cookie/package.json