2 "_from": "cookie@0.4.0",
5 "_integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==",
6 "_location": "/cookie",
7 "_phantomChildren": {},
11 "raw": "cookie@0.4.0",
13 "escapedName": "cookie",
21 "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
22 "_shasum": "beb437e7022b3b6d49019d088665303ebe9c14ba",
23 "_spec": "cookie@0.4.0",
24 "_where": "/home/josuer08/Documents/web/node_modules/express",
26 "name": "Roman Shtylman",
27 "email": "shtylman@gmail.com"
30 "url": "https://github.com/jshttp/cookie/issues"
32 "bundleDependencies": false,
35 "name": "Douglas Christopher Wilson",
36 "email": "doug@somethingdoug.com"
40 "description": "HTTP server cookie parsing and serialization",
42 "beautify-benchmark": "0.2.4",
45 "eslint-plugin-markdown": "1.0.0",
58 "homepage": "https://github.com/jshttp/cookie#readme",
67 "url": "git+https://github.com/jshttp/cookie.git"
70 "bench": "node benchmark/index.js",
71 "lint": "eslint --plugin markdown --ext js,md .",
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 "version": "node scripts/version-history.js && git add HISTORY.md"