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
| {
| "_args": [
| [
| "koa-session@5.11.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "koa-session@5.11.0",
| "_id": "koa-session@5.11.0",
| "_inBundle": false,
| "_integrity": "sha512-PET3jcnZBdyykWmw9ycNgOf87JKscSU9X4D9VBT16UJ7Z1EMBTQLvdI4gCf9nuTsKjXTgiAprAjLum98nsoVkA==",
| "_location": "/koa-session",
| "_phantomChildren": {
| "ms": "2.1.1"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "koa-session@5.11.0",
| "name": "koa-session",
| "escapedName": "koa-session",
| "rawSpec": "5.11.0",
| "saveSpec": null,
| "fetchSpec": "5.11.0"
| },
| "_requiredBy": [
| "/egg-session"
| ],
| "_resolved": "https://registry.npmjs.org/koa-session/-/koa-session-5.11.0.tgz",
| "_spec": "5.11.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "bugs": {
| "url": "https://github.com/koajs/session/issues"
| },
| "dependencies": {
| "crc": "^3.4.4",
| "debug": "^3.1.0",
| "is-type-of": "^1.0.0",
| "uuid": "^3.3.2"
| },
| "description": "Koa cookie session middleware with external store support",
| "devDependencies": {
| "benchmark": "^2.1.4",
| "eslint": "3",
| "eslint-config-egg": "3",
| "istanbul": "0",
| "koa": "2",
| "mm": "^2.1.0",
| "mocha": "^5.2.0",
| "mz-modules": "^2.0.0",
| "pedding": "^1.1.0",
| "should": "8",
| "supertest": "^3.3.0",
| "uid-safe": "^2.1.3"
| },
| "engines": {
| "node": ">=7.6"
| },
| "files": [
| "index.js",
| "lib"
| ],
| "homepage": "https://github.com/koajs/session#readme",
| "keywords": [
| "koa",
| "middleware",
| "session",
| "cookie"
| ],
| "license": "MIT",
| "name": "koa-session",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/koajs/session.git"
| },
| "scripts": {
| "lint": "eslint lib test index.js",
| "test": "npm run lint && NODE_ENV=test mocha --exit --require should --reporter spec test/*.test.js",
| "test-cov": "NODE_ENV=test node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --exit --require should test/*.test.js",
| "test-travis": "npm run lint && NODE_ENV=test node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --exit --require should test/*.test.js"
| },
| "version": "5.11.0"
| }
|
|