1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "name": "cookie-session",
- "description": "cookie session middleware",
- "repository": {
- "type": "git",
- "url": "git://github.com/expressjs/cookie-session"
- },
- "version": "1.0.2",
- "keywords": [
- "connect",
- "express",
- "middleware",
- "session"
- ],
- "files": [
- "index.js"
- ],
- "dependencies": {
- "cookies": "~0.4.0",
- "debug": "*"
- },
- "devDependencies": {
- "connect": "*",
- "mocha": "*",
- "should": "*",
- "supertest": "*"
- },
- "license": "MIT",
- "scripts": {
- "test": "mocha --require should --reporter spec --bail"
- },
- "bugs": {
- "url": "https://github.com/expressjs/cookie-session/issues"
- },
- "homepage": "https://github.com/expressjs/cookie-session",
- "_id": "cookie-session@1.0.2",
- "_shasum": "94899ac4a721bdebcfb2f62adaaa89ffdbbd8ef8",
- "_from": "cookie-session@^1.0.2",
- "_npmVersion": "1.4.9",
- "_npmUser": {
- "name": "fishrock123",
- "email": "fishrock123@rocketmail.com"
- },
- "maintainers": [
- {
- "name": "jongleberry",
- "email": "jonathanrichardong@gmail.com"
- },
- {
- "name": "dougwilson",
- "email": "doug@somethingdoug.com"
- },
- {
- "name": "tjholowaychuk",
- "email": "tj@vision-media.ca"
- },
- {
- "name": "shtylman",
- "email": "shtylman@gmail.com"
- },
- {
- "name": "mscdex",
- "email": "mscdex@mscdex.net"
- },
- {
- "name": "fishrock123",
- "email": "fishrock123@rocketmail.com"
- }
- ],
- "dist": {
- "shasum": "94899ac4a721bdebcfb2f62adaaa89ffdbbd8ef8",
- "tarball": "http://registry.npmjs.org/cookie-session/-/cookie-session-1.0.2.tgz"
- },
- "directories": {},
- "_resolved": "https://registry.npmjs.org/cookie-session/-/cookie-session-1.0.2.tgz",
- "readme": "ERROR: No README data found!"
- }
|