UNPKG

yunlongzha_try_nodejs

Version:

try it

96 lines (95 loc) 2.31 kB
{ "_args": [ [ "cookie@0.1.3", "F:\\nodejs\\node_modules\\express" ] ], "_from": "cookie@0.1.3", "_id": "cookie@0.1.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.1.3", "rawSpec": "0.1.3", "scope": null, "spec": "0.1.3", "type": "version" }, "_requiredBy": [ "/express" ], "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz", "_shasum": "e734a5c1417fce472d5aef82c381cabb64d1a435", "_shrinkwrap": null, "_spec": "cookie@0.1.3", "_where": "F:\\nodejs\\node_modules\\express", "author": { "email": "shtylman@gmail.com", "name": "Roman Shtylman" }, "bugs": { "url": "https://github.com/jshttp/cookie/issues" }, "dependencies": {}, "description": "cookie parsing and serialization", "devDependencies": { "istanbul": "0.3.9", "mocha": "1.x.x" }, "directories": {}, "dist": { "shasum": "e734a5c1417fce472d5aef82c381cabb64d1a435", "tarball": "http://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz" }, "engines": { "node": "*" }, "files": [ "LICENSE", "README.md", "index.js" ], "gitHead": "f46097723c16f920a7b9759e154c34792e1d1a3b", "homepage": "https://github.com/jshttp/cookie", "keywords": [ "cookie", "cookies" ], "license": "MIT", "maintainers": [ { "name": "defunctzombie", "email": "shtylman@gmail.com" }, { "name": "dougwilson", "email": "doug@somethingdoug.com" }, { "name": "jongleberry", "email": "jonathanrichardong@gmail.com" } ], "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.1.3" }