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": [
| [
| "serialize-json@1.0.3",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "serialize-json@1.0.3",
| "_id": "serialize-json@1.0.3",
| "_inBundle": false,
| "_integrity": "sha512-TJvXOXSUEH4Lh2FNy1mYzNkUyBG7Ti5fRKGAbcpaDX3mLq23aT/5unC+cIFc5JTDi4/BHTaYLhynrboCCYrFaQ==",
| "_location": "/serialize-json",
| "_phantomChildren": {
| "ms": "2.1.1"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "serialize-json@1.0.3",
| "name": "serialize-json",
| "escapedName": "serialize-json",
| "rawSpec": "1.0.3",
| "saveSpec": null,
| "fetchSpec": "1.0.3"
| },
| "_requiredBy": [
| "/cluster-client"
| ],
| "_resolved": "https://registry.npmjs.org/serialize-json/-/serialize-json-1.0.3.tgz",
| "_spec": "1.0.3",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "gxcsoccer@126.com"
| },
| "bugs": {
| "url": "https://github.com/node-modules/serialize-json/issues"
| },
| "ci": {
| "version": "4, 6, 8, 10, 11"
| },
| "dependencies": {
| "debug": "^3.2.6",
| "is-type-of": "^1.2.1",
| "utility": "^1.15.0"
| },
| "description": "A serialize algorithm for JSON",
| "devDependencies": {
| "autod": "^3.0.1",
| "beautify-benchmark": "^0.2.4",
| "benchmark": "^2.1.4",
| "egg-bin": "^1.11.1",
| "egg-ci": "^1.10.0",
| "eslint": "^4.19.1",
| "eslint-config-egg": "^6.0.0",
| "mm": "^2.4.1"
| },
| "engines": {
| "node": ">= 4.0.0"
| },
| "files": [
| "lib"
| ],
| "homepage": "https://github.com/node-modules/serialize-json#readme",
| "keywords": [
| "json",
| "serialization"
| ],
| "license": "MIT",
| "main": "lib/index.js",
| "name": "serialize-json",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/node-modules/serialize-json.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run autod -- --check && npm run lint && npm run cov",
| "cov": "egg-bin cov",
| "lint": "eslint --ext .js lib test",
| "pkgfiles": "egg-bin pkgfiles --check",
| "test": "npm run lint && npm run test-local",
| "test-local": "egg-bin test"
| },
| "version": "1.0.3"
| }
|
|