nodulator
Version:
Complete NodeJS Framework for Restfull APIs
125 lines (124 loc) • 3.1 kB
JSON
{
"_args": [
[
{
"name": "express-session",
"raw": "express-session@1.13.0",
"rawSpec": "1.13.0",
"scope": null,
"spec": "1.13.0",
"type": "version"
},
"/home/fgreiner/prog/js/Nodulator"
]
],
"_from": "express-session@1.13.0",
"_id": "express-session@1.13.0",
"_inCache": true,
"_installable": true,
"_location": "/express-session",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "express-session",
"raw": "express-session@1.13.0",
"rawSpec": "1.13.0",
"scope": null,
"spec": "1.13.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.13.0.tgz",
"_shasum": "8ac3b5c0188b48382851d88207b8e7746efb4011",
"_shrinkwrap": null,
"_spec": "express-session@1.13.0",
"_where": "/home/fgreiner/prog/js/Nodulator",
"author": {
"email": "tj@vision-media.ca",
"name": "TJ Holowaychuk",
"url": "http://tjholowaychuk.com"
},
"bugs": {
"url": "https://github.com/expressjs/session/issues"
},
"contributors": [
{
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
},
{
"email": "njwjs722@gmail.com",
"name": "Joe Wagner"
}
],
"dependencies": {
"cookie": "0.2.3",
"cookie-signature": "1.0.6",
"crc": "3.4.0",
"debug": "~2.2.0",
"depd": "~1.1.0",
"on-headers": "~1.0.1",
"parseurl": "~1.3.0",
"uid-safe": "~2.0.0",
"utils-merge": "1.0.0"
},
"description": "Simple session middleware for Express",
"devDependencies": {
"after": "0.8.1",
"cookie-parser": "~1.4.0",
"express": "~4.13.3",
"istanbul": "0.4.1",
"mocha": "2.3.4",
"supertest": "1.1.0"
},
"directories": {},
"dist": {
"shasum": "8ac3b5c0188b48382851d88207b8e7746efb4011",
"tarball": "https://registry.npmjs.org/express-session/-/express-session-1.13.0.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"session/",
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "222b30ddeb9589ec700ae53b4e70b47a95114b77",
"homepage": "https://github.com/expressjs/session",
"license": "MIT",
"maintainers": [
{
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
{
"email": "mscdex@mscdex.net",
"name": "mscdex"
},
{
"email": "shtylman@gmail.com",
"name": "defunctzombie"
}
],
"name": "express-session",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/session.git"
},
"scripts": {
"test": "mocha --bail --reporter spec 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/"
},
"version": "1.13.0"
}