second
[josuexyz/.git] / node_modules / cookie / package.json
1 {
2   "_args": [
3     [
4       "cookie@0.3.1",
5       "/home/josuer08/josuexyz/node_modules/cookie-parser"
6     ]
7   ],
8   "_from": "cookie@0.3.1",
9   "_id": "cookie@0.3.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/cookie",
13   "_npmOperationalInternal": {
14     "host": "packages-12-west.internal.npmjs.com",
15     "tmp": "tmp/cookie-0.3.1.tgz_1464323556714_0.6435900838114321"
16   },
17   "_npmUser": {
18     "email": "doug@somethingdoug.com",
19     "name": "dougwilson"
20   },
21   "_npmVersion": "1.4.28",
22   "_phantomChildren": {},
23   "_requested": {
24     "name": "cookie",
25     "raw": "cookie@0.3.1",
26     "rawSpec": "0.3.1",
27     "scope": null,
28     "spec": "0.3.1",
29     "type": "version"
30   },
31   "_requiredBy": [
32     "/cookie-parser",
33     "/express"
34   ],
35   "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
36   "_shasum": "e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb",
37   "_shrinkwrap": null,
38   "_spec": "cookie@0.3.1",
39   "_where": "/home/josuer08/josuexyz/node_modules/cookie-parser",
40   "author": {
41     "email": "shtylman@gmail.com",
42     "name": "Roman Shtylman"
43   },
44   "bugs": {
45     "url": "https://github.com/jshttp/cookie/issues"
46   },
47   "contributors": [
48     {
49       "name": "Douglas Christopher Wilson",
50       "email": "doug@somethingdoug.com"
51     }
52   ],
53   "dependencies": {},
54   "description": "HTTP server cookie parsing and serialization",
55   "devDependencies": {
56     "istanbul": "0.4.3",
57     "mocha": "1.21.5"
58   },
59   "directories": {},
60   "dist": {
61     "shasum": "e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb",
62     "tarball": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz"
63   },
64   "engines": {
65     "node": ">= 0.6"
66   },
67   "files": [
68     "HISTORY.md",
69     "LICENSE",
70     "README.md",
71     "index.js"
72   ],
73   "gitHead": "e3c77d497d66c8b8d4b677b8954c1b192a09f0b3",
74   "homepage": "https://github.com/jshttp/cookie",
75   "keywords": [
76     "cookie",
77     "cookies"
78   ],
79   "license": "MIT",
80   "maintainers": [
81     {
82       "name": "dougwilson",
83       "email": "doug@somethingdoug.com"
84     }
85   ],
86   "name": "cookie",
87   "optionalDependencies": {},
88   "readme": "ERROR: No README data found!",
89   "repository": {
90     "type": "git",
91     "url": "git+https://github.com/jshttp/cookie.git"
92   },
93   "scripts": {
94     "test": "mocha --reporter spec --bail --check-leaks test/",
95     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
96     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
97   },
98   "version": "0.3.1"
99 }