Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81144 views
1
{
2
"name": "json-stringify-safe",
3
"version": "5.0.1",
4
"description": "Like JSON.stringify, but doesn't blow up on circular refs.",
5
"keywords": [
6
"json",
7
"stringify",
8
"circular",
9
"safe"
10
],
11
"homepage": "https://github.com/isaacs/json-stringify-safe",
12
"bugs": {
13
"url": "https://github.com/isaacs/json-stringify-safe/issues"
14
},
15
"author": {
16
"name": "Isaac Z. Schlueter",
17
"email": "[email protected]",
18
"url": "http://blog.izs.me"
19
},
20
"contributors": [
21
{
22
"name": "Andri Möll",
23
"email": "[email protected]",
24
"url": "http://themoll.com"
25
}
26
],
27
"license": "ISC",
28
"repository": {
29
"type": "git",
30
"url": "git://github.com/isaacs/json-stringify-safe.git"
31
},
32
"main": "stringify.js",
33
"scripts": {
34
"test": "node test.js"
35
},
36
"devDependencies": {
37
"mocha": ">= 2.1.0 < 3",
38
"must": ">= 0.12 < 0.13",
39
"sinon": ">= 1.12.2 < 2"
40
},
41
"gitHead": "3890dceab3ad14f8701e38ca74f38276abc76de5",
42
"_id": "[email protected]",
43
"_shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",
44
"_from": "json-stringify-safe@>=5.0.0 <5.1.0",
45
"_npmVersion": "2.10.0",
46
"_nodeVersion": "2.0.1",
47
"_npmUser": {
48
"name": "isaacs",
49
"email": "[email protected]"
50
},
51
"dist": {
52
"shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",
53
"tarball": "http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"
54
},
55
"maintainers": [
56
{
57
"name": "isaacs",
58
"email": "[email protected]"
59
},
60
{
61
"name": "moll",
62
"email": "[email protected]"
63
}
64
],
65
"directories": {},
66
"_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"
67
}
68
69