UNPKG

obj-stringify

Version:

Performs deep serialization of object to string. With configurable depth and indent size.

37 lines (36 loc) 756 B
{ "name": "obj-stringify", "version": "1.0.0", "description": "Performs deep serialization of object to string. With configurable depth and indent size.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/Memfisrain/obj-stringify" }, "directories": { "test": "tests" }, "dependencies": { "expect.js": "^0.3.1" }, "devDependencies": { "mocha": "^3.3.0" }, "scripts": { "test": "node_modules/.bin/mocha test/*.js" }, "keywords": [ "toString", "object", "to", "string", "stringify", "deep", "stringify", "JSON", "json.stringify", "serialize" ], "author": "Nikita Kulazhenko", "license": "ISC" }