76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"_from": "cookies@0.7.1",
|
|
"_id": "cookies@0.7.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-fIphX1SBxhq58WyDNzG8uPZjuZs=",
|
|
"_location": "/cookies",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "cookies@0.7.1",
|
|
"name": "cookies",
|
|
"escapedName": "cookies",
|
|
"rawSpec": "0.7.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.7.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/cookie-session"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cookies/-/cookies-0.7.1.tgz",
|
|
"_shasum": "7c8a615f5481c61ab9f16c833731bcb8f663b99b",
|
|
"_spec": "cookies@0.7.1",
|
|
"_where": "C:\\Users\\Georg\\GitHub\\SmartShopper\\express-server\\node_modules\\cookie-session",
|
|
"author": {
|
|
"name": "Jed Schmidt",
|
|
"email": "tr@nslator.jp",
|
|
"url": "http://jed.is"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pillarjs/cookies/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"depd": "~1.1.1",
|
|
"keygrip": "~1.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Cookies, optionally signed using Keygrip.",
|
|
"devDependencies": {
|
|
"express": "4.9.8",
|
|
"istanbul": "0.4.5",
|
|
"mocha": "2.5.3",
|
|
"restify": "2.8.1",
|
|
"supertest": "1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
},
|
|
"files": [
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/pillarjs/cookies#readme",
|
|
"license": "MIT",
|
|
"name": "cookies",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pillarjs/cookies.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
|
|
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/"
|
|
},
|
|
"version": "0.7.1"
|
|
}
|