UNPKG

safe-stringify

Version:

Serialize objects to JSON with handling for circular references

46 lines (45 loc) 826 B
{ "name": "safe-stringify", "version": "1.2.0", "description": "Serialize objects to JSON with handling for circular references", "license": "MIT", "repository": "sindresorhus/safe-stringify", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "sideEffects": false, "engines": { "node": ">=16" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "json", "stringify", "safe", "circular", "destroy", "serialize", "encode", "cyclic", "object" ], "devDependencies": { "ava": "^6.1.3", "tsd": "^0.31.1", "xo": "^0.58.0" } }