• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "tough-cookie@~2.4.3",
3  "_id": "tough-cookie@2.4.3",
4  "_inBundle": false,
5  "_integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==",
6  "_location": "/tough-cookie",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "tough-cookie@~2.4.3",
12    "name": "tough-cookie",
13    "escapedName": "tough-cookie",
14    "rawSpec": "~2.4.3",
15    "saveSpec": null,
16    "fetchSpec": "~2.4.3"
17  },
18  "_requiredBy": [
19    "/request"
20  ],
21  "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz",
22  "_shasum": "53f36da3f47783b0925afa06ff9f3b165280f781",
23  "_spec": "tough-cookie@~2.4.3",
24  "_where": "/Users/zkat/Documents/code/work/npm/node_modules/request",
25  "author": {
26    "name": "Jeremy Stashewsky",
27    "email": "jstash@gmail.com"
28  },
29  "bugs": {
30    "url": "https://github.com/salesforce/tough-cookie/issues"
31  },
32  "bundleDependencies": false,
33  "contributors": [
34    {
35      "name": "Alexander Savin"
36    },
37    {
38      "name": "Ian Livingstone"
39    },
40    {
41      "name": "Ivan Nikulin"
42    },
43    {
44      "name": "Lalit Kapoor"
45    },
46    {
47      "name": "Sam Thompson"
48    },
49    {
50      "name": "Sebastian Mayr"
51    }
52  ],
53  "dependencies": {
54    "psl": "^1.1.24",
55    "punycode": "^1.4.1"
56  },
57  "deprecated": false,
58  "description": "RFC6265 Cookies and Cookie Jar for node.js",
59  "devDependencies": {
60    "async": "^1.4.2",
61    "nyc": "^11.6.0",
62    "string.prototype.repeat": "^0.2.0",
63    "vows": "^0.8.1"
64  },
65  "engines": {
66    "node": ">=0.8"
67  },
68  "files": [
69    "lib"
70  ],
71  "homepage": "https://github.com/salesforce/tough-cookie",
72  "keywords": [
73    "HTTP",
74    "cookie",
75    "cookies",
76    "set-cookie",
77    "cookiejar",
78    "jar",
79    "RFC6265",
80    "RFC2965"
81  ],
82  "license": "BSD-3-Clause",
83  "main": "./lib/cookie",
84  "name": "tough-cookie",
85  "repository": {
86    "type": "git",
87    "url": "git://github.com/salesforce/tough-cookie.git"
88  },
89  "scripts": {
90    "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
91    "test": "vows test/*_test.js"
92  },
93  "version": "2.4.3"
94}
95