summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/tough-cookie/package.json
blob: 96d8d1d161f7c7b94eefdf480b538c5863155cfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
  "author": {
    "name": "Jeremy Stashewsky",
    "email": "jstashewsky@salesforce.com"
  },
  "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": "1.2.0",
  "homepage": "https://github.com/SalesforceEng/tough-cookie",
  "repository": {
    "type": "git",
    "url": "git://github.com/SalesforceEng/tough-cookie.git"
  },
  "bugs": {
    "url": "https://github.com/SalesforceEng/tough-cookie/issues"
  },
  "main": "./lib/cookie",
  "scripts": {
    "test": "vows test/*_test.js"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "devDependencies": {
    "vows": "0.7.0",
    "async": ">=0.1.12"
  },
  "gitHead": "74e59de50b719bb9a1b01c8c9db57fa31401ed1a",
  "_id": "tough-cookie@1.2.0",
  "_shasum": "9b7e9d98e769e80b5aa899d944fe44e02ebf82ad",
  "_from": "tough-cookie@>=0.12.0",
  "_npmVersion": "2.7.4",
  "_nodeVersion": "0.12.2",
  "_npmUser": {
    "name": "jstash",
    "email": "jstash@gmail.com"
  },
  "dist": {
    "shasum": "9b7e9d98e769e80b5aa899d944fe44e02ebf82ad",
    "tarball": "http://registry.npmjs.org/tough-cookie/-/tough-cookie-1.2.0.tgz"
  },
  "maintainers": [
    {
      "name": "jstash",
      "email": "jeremy@goinstant.com"
    },
    {
      "name": "goinstant",
      "email": "services@goinstant.com"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.2.0.tgz",
  "readme": "ERROR: No README data found!"
}