summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/circular-json/package.json
blob: adbd1eb6f51c9a7798663b94021b8390d19db5e0 (plain)
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
{
  "_from": "circular-json@^0.3.1",
  "_id": "circular-json@0.3.1",
  "_inBundle": false,
  "_integrity": "sha1-vos2rvzN6LPKeqLWr8B6NyQsDS0=",
  "_location": "/eslint/circular-json",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "circular-json@^0.3.1",
    "name": "circular-json",
    "escapedName": "circular-json",
    "rawSpec": "^0.3.1",
    "saveSpec": null,
    "fetchSpec": "^0.3.1"
  },
  "_requiredBy": [
    "/eslint/flat-cache"
  ],
  "_resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.1.tgz",
  "_shasum": "be8b36aefccde8b3ca7aa2d6afc07a37242c0d2d",
  "_spec": "circular-json@^0.3.1",
  "_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint/node_modules/flat-cache",
  "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": {
    "wru": "*"
  },
  "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": {
    "test": "node test/.test.js"
  },
  "version": "0.3.1"
}