jsan
Version:
handle circular references when stringifying and parsing
34 lines (33 loc) • 768 B
JSON
{
"name": "jsan",
"version": "3.1.14",
"description": "handle circular references when stringifying and parsing",
"main": "index.js",
"scripts": {
"benchmark": "node perf/bench > perf/results.txt",
"test": "mocha"
},
"keywords": [
"json"
],
"author": "Moshe Kolodny",
"license": "MIT",
"devDependencies": {
"benchmark": "^2.1.2",
"circular-json": "^0.3.0",
"immutable": "^3.7.6",
"json-stringify-safe": "^5.0.1",
"mobx": "^2.4.1",
"mocha": "^2.2.1",
"rimraf": "^2.5.2"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/kolodny/jsan.git"
},
"bugs": {
"url": "https://github.com/kolodny/jsan/issues"
},
"homepage": "https://github.com/kolodny/jsan"
}