{"library":"node-stringify","type":"library","category":null,"description":"node-stringify is a JavaScript utility for serializing objects into a string representation that can be directly re-evaluated using JavaScript's `eval()` function. Unlike `JSON.stringify`, it aims to preserve more JavaScript-specific constructs like `Date` objects, `RegExp`, and `function` definitions, making the output directly executable. The current stable version is 0.2.1. Given its low version number and the inherent security risks associated with `eval`, this library is not intended for general-purpose data serialization or secure environments. It explicitly warns against its use as a `JSON.stringify` replacement and does not support circular references or deeply nested objects due to its recursive implementation.","language":"javascript","status":"abandoned","version":"0.2.1","tags":["javascript","stringify","serialize"],"install":[{"cmd":"npm install node-stringify","imports":["const stringify = require('node-stringify');"]},{"cmd":"yarn add node-stringify","imports":[]},{"cmd":"pnpm add node-stringify","imports":[]}],"homepage":null,"github":"https://github.com/fuqcool/node-stringify","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/node-stringify","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/node-stringify/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}