You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
826 B
JSON

6 months ago
{
"name": "circular",
"version": "1.0.5",
"description": "Tiny utility to safely stringify objects with circular references",
"author": "muji <noop@xpm.io>",
"repository": {
"type": "git",
"url": "https://github.com/freeformsystems/circular"
},
"bugs": {
"url": "https://github.com/freeformsystems/circular/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/freeformsystems/circular/blob/master/LICENSE"
}
],
"keywords": [
"json",
"stringify",
"circular",
"circular reference"
],
"devDependencies": {
"mocha": "~1.17.0",
"chai": "~1.8.1",
"istanbul": "~0.2.4"
},
"engine": [
"node >= 0.10.21"
],
"scripts": {
"test": "istanbul cover _mocha -- -u bdd --recursive --bail -A test/unit/"
},
"config": {}
}