circular-reference-remover
Version:
Removes the inner circular references from objects
25 lines (24 loc) • 517 B
JSON
{
"name": "circular-reference-remover",
"version": "2.1.0",
"description": "Removes the inner circular references from objects",
"main": "./src/app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"src/app/"
],
"types": "./src/app/index.d.ts",
"keywords": [
"circular-reference",
"circular",
"reference",
"json",
"stringify",
"removal",
"remover"
],
"author": "João",
"license": "ISC"
}