{
  "name": "secure-json-parse",
  "version": "2.1.0",
  "description": "JSON parse with prototype poisoning protection",
  "main": "index.js",
  "scripts": {
    "test": "standard && tap test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/secure-json-parse.git"
  },
  "keywords": [
    "JSON",
    "parse",
    "safe",
    "security",
    "prototype",
    "pollution"
  ],
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/fastify/secure-json-parse/issues"
  },
  "homepage": "https://github.com/fastify/secure-json-parse#readme",
  "devDependencies": {
    "standard": "^14.3.1",
    "tap": "^12.7.0"
  }
}
