333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "_args": [
    [
      "cookies@0.7.3",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "cookies@0.7.3",
  "_id": "cookies@0.7.3",
  "_inBundle": false,
  "_integrity": "sha512-+gixgxYSgQLTaTIilDHAdlNPZDENDQernEMiIcZpYYP14zgHsCt4Ce1FEjFtcp6GefhozebB6orvhAAWx/IS0A==",
  "_location": "/cookies",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cookies@0.7.3",
    "name": "cookies",
    "escapedName": "cookies",
    "rawSpec": "0.7.3",
    "saveSpec": null,
    "fetchSpec": "0.7.3"
  },
  "_requiredBy": [
    "/koa"
  ],
  "_resolved": "https://registry.npmjs.org/cookies/-/cookies-0.7.3.tgz",
  "_spec": "0.7.3",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "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": "~1.1.2",
    "keygrip": "~1.0.3"
  },
  "description": "Cookies, optionally signed using Keygrip.",
  "devDependencies": {
    "eslint": "3.19.0",
    "express": "4.16.4",
    "istanbul": "0.4.5",
    "mocha": "5.2.0",
    "restify": "6.4.0",
    "supertest": "3.3.0"
  },
  "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": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/"
  },
  "version": "0.7.3"
}