69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"name": "cookie",
|
|
"description": "cookie parsing and serialization",
|
|
"version": "0.1.3",
|
|
"author": {
|
|
"name": "Roman Shtylman",
|
|
"email": "shtylman@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"cookie",
|
|
"cookies"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jshttp/cookie"
|
|
},
|
|
"devDependencies": {
|
|
"istanbul": "0.3.9",
|
|
"mocha": "1.x.x"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js"
|
|
],
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec --bail --check-leaks test/",
|
|
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
|
|
},
|
|
"gitHead": "f46097723c16f920a7b9759e154c34792e1d1a3b",
|
|
"bugs": {
|
|
"url": "https://github.com/jshttp/cookie/issues"
|
|
},
|
|
"homepage": "https://github.com/jshttp/cookie",
|
|
"_id": "cookie@0.1.3",
|
|
"_shasum": "e734a5c1417fce472d5aef82c381cabb64d1a435",
|
|
"_from": "cookie@0.1.3",
|
|
"_npmVersion": "1.4.28",
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "defunctzombie",
|
|
"email": "shtylman@gmail.com"
|
|
},
|
|
{
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "jongleberry",
|
|
"email": "jonathanrichardong@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "e734a5c1417fce472d5aef82c381cabb64d1a435",
|
|
"tarball": "http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz"
|
|
}
|