-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 KB
/
package.json
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
{
"name": "cookie-parser",
"description": "cookie parsing with signatures",
"version": "1.3.2",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"url": "http://tjholowaychuk.com"
},
"licenses": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/expressjs/cookie-parser"
},
"keywords": [
"cookie",
"middleware"
],
"dependencies": {
"cookie": "0.1.2",
"cookie-signature": "1.0.4"
},
"devDependencies": {
"istanbul": "0.2.12",
"mocha": "~1.20.1",
"supertest": "~0.13.0"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha --reporter dot test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"
},
"bugs": {
"url": "https://github.com/expressjs/cookie-parser/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/expressjs/cookie-parser",
"_id": "cookie-parser@1.3.2",
"dist": {
"shasum": "e2fb2953b3403fb11d17ca4c63b39fb5e18f77a9"
},
"_from": "cookie-parser@^1.1.0",
"_resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.2.tgz"
}