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.
83 lines
2.2 KiB
83 lines
2.2 KiB
{
|
|
"_args": [
|
|
[
|
|
"cookie@0.4.0",
|
|
"/Users/linhuakun/Downloads/nodejs/codewhy"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "cookie@0.4.0",
|
|
"_id": "cookie@0.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-vrQ35wIrO21JAZ0IhmUwPr6cFLo=",
|
|
"_location": "/cookie",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "cookie@0.4.0",
|
|
"name": "cookie",
|
|
"escapedName": "cookie",
|
|
"rawSpec": "0.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/express"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/cookie/download/cookie-0.4.0.tgz?cache=0&sync_timestamp=1587525998658&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcookie%2Fdownload%2Fcookie-0.4.0.tgz",
|
|
"_spec": "0.4.0",
|
|
"_where": "/Users/linhuakun/Downloads/nodejs/codewhy",
|
|
"author": {
|
|
"name": "Roman Shtylman",
|
|
"email": "shtylman@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jshttp/cookie/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
}
|
|
],
|
|
"description": "HTTP server cookie parsing and serialization",
|
|
"devDependencies": {
|
|
"beautify-benchmark": "0.2.4",
|
|
"benchmark": "2.1.4",
|
|
"eslint": "5.16.0",
|
|
"eslint-plugin-markdown": "1.0.0",
|
|
"istanbul": "0.4.5",
|
|
"mocha": "6.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
},
|
|
"files": [
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jshttp/cookie#readme",
|
|
"keywords": [
|
|
"cookie",
|
|
"cookies"
|
|
],
|
|
"license": "MIT",
|
|
"name": "cookie",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jshttp/cookie.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "node benchmark/index.js",
|
|
"lint": "eslint --plugin markdown --ext js,md .",
|
|
"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": "node scripts/version-history.js && git add HISTORY.md"
|
|
},
|
|
"version": "0.4.0"
|
|
}
|