| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "cookies@0.9.1",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "cookies@0.9.1",
- "_id": "cookies@0.9.1",
- "_inBundle": false,
- "_integrity": "sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==",
- "_location": "/cookies",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "cookies@0.9.1",
- "name": "cookies",
- "escapedName": "cookies",
- "rawSpec": "0.9.1",
- "saveSpec": null,
- "fetchSpec": "0.9.1"
- },
- "_requiredBy": [
- "/koa"
- ],
- "_resolved": "https://registry.npmmirror.com/cookies/-/cookies-0.9.1.tgz",
- "_spec": "0.9.1",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "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": "8.56.0",
- "express": "4.18.2",
- "mocha": "10.2.0",
- "nyc": "15.1.0",
- "restify": "8.6.1",
- "supertest": "6.3.3"
- },
- "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=lcov --reporter=text npm test",
- "test-cov": "nyc --reporter=html --reporter=text npm test"
- },
- "version": "0.9.1"
- }
|