Blame view

node_modules/circular-json/package.json 1.85 KB
ce4c83ff   wxy   初始提交
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
  {
    "_args": [
      [
        "circular-json@0.3.3",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "circular-json@0.3.3",
    "_id": "circular-json@0.3.3",
    "_inBundle": false,
    "_integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==",
    "_location": "/circular-json",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "circular-json@0.3.3",
      "name": "circular-json",
      "escapedName": "circular-json",
      "rawSpec": "0.3.3",
      "saveSpec": null,
      "fetchSpec": "0.3.3"
    },
    "_requiredBy": [
      "/flat-cache"
    ],
    "_resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz",
    "_spec": "0.3.3",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Andrea Giammarchi",
      "url": "http://webreflection.blogspot.com/"
    },
    "bugs": {
      "url": "https://github.com/WebReflection/circular-json/issues"
    },
    "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"
    },
    "generator": "https://github.com/WebReflection/gitstrap",
    "homepage": "https://github.com/WebReflection/circular-json",
    "keywords": [
      "JSON",
      "circular",
      "reference",
      "recursive",
      "recursion",
      "parse",
      "stringify"
    ],
    "license": "MIT",
    "main": "./build/circular-json.node.js",
    "name": "circular-json",
    "repository": {
      "type": "git",
      "url": "git://github.com/WebReflection/circular-json.git"
    },
    "scripts": {
      "coveralls": "cat ./coverage/lcov.info | coveralls",
      "test": "istanbul cover test/circular-json.js",
      "web": "$(sleep 2 && open http://0.0.0.0:7151/) & tiny-cdn run ./"
    },
    "version": "0.3.3"
  }