15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
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
{
  "_from": "circular-json-for-egg@^1.0.0",
  "_id": "circular-json-for-egg@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-BzMR1dg0+YqcFoMETHq0gFeQNNKliXI1Oe+C0nx/4npLaohsR7/Oj3UFht65MLwF7zs6x13gOr+f4+JeYni6vw==",
  "_location": "/circular-json-for-egg",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "circular-json-for-egg@^1.0.0",
    "name": "circular-json-for-egg",
    "escapedName": "circular-json-for-egg",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/egg-logger"
  ],
  "_resolved": "https://registry.npmmirror.com/circular-json-for-egg/-/circular-json-for-egg-1.0.0.tgz",
  "_shasum": "eacb71b57af28b4822cabc52a5961cd2f0817fc5",
  "_spec": "circular-json-for-egg@^1.0.0",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/egg-logger",
  "author": {
    "name": "Andrea Giammarchi",
    "url": "http://webreflection.blogspot.com/"
  },
  "bugs": {
    "url": "https://github.com/WebReflection/circular-json/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "JSON does not handle circular references. This version does",
  "devDependencies": {
    "coveralls": "^2.13.0",
    "istanbul": "^0.4.5",
    "tiny-cdn": "^0.7.0",
    "tressa": "^0.3.1"
  },
  "files": [
    "build"
  ],
  "generator": "https://github.com/WebReflection/gitstrap",
  "homepage": "https://github.com/eggjs/circular-json",
  "keywords": [
    "JSON",
    "circular",
    "reference",
    "recursive",
    "recursion",
    "parse",
    "stringify"
  ],
  "license": "MIT",
  "main": "./build/circular-json.node.js",
  "name": "circular-json-for-egg",
  "repository": {
    "type": "git",
    "url": "git://github.com/WebReflection/circular-json.git"
  },
  "scripts": {
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "prepublish": "make build",
    "test": "istanbul cover test/circular-json.js",
    "web": "$(sleep 2 && open http://0.0.0.0:7151/) & tiny-cdn run ./"
  },
  "unpkg": "build/circular-json.js",
  "version": "1.0.0"
}