| { |
| "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", |
| "bugs": "https://github.com/isaacs/json-stringify-safe/issues", |
| "contributors": [ |
| "Andri M\u00f6ll <andri@dot.ee> (http://themoll.com)" |
| ], |
| "description": "Like JSON.stringify, but doesn't blow up on circular refs.", |
| "devDependencies": { |
| "mocha": ">= 2.1.0 < 3", |
| "must": ">= 0.12 < 0.13", |
| "sinon": ">= 1.12.2 < 2" |
| }, |
| "homepage": "https://github.com/isaacs/json-stringify-safe", |
| "keywords": [ |
| "json", |
| "stringify", |
| "circular", |
| "safe" |
| ], |
| "license": "ISC", |
| "main": "stringify.js", |
| "name": "json-stringify-safe", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/isaacs/json-stringify-safe" |
| }, |
| "scripts": { |
| "test": "node test.js" |
| }, |
| "version": "5.0.1" |
| } |