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
81
82
83
84
85
| {
| "_args": [
| [
| "egg-cookies@2.2.7",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "egg-cookies@2.2.7",
| "_id": "egg-cookies@2.2.7",
| "_inBundle": false,
| "_integrity": "sha512-nilGfgDAJbVFaqcS5KKFV0dTNM8DVz7MBi2Gr0akY0/fVU94EnXx89jGLv37PSYfzJ8lE3Yig6hqh9p2EtafXg==",
| "_location": "/egg-cookies",
| "_phantomChildren": {
| "ms": "2.1.1"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "egg-cookies@2.2.7",
| "name": "egg-cookies",
| "escapedName": "egg-cookies",
| "rawSpec": "2.2.7",
| "saveSpec": null,
| "fetchSpec": "2.2.7"
| },
| "_requiredBy": [
| "/egg"
| ],
| "_resolved": "https://registry.npmjs.org/egg-cookies/-/egg-cookies-2.2.7.tgz",
| "_spec": "2.2.7",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "fengmk2",
| "email": "fengmk2@gmail.com",
| "url": "https://fengmk2.com"
| },
| "bugs": {
| "url": "https://github.com/eggjs/egg-cookies/issues"
| },
| "ci": {
| "version": "4, 6, 8, 10, 12"
| },
| "dependencies": {
| "debug": "^3.1.0",
| "scmp": "^2.0.0",
| "utility": "^1.14.0"
| },
| "description": "cookies module for egg",
| "devDependencies": {
| "@types/node": "^10.9.4",
| "autod": "^3.0.1",
| "beautify-benchmark": "^0.2.4",
| "benchmark": "^2.1.4",
| "cookies": "^0.7.1",
| "egg-bin": "1",
| "egg-ci": "^1.1.0",
| "eslint": "^3.10.2",
| "eslint-config-egg": "^3.2.0",
| "keygrip": "^1.0.2",
| "ts-node": "^7.0.1",
| "typescript": "^3.0.3"
| },
| "engines": {
| "node": ">= 4.0.0"
| },
| "files": [
| "lib",
| "index.d.ts"
| ],
| "homepage": "https://github.com/eggjs/egg-cookies",
| "main": "lib/cookies.js",
| "name": "egg-cookies",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/eggjs/egg-cookies.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
| "cov": "egg-bin cov",
| "lint": "eslint lib benchmark test *.js",
| "test": "npm run lint -- --fix && egg-bin test"
| },
| "version": "2.2.7"
| }
|
|