Swap-Aggregator-Subgraph/node_modules/is-circular/package.json
2022-07-03 07:27:35 +05:30

43 lines
939 B
JSON

{
"name": "is-circular",
"version": "1.0.2",
"description": "high-performance, zero-dependency circular reference check for objects (or arrays)",
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"is-circular": "1.0.1",
"jest": "^23.2.0",
"matcha": "^0.7.0",
"standard": "^11.0.1"
},
"scripts": {
"benchmark": "matcha benchmark/*",
"test": "jest --coverage",
"test-watch": "nodemon -x npm test",
"lint": "standard",
"format": "standard --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/tjmehta/is-circular.git"
},
"keywords": [
"is",
"circular",
"cyclic",
"object",
"ref",
"references",
"array",
"json"
],
"author": "Tejesh Mehta",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjmehta/is-circular/issues"
},
"homepage": "https://github.com/tjmehta/is-circular"
}