CasperSecurity
{
"_id": "json-stringify-nice@1.1.4",
"_inBundle": true,
"_location": "/npm/json-stringify-nice",
"_phantomChildren": {},
"_requiredBy": [
"/npm/@npmcli/arborist"
],
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "https://izs.me"
},
"bugs": {
"url": "https://github.com/isaacs/json-stringify-nice/issues"
},
"description": "Stringify an object sorting scalars before objects, and defaulting to 2-space indent",
"devDependencies": {
"eslint": "^7.25.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"tap": "^15.0.6"
},
"files": [
"index.js"
],
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"homepage": "https://github.com/isaacs/json-stringify-nice#readme",
"license": "ISC",
"name": "json-stringify-nice",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/json-stringify-nice.git"
},
"scripts": {
"eslint": "eslint",
"lint": "npm run eslint -- index.js test/**/*.js",
"lintfix": "npm run lint -- --fix",
"postpublish": "git push origin --follow-tags",
"postsnap": "npm run lintfix",
"posttest": "npm run lint",
"postversion": "npm publish",
"preversion": "npm test",
"snap": "tap",
"test": "tap"
},
"tap": {
"test-env": [
"LC_ALL=sk"
],
"check-coverage": true
},
"version": "1.1.4"
}