json-decycle
Version:
Stringify and parse cycled reference json
52 lines • 1.07 kB
JSON
{
"name": "json-decycle",
"version": "4.0.0",
"description": "Stringify and parse cycled reference json",
"type": "module",
"files": [
"dist"
],
"main": "./dist/index.cjs",
"module": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.cjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsup",
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YChebotaev/json-decycle.git"
},
"keywords": [
"json",
"decycle",
"cycle",
"stringify",
"parse",
"circular",
"reference",
"recursive",
"recursion"
],
"author": "YChebotaev",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/YChebotaev/json-decycle/issues"
},
"homepage": "https://github.com/YChebotaev/json-decycle#readme",
"engines": {
"node": ">= 16.13.2"
},
"devDependencies": {
"tsup": "^8.3.6",
"typescript": "^4.9.4",
"vitest": "^0.25.7"
}
}