second
[josuexyz/.git] / node_modules / cookie-parser / package.json
1 {
2   "_args": [
3     [
4       "cookie-parser@~1.4.4",
5       "/home/josuer08/josuexyz"
6     ]
7   ],
8   "_from": "cookie-parser@>=1.4.4 <1.5.0",
9   "_hasShrinkwrap": false,
10   "_id": "cookie-parser@1.4.4",
11   "_inCache": true,
12   "_installable": true,
13   "_location": "/cookie-parser",
14   "_nodeVersion": "8.15.0",
15   "_npmOperationalInternal": {
16     "host": "s3://npm-registry-packages",
17     "tmp": "tmp/cookie-parser_1.4.4_1550018613583_0.3382367471226304"
18   },
19   "_npmUser": {
20     "email": "doug@somethingdoug.com",
21     "name": "dougwilson"
22   },
23   "_npmVersion": "6.4.1",
24   "_phantomChildren": {},
25   "_requested": {
26     "name": "cookie-parser",
27     "raw": "cookie-parser@~1.4.4",
28     "rawSpec": "~1.4.4",
29     "scope": null,
30     "spec": ">=1.4.4 <1.5.0",
31     "type": "range"
32   },
33   "_requiredBy": [
34     "/"
35   ],
36   "_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.4.tgz",
37   "_shasum": "e6363de4ea98c3def9697b93421c09f30cf5d188",
38   "_shrinkwrap": null,
39   "_spec": "cookie-parser@~1.4.4",
40   "_where": "/home/josuer08/josuexyz",
41   "author": {
42     "email": "tj@vision-media.ca",
43     "name": "TJ Holowaychuk",
44     "url": "http://tjholowaychuk.com"
45   },
46   "bugs": {
47     "url": "https://github.com/expressjs/cookie-parser/issues"
48   },
49   "contributors": [
50     {
51       "name": "Douglas Christopher Wilson",
52       "email": "doug@somethingdoug.com"
53     }
54   ],
55   "dependencies": {
56     "cookie": "0.3.1",
57     "cookie-signature": "1.0.6"
58   },
59   "description": "Parse HTTP request cookies",
60   "devDependencies": {
61     "deep-equal": "1.0.1",
62     "eslint": "5.13.0",
63     "eslint-config-standard": "12.0.0",
64     "eslint-plugin-import": "2.16.0",
65     "eslint-plugin-markdown": "1.0.0",
66     "eslint-plugin-node": "7.0.1",
67     "eslint-plugin-promise": "4.0.1",
68     "eslint-plugin-standard": "4.0.0",
69     "istanbul": "0.4.5",
70     "mocha": "5.2.0",
71     "supertest": "3.4.2"
72   },
73   "directories": {},
74   "dist": {
75     "fileCount": 5,
76     "integrity": "sha512-lo13tqF3JEtFO7FyA49CqbhaFkskRJ0u/UAiINgrIXeRCY41c88/zxtrECl8AKH3B0hj9q10+h3Kt8I7KlW4tw==",
77     "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcY2g2CRA9TVsSAnZWagAAX2cP/RbT7W+Gn9S7Yb2avxwJ\n3GR/wLvtEbQ08VkeAkxeQTc5Ysdiy2vTi/UTjTcz7vAJb2Ly9jGY+g6wvzis\naiv8pY4YT2ES1jDbv+F55P+FAbPsRY8mQF9crg0BoL5yZ5zaU4VCWyfnJW8u\ngT9kfOLYtQKXGJAIMiEUGukxnlbHd4LUAEQF8I1eiRd8ceVmkrswcqBLYfu3\nEwZke+8mTWaFEdQ1sz9uACEXzBIOIuId7J93EOO0e8Mh7g4NRc0z5hTtqAdY\naqBQY8lchOBFoQ/VXU+dtfUVr5oBR2uZtfLCP3npmUJfPvJ/68jzuN0W6kAO\nq3EU6lnPSABCRDPPwTDP2wjbHrme+zPdfGlM7jrmCnRq1dKgu+/7LrYvqbdl\nBi8HG6fS0kcdbuKw1Bu80oKIsxWuCHlmImuGnJoppXfEjP4jxutxr2Gkx0Yh\nlPwxKV30vIbNcCcYAhziZGBalChSrJioi1kkOdSTxDtmy/dceLX5mvyUR/q8\n4FNn4u+6/axopl2md6AUTw0Q0x8jZZHZqEQK0+9cGAQdgKHA2xnjZMMcjA9I\n9w7rk0AI+mdzJboBy0R/PJTLZd9IoqTmuMdTJ3cIjIUl79bZLCt40kWZMz0x\nDuB0OlYXh0LbbI9K0aB9vzWaWrlHZQRZRJf1jPEitlVBuzmEwUomJYzIC2nB\ndtMP\r\n=5E/c\r\n-----END PGP SIGNATURE-----\r\n",
78     "shasum": "e6363de4ea98c3def9697b93421c09f30cf5d188",
79     "tarball": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.4.tgz",
80     "unpackedSize": 11188
81   },
82   "engines": {
83     "node": ">= 0.8.0"
84   },
85   "gitHead": "1dc306b0ebe86ab98521811cc090740b4bef48e7",
86   "homepage": "https://github.com/expressjs/cookie-parser#readme",
87   "keywords": [
88     "cookie",
89     "middleware"
90   ],
91   "license": "MIT",
92   "maintainers": [
93     {
94       "name": "defunctzombie",
95       "email": "shtylman@gmail.com"
96     },
97     {
98       "name": "dougwilson",
99       "email": "doug@somethingdoug.com"
100     }
101   ],
102   "name": "cookie-parser",
103   "optionalDependencies": {},
104   "readme": "ERROR: No README data found!",
105   "repository": {
106     "type": "git",
107     "url": "git+https://github.com/expressjs/cookie-parser.git"
108   },
109   "scripts": {
110     "lint": "eslint --plugin markdown --ext js,md .",
111     "test": "mocha --reporter spec --bail --check-leaks test/",
112     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
113     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
114   },
115   "version": "1.4.4"
116 }