Blame view

node_modules/tough-cookie/package.json 2.04 KB
aaac7fed   liuqimichale   add
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
  {
    "_args": [
      [
        "tough-cookie@2.4.3",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "tough-cookie@2.4.3",
    "_id": "tough-cookie@2.4.3",
    "_inBundle": false,
    "_integrity": "sha1-U/Nto/R3g7CSWvoG/587FlKA94E=",
    "_location": "/tough-cookie",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "tough-cookie@2.4.3",
      "name": "tough-cookie",
      "escapedName": "tough-cookie",
      "rawSpec": "2.4.3",
      "saveSpec": null,
      "fetchSpec": "2.4.3"
    },
    "_requiredBy": [
      "/request"
    ],
    "_resolved": "http://registry.npm.taobao.org/tough-cookie/download/tough-cookie-2.4.3.tgz",
    "_spec": "2.4.3",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Jeremy Stashewsky",
      "email": "jstash@gmail.com"
    },
    "bugs": {
      "url": "https://github.com/salesforce/tough-cookie/issues"
    },
    "contributors": [
      {
        "name": "Alexander Savin"
      },
      {
        "name": "Ian Livingstone"
      },
      {
        "name": "Ivan Nikulin"
      },
      {
        "name": "Lalit Kapoor"
      },
      {
        "name": "Sam Thompson"
      },
      {
        "name": "Sebastian Mayr"
      }
    ],
    "dependencies": {
      "psl": "^1.1.24",
      "punycode": "^1.4.1"
    },
    "description": "RFC6265 Cookies and Cookie Jar for node.js",
    "devDependencies": {
      "async": "^1.4.2",
      "nyc": "^11.6.0",
      "string.prototype.repeat": "^0.2.0",
      "vows": "^0.8.1"
    },
    "engines": {
      "node": ">=0.8"
    },
    "files": [
      "lib"
    ],
    "homepage": "https://github.com/salesforce/tough-cookie",
    "keywords": [
      "HTTP",
      "cookie",
      "cookies",
      "set-cookie",
      "cookiejar",
      "jar",
      "RFC6265",
      "RFC2965"
    ],
    "license": "BSD-3-Clause",
    "main": "./lib/cookie",
    "name": "tough-cookie",
    "repository": {
      "type": "git",
      "url": "git://github.com/salesforce/tough-cookie.git"
    },
    "scripts": {
      "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
      "test": "vows test/*_test.js"
    },
    "version": "2.4.3"
  }