UNPKG

stringify-object-es5

Version:

Stringify an object/array like JSON.stringify just without all the double-quotes (ES5 compatible)

38 lines (37 loc) 699 B
{ "name": "stringify-object-es5", "version": "2.5.0", "description": "Stringify an object/array like JSON.stringify just without all the double-quotes (ES5 compatible)", "license": "BSD-2-Clause", "repository": "searls/stringify-object", "author": { "name": "Justin Searls", "email": "searls@gmail.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "files": [ "index.js" ], "keywords": [ "object", "stringify", "pretty", "print", "dump", "format", "type", "json" ], "dependencies": { "is-plain-obj": "^1.0.0", "is-regexp": "^1.0.0" }, "devDependencies": { "mocha": "*" } }