circular-json-es6
Version:
circular JSON.stringify and JSON.parse, for environments with native ES6 Map
26 lines (25 loc) • 657 B
JSON
{
"name": "circular-json-es6",
"version": "2.0.2",
"description": "circular JSON.stringify and JSON.parse, for environments with native ES6 Map",
"main": "index.js",
"devDependencies": {
"circular-json": "^0.3.0",
"jsan": "^3.1.2",
"mocha": "^2.4.5"
},
"scripts": {
"test": "mocha",
"bench": "node bench.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yyx990803/circular-json-es6.git"
},
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/yyx990803/circular-json-es6/issues"
},
"homepage": "https://github.com/yyx990803/circular-json-es6#readme"
}