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": "https://github.com/isaacs/json-stringify-safe/issues",
|
13 | "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
|
14 | "contributors": [
|
15 | "Andri Möll <andri@dot.ee> (http://themoll.com)"
|
16 | ],
|
17 | "license": "ISC",
|
18 | "repository": {
|
19 | "type": "git",
|
20 | "url": "git://github.com/isaacs/json-stringify-safe"
|
21 | },
|
22 | "main": "stringify.js",
|
23 | "scripts": {
|
24 | "test": "node test.js"
|
25 | },
|
26 | "devDependencies": {
|
27 | "mocha": ">= 2.1.0 < 3",
|
28 | "must": ">= 0.12 < 0.13",
|
29 | "sinon": ">= 1.12.2 < 2"
|
30 | }
|
31 | }
|