Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / cookie-parser / package.json
1 {
2   "name": "cookie-parser",
3   "description": "cookie parsing with signatures",
4   "version": "1.3.4",
5   "author": {
6     "name": "TJ Holowaychuk",
7     "email": "tj@vision-media.ca",
8     "url": "http://tjholowaychuk.com"
9   },
10   "licenses": "MIT",
11   "repository": {
12     "type": "git",
13     "url": "https://github.com/expressjs/cookie-parser"
14   },
15   "keywords": [
16     "cookie",
17     "middleware"
18   ],
19   "dependencies": {
20     "cookie": "0.1.2",
21     "cookie-signature": "1.0.6"
22   },
23   "devDependencies": {
24     "istanbul": "0.3.5",
25     "mocha": "~2.1.0",
26     "supertest": "0.15.0"
27   },
28   "files": [
29     "lib/",
30     "LICENSE",
31     "HISTORY.md",
32     "index.js"
33   ],
34   "engines": {
35     "node": ">= 0.8.0"
36   },
37   "scripts": {
38     "test": "mocha --reporter spec --bail --check-leaks test/",
39     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
40     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
41   },
42   "gitHead": "94764a584c70f26049b14c6ad845c8b0ed0e478b",
43   "bugs": {
44     "url": "https://github.com/expressjs/cookie-parser/issues"
45   },
46   "homepage": "https://github.com/expressjs/cookie-parser",
47   "_id": "cookie-parser@1.3.4",
48   "_shasum": "193035a5be97117a21709b3aa737f6132717bda6",
49   "_from": "cookie-parser@~1.3.3",
50   "_npmVersion": "1.4.28",
51   "_npmUser": {
52     "name": "dougwilson",
53     "email": "doug@somethingdoug.com"
54   },
55   "maintainers": [
56     {
57       "name": "shtylman",
58       "email": "shtylman@gmail.com"
59     },
60     {
61       "name": "dougwilson",
62       "email": "doug@somethingdoug.com"
63     }
64   ],
65   "dist": {
66     "shasum": "193035a5be97117a21709b3aa737f6132717bda6",
67     "tarball": "http://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.4.tgz"
68   },
69   "directories": {},
70   "_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.4.tgz"
71 }