프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / cookie / package.json

이력 | 보기 | 이력해설 | 다운로드 (1.89 KB)

1 39 HKM
{
2
  "_args": [
3
    [
4
      "cookie@0.3.1",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "cookie@0.3.1",
9
  "_id": "cookie@0.3.1",
10
  "_inBundle": false,
11
  "_integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=",
12
  "_location": "/cookie",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "cookie@0.3.1",
18
    "name": "cookie",
19
    "escapedName": "cookie",
20
    "rawSpec": "0.3.1",
21
    "saveSpec": null,
22
    "fetchSpec": "0.3.1"
23
  },
24
  "_requiredBy": [
25
    "/cookie-parser",
26
    "/engine.io",
27
    "/express",
28
    "/express-session"
29
  ],
30
  "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
31
  "_spec": "0.3.1",
32
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
33
  "author": {
34
    "name": "Roman Shtylman",
35
    "email": "shtylman@gmail.com"
36
  },
37
  "bugs": {
38
    "url": "https://github.com/jshttp/cookie/issues"
39
  },
40
  "contributors": [
41
    {
42
      "name": "Douglas Christopher Wilson",
43
      "email": "doug@somethingdoug.com"
44
    }
45
  ],
46
  "description": "HTTP server cookie parsing and serialization",
47
  "devDependencies": {
48
    "istanbul": "0.4.3",
49
    "mocha": "1.21.5"
50
  },
51
  "engines": {
52
    "node": ">= 0.6"
53
  },
54
  "files": [
55
    "HISTORY.md",
56
    "LICENSE",
57
    "README.md",
58
    "index.js"
59
  ],
60
  "homepage": "https://github.com/jshttp/cookie#readme",
61
  "keywords": [
62
    "cookie",
63
    "cookies"
64
  ],
65
  "license": "MIT",
66
  "name": "cookie",
67
  "repository": {
68
    "type": "git",
69
    "url": "git+https://github.com/jshttp/cookie.git"
70
  },
71
  "scripts": {
72
    "test": "mocha --reporter spec --bail --check-leaks test/",
73
    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
74
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
75
  },
76
  "version": "0.3.1"
77
}