2023-10-03 11:14:36 +08:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|