nodulator
Version:
Complete NodeJS Framework for Restfull APIs
111 lines (110 loc) • 2.7 kB
JSON
{
"_args": [
[
{
"name": "cookie",
"raw": "cookie@0.2.3",
"rawSpec": "0.2.3",
"scope": null,
"spec": "0.2.3",
"type": "version"
},
"/home/fgreiner/prog/js/Nodulator/node_modules/cookie-parser"
]
],
"_from": "cookie@0.2.3",
"_id": "cookie@0.2.3",
"_inCache": true,
"_installable": true,
"_location": "/cookie",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "cookie",
"raw": "cookie@0.2.3",
"rawSpec": "0.2.3",
"scope": null,
"spec": "0.2.3",
"type": "version"
},
"_requiredBy": [
"/cookie-parser",
"/express-session"
],
"_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.2.3.tgz",
"_shasum": "1a59536af68537a21178a01346f87cb059d2ae5c",
"_shrinkwrap": null,
"_spec": "cookie@0.2.3",
"_where": "/home/fgreiner/prog/js/Nodulator/node_modules/cookie-parser",
"author": {
"email": "shtylman@gmail.com",
"name": "Roman Shtylman"
},
"bugs": {
"url": "https://github.com/jshttp/cookie/issues"
},
"contributors": [
{
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
}
],
"dependencies": {},
"description": "cookie parsing and serialization",
"devDependencies": {
"istanbul": "0.3.22",
"mocha": "1.21.5"
},
"directories": {},
"dist": {
"shasum": "1a59536af68537a21178a01346f87cb059d2ae5c",
"tarball": "https://registry.npmjs.org/cookie/-/cookie-0.2.3.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "35326af88e9665bb8ea1be280cb827523e9360a7",
"homepage": "https://github.com/jshttp/cookie",
"keywords": [
"cookie",
"cookies"
],
"license": "MIT",
"maintainers": [
{
"email": "shtylman@gmail.com",
"name": "defunctzombie"
},
{
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
{
"email": "jonathanrichardong@gmail.com",
"name": "jongleberry"
}
],
"name": "cookie",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/cookie.git"
},
"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/"
},
"version": "0.2.3"
}