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.

56 lines
1.5 KiB

{
"_from": "secure-json-parse@^2.1.0",
"_id": "secure-json-parse@2.1.0",
"_inBundle": false,
"_integrity": "sha512-GckO+MS/wT4UogDyoI/H/S1L0MCcKS1XX/vp48wfmU7Nw4woBmb8mIpu4zPBQjKlRT88/bt9xdoV4111jPpNJA==",
"_location": "/secure-json-parse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "secure-json-parse@^2.1.0",
"name": "secure-json-parse",
"escapedName": "secure-json-parse",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/fastify"
],
"_resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.1.0.tgz",
"_shasum": "ae76f5624256b5c497af887090a5d9e156c9fb20",
"_spec": "secure-json-parse@^2.1.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/fastify",
"bugs": {
"url": "https://github.com/fastify/secure-json-parse/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JSON parse with prototype poisoning protection",
"devDependencies": {
"standard": "^14.3.1",
"tap": "^12.7.0"
},
"homepage": "https://github.com/fastify/secure-json-parse#readme",
"keywords": [
"JSON",
"parse",
"safe",
"security",
"prototype",
"pollution"
],
"license": "BSD-3-Clause",
"main": "index.js",
"name": "secure-json-parse",
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/secure-json-parse.git"
},
"scripts": {
"test": "standard && tap test.js"
},
"version": "2.1.0"
}