{
  "_from": "fast-json-parse@^1.0.3",
  "_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.3",
    "name": "fast-json-parse",
    "escapedName": "fast-json-parse",
    "rawSpec": "^1.0.3",
    "saveSpec": null,
    "fetchSpec": "^1.0.3"
  },
  "_requiredBy": [
    "/endent"
  ],
  "_resolved": "https://registry.npmjs.org/fast-json-parse/-/fast-json-parse-1.0.3.tgz",
  "_shasum": "43e5c61ee4efa9265633046b770fb682a7577c4d",
  "_spec": "fast-json-parse@^1.0.3",
  "_where": "/Users/frodo/Projects/cordova-plugin-uiwebview-engine/tests/ios/node_modules/endent",
  "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"
}
