root / HServer / 00.Server / 00.Program / node_modules / cookie-signature / package.json
이력 | 보기 | 이력해설 | 다운로드 (1.58 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"cookie-signature@1.0.6",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "cookie-signature@1.0.6", |
9 |
"_id": "cookie-signature@1.0.6", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", |
12 |
"_location": "/cookie-signature", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "cookie-signature@1.0.6", |
18 |
"name": "cookie-signature", |
19 |
"escapedName": "cookie-signature", |
20 |
"rawSpec": "1.0.6", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "1.0.6" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/cookie-parser",
|
26 |
"/express",
|
27 |
"/express-session"
|
28 |
], |
29 |
"_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", |
30 |
"_spec": "1.0.6", |
31 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
32 |
"author": {
|
33 |
"name": "TJ Holowaychuk", |
34 |
"email": "tj@learnboost.com" |
35 |
}, |
36 |
"bugs": {
|
37 |
"url": "https://github.com/visionmedia/node-cookie-signature/issues" |
38 |
}, |
39 |
"dependencies": {},
|
40 |
"description": "Sign and unsign cookies", |
41 |
"devDependencies": {
|
42 |
"mocha": "*", |
43 |
"should": "*" |
44 |
}, |
45 |
"homepage": "https://github.com/visionmedia/node-cookie-signature#readme", |
46 |
"keywords": [
|
47 |
"cookie",
|
48 |
"sign",
|
49 |
"unsign"
|
50 |
], |
51 |
"license": "MIT", |
52 |
"main": "index", |
53 |
"name": "cookie-signature", |
54 |
"repository": {
|
55 |
"type": "git", |
56 |
"url": "git+https://github.com/visionmedia/node-cookie-signature.git" |
57 |
}, |
58 |
"scripts": {
|
59 |
"test": "mocha --require should --reporter spec" |
60 |
}, |
61 |
"version": "1.0.6" |
62 |
} |