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.

61 lines
1.6 KiB

{
"_from": "fast-json-parse@^1.0.0",
"_id": "fast-json-parse@1.0.3",
"_inBundle": false,
"_integrity": "sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw==",
"_location": "/fast-json-parse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fast-json-parse@^1.0.0",
"name": "fast-json-parse",
"escapedName": "fast-json-parse",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/pino"
],
"_resolved": "https://registry.npmjs.org/fast-json-parse/-/fast-json-parse-1.0.3.tgz",
"_shasum": "43e5c61ee4efa9265633046b770fb682a7577c4d",
"_spec": "fast-json-parse@^1.0.0",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/pino",
"author": {
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
"bugs": {
"url": "https://github.com/mcollina/fast-json-parse/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Parse json safely and at max speed",
"devDependencies": {
"benchmark": "^2.1.0",
"json-parse-safe": "^1.0.3",
"pre-commit": "^1.1.2",
"standard": "^6.0.5",
"tap": "^5.5.0"
},
"homepage": "https://github.com/mcollina/fast-json-parse#readme",
"keywords": [
"parse",
"json",
"fast",
"safe"
],
"license": "MIT",
"main": "parse.js",
"name": "fast-json-parse",
"pre-commit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/fast-json-parse.git"
},
"scripts": {
"test": "standard && tap test.js"
},
"version": "1.0.3"
}