aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/cookie-signature/package.json
blob: 711e6a737a596066c8bee6f1c3e77c11587876cf (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
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
{
  "_args": [
    [
      {
        "raw": "cookie-signature@1.0.6",
        "scope": null,
        "escapedName": "cookie-signature",
        "name": "cookie-signature",
        "rawSpec": "1.0.6",
        "spec": "1.0.6",
        "type": "version"
      },
      "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/express"
    ]
  ],
  "_from": "cookie-signature@1.0.6",
  "_id": "cookie-signature@1.0.6",
  "_inCache": true,
  "_location": "/cookie-signature",
  "_nodeVersion": "0.10.36",
  "_npmUser": {
    "name": "natevw",
    "email": "natevw@yahoo.com"
  },
  "_npmVersion": "2.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "cookie-signature@1.0.6",
    "scope": null,
    "escapedName": "cookie-signature",
    "name": "cookie-signature",
    "rawSpec": "1.0.6",
    "spec": "1.0.6",
    "type": "version"
  },
  "_requiredBy": [
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
  "_shasum": "e303a882b342cc3ee8ca513a79999734dab3ae2c",
  "_shrinkwrap": null,
  "_spec": "cookie-signature@1.0.6",
  "_where": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/express",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@learnboost.com"
  },
  "bugs": {
    "url": "https://github.com/visionmedia/node-cookie-signature/issues"
  },
  "dependencies": {},
  "description": "Sign and unsign cookies",
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "e303a882b342cc3ee8ca513a79999734dab3ae2c",
    "tarball": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
  },
  "gitHead": "391b56cf44d88c493491b7e3fc53208cfb976d2a",
  "homepage": "https://github.com/visionmedia/node-cookie-signature",
  "keywords": [
    "cookie",
    "sign",
    "unsign"
  ],
  "license": "MIT",
  "main": "index",
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "natevw",
      "email": "natevw@yahoo.com"
    }
  ],
  "name": "cookie-signature",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/visionmedia/node-cookie-signature.git"
  },
  "scripts": {
    "test": "mocha --require should --reporter spec"
  },
  "version": "1.0.6"
}