| Current Path : /etc/kibana/node_modules/json-stringify-pretty-compact/ |
| Current File : //etc/kibana/node_modules/json-stringify-pretty-compact/package.json |
{
"name": "json-stringify-pretty-compact",
"version": "1.2.0",
"author": "Simon Lydell",
"license": "MIT",
"description": "The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.",
"main": "index.js",
"repository": "lydell/json-stringify-pretty-compact",
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"JSON",
"stringify",
"pretty",
"print",
"pretty-print",
"compact",
"indent",
"format",
"formatter"
],
"scripts": {
"lint": "standard",
"unit": "mocha --ui tdd",
"test": "npm run lint && npm run unit"
},
"devDependencies": {},
"cleaned": true
}