hexo/node_modules/safe-json-stringify/package.json

25 lines
651 B
JSON

{
"name": "safe-json-stringify",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "git@github.com:debitoor/safe-json-stringify.git"
},
"bugs": {
"url": "https://github.com/debitoor/safe-json-stringify/issues"
},
"homepage": "https://github.com/debitoor/safe-json-stringify",
"description": "Prevent defined property getters from throwing errors",
"main": "index.js",
"scripts": {
"postversion": "git push && git push --tags",
"preversion": "npm test",
"test": "tape test/safe-json-stringify-test.js"
},
"author": "Debitoor",
"license": "MIT",
"devDependencies": {
"tape": "4.6.3"
}
}