
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "secure-json-parse@^2.4.0",
  "_id": "secure-json-parse@2.4.0",
  "_inBundle": false,
  "_integrity": "sha512-Q5Z/97nbON5t/L/sH6mY2EacfjVGwrCcSi5D3btRO2GZ8pf1K1UN7Z9H5J57hjVU2Qzxr1xO+FmBhOvEkzCMmg==",
  "_location": "/knex-migrator/secure-json-parse",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "secure-json-parse@^2.4.0",
    "name": "secure-json-parse",
    "escapedName": "secure-json-parse",
    "rawSpec": "^2.4.0",
    "saveSpec": null,
    "fetchSpec": "^2.4.0"
  },
  "_requiredBy": [
    "/knex-migrator/@elastic/elasticsearch"
  ],
  "_resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.4.0.tgz",
  "_shasum": "5aaeaaef85c7a417f76271a4f5b0cc3315ddca85",
  "_spec": "secure-json-parse@^2.4.0",
  "_where": "/usr/local/lib/node_modules/knex-migrator/node_modules/@elastic/elasticsearch",
  "bugs": {
    "url": "https://github.com/fastify/secure-json-parse/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "JSON parse with prototype poisoning protection",
  "devDependencies": {
    "airtap": "^4.0.1",
    "airtap-playwright": "^1.0.1",
    "nyc": "^14.1.1",
    "playwright": "^1.7.1",
    "standard": "^16.0.0",
    "tape": "^5.1.1",
    "tsd": "^0.14.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": {
    "benchmark": "cd benchmarks && npm install && npm run all",
    "test": "standard && tsd && nyc tape test.js",
    "test-in-browsers": "airtap test.js",
    "test-legacy": "nyc tape test.js"
  },
  "types": "index.d.ts",
  "version": "2.4.0"
}
