mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
43 lines
939 B
JSON
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"
|
|
}
|