프로젝트

일반

사용자정보

통계
| 개정판:

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

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

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