Files
ChineseBQB/node_modules/safe-json-stringify/package.json
2019-07-20 20:37:38 +08:00

56 lines
1.5 KiB
JSON

{
"_args": [
[
"safe-json-stringify@1.2.0",
"/Users/lijianzhao/github/ChineseBQB"
]
],
"_from": "safe-json-stringify@1.2.0",
"_id": "safe-json-stringify@1.2.0",
"_inBundle": false,
"_integrity": "sha1-NW5EvJjx+TzkXfFLzXwBzahuCv0=",
"_location": "/safe-json-stringify",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "safe-json-stringify@1.2.0",
"name": "safe-json-stringify",
"escapedName": "safe-json-stringify",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/hexo-bunyan"
],
"_resolved": "http://registry.npm.taobao.org/safe-json-stringify/download/safe-json-stringify-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/Users/lijianzhao/github/ChineseBQB",
"author": {
"name": "Debitoor"
},
"bugs": {
"url": "https://github.com/debitoor/safe-json-stringify/issues"
},
"description": "Prevent defined property getters from throwing errors",
"devDependencies": {
"tape": "4.6.3"
},
"homepage": "https://github.com/debitoor/safe-json-stringify",
"license": "MIT",
"main": "index.js",
"name": "safe-json-stringify",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/debitoor/safe-json-stringify.git"
},
"scripts": {
"postversion": "git push && git push --tags",
"preversion": "npm test",
"test": "tape test/safe-json-stringify-test.js"
},
"version": "1.2.0"
}