You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.6 KiB

{
"_from": "fast-safe-stringify@^1.1.3",
"_id": "fast-safe-stringify@1.2.3",
"_inBundle": false,
"_integrity": "sha512-QJYT/i0QYoiZBQ71ivxdyTqkwKkQ0oxACXHYxH2zYHJEgzi2LsbjgvtzTbLi1SZcF190Db2YP7I7eTsU2egOlw==",
"_location": "/fast-safe-stringify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fast-safe-stringify@^1.1.3",
"name": "fast-safe-stringify",
"escapedName": "fast-safe-stringify",
"rawSpec": "^1.1.3",
"saveSpec": null,
"fetchSpec": "^1.1.3"
},
"_requiredBy": [
"/pino",
"/quick-format-unescaped"
],
"_resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-1.2.3.tgz",
"_shasum": "9fe22c37fb2f7f86f06b8f004377dbf8f1ee7bc1",
"_spec": "fast-safe-stringify@^1.1.3",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/pino",
"author": {
"name": "David Mark Clements"
},
"bugs": {
"url": "https://github.com/davidmarkclements/fast-safe-stringify/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Safely and quickly serialize JavaScript objects",
"devDependencies": {
"clone": "^2.1.0",
"fastbench": "^1.0.1",
"json-stringify-safe": "^5.0.1",
"standard": "^9.0.0",
"tap": "^10.0.0"
},
"homepage": "https://github.com/davidmarkclements/fast-safe-stringify#readme",
"license": "MIT",
"main": "index.js",
"name": "fast-safe-stringify",
"repository": {
"type": "git",
"url": "git+https://github.com/davidmarkclements/fast-safe-stringify.git"
},
"scripts": {
"test": "standard && tap test.js"
},
"typings": "index",
"version": "1.2.3"
}