mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 18:07:20 +08:00
82 lines
1.8 KiB
JSON
82 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"cookies@0.8.0",
|
|
"J:\\Github\\CURD-TS"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "cookies@0.8.0",
|
|
"_id": "cookies@0.8.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-EpPOSzkXQKhAbjyYcOgoxLVPP5A=",
|
|
"_location": "/cookies",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "cookies@0.8.0",
|
|
"name": "cookies",
|
|
"escapedName": "cookies",
|
|
"rawSpec": "0.8.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.8.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/koa"
|
|
],
|
|
"_resolved": "http://192.168.250.101:4873/cookies/-/cookies-0.8.0.tgz",
|
|
"_spec": "0.8.0",
|
|
"_where": "J:\\Github\\CURD-TS",
|
|
"author": {
|
|
"name": "Jed Schmidt",
|
|
"email": "tr@nslator.jp",
|
|
"url": "http://jed.is"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pillarjs/cookies/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"depd": "~2.0.0",
|
|
"keygrip": "~1.1.0"
|
|
},
|
|
"description": "Cookies, optionally signed using Keygrip.",
|
|
"devDependencies": {
|
|
"eslint": "4.19.1",
|
|
"express": "4.17.1",
|
|
"mocha": "6.2.1",
|
|
"nyc": "14.1.1",
|
|
"restify": "8.4.0",
|
|
"supertest": "4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
},
|
|
"files": [
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/pillarjs/cookies#readme",
|
|
"license": "MIT",
|
|
"name": "cookies",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pillarjs/cookies.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
|
|
"test-ci": "nyc --reporter=text npm test",
|
|
"test-cov": "nyc --reporter=html --reporter=text npm test"
|
|
},
|
|
"version": "0.8.0"
|
|
}
|