You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.3 KiB
58 lines
1.3 KiB
{
|
|
"_from": "cookie@0.1.2",
|
|
"_id": "cookie@0.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-cv7D0k5Io0Mgc9kMEmQgBQYQBLE=",
|
|
"_location": "/cookie",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "cookie@0.1.2",
|
|
"name": "cookie",
|
|
"escapedName": "cookie",
|
|
"rawSpec": "0.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/express"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.1.2.tgz",
|
|
"_shasum": "72fec3d24e48a3432073d90c12642005061004b1",
|
|
"_spec": "cookie@0.1.2",
|
|
"_where": "/var/www/htdocs/coze/socket/node_modules/express",
|
|
"author": {
|
|
"name": "Roman Shtylman",
|
|
"email": "shtylman@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/shtylman/node-cookie/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "cookie parsing and serialization",
|
|
"devDependencies": {
|
|
"mocha": "1.x.x"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"homepage": "https://github.com/shtylman/node-cookie#readme",
|
|
"keywords": [
|
|
"cookie",
|
|
"cookies"
|
|
],
|
|
"main": "index.js",
|
|
"name": "cookie",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/shtylman/node-cookie.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "0.1.2"
|
|
}
|