UNPKG

npm

Version:

a package manager for JavaScript

28 lines (27 loc) 676 B
{ "name": "json-stringify-nice", "version": "1.1.3", "description": "Stringify an object sorting scalars before objects, and defaulting to 2-space indent", "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", "license": "ISC", "scripts": { "test": "tap", "snap": "tap", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --follow-tags" }, "tap": { "check-coverage": true }, "devDependencies": { "tap": "^14.9.2" }, "funding": { "url": "https://github.com/sponsors/isaacs" }, "repository": "https://github.com/isaacs/json-stringify-nice", "files": [ "index.js" ] }