{
  "_args": [
    [
      "fast-decode-uri-component@1.0.1",
      "/Users/john/src/homebridge-config-ui-x"
    ]
  ],
  "_from": "fast-decode-uri-component@1.0.1",
  "_id": "fast-decode-uri-component@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==",
  "_location": "/fast-decode-uri-component",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fast-decode-uri-component@1.0.1",
    "name": "fast-decode-uri-component",
    "escapedName": "fast-decode-uri-component",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/find-my-way"
  ],
  "_resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/Users/john/src/homebridge-config-ui-x",
  "author": {
    "name": "Tomas Della Vedova - @delvedor",
    "url": "http://delved.org"
  },
  "bugs": {
    "url": "https://github.com/delvedor/fast-decode-uri-component/issues"
  },
  "description": "Fast and safe decodeURIComponent",
  "devDependencies": {
    "nanobench": "^2.1.1",
    "randomstring": "^1.1.5",
    "standard": "^11.0.1",
    "tap": "^11.1.2"
  },
  "homepage": "https://github.com/delvedor/fast-decode-uri-component#readme",
  "keywords": [
    "decode",
    "uri",
    "component",
    "fast",
    "safe"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "fast-decode-uri-component",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/delvedor/fast-decode-uri-component.git"
  },
  "scripts": {
    "bench": "node bench.js",
    "test": "standard && tap test.js"
  },
  "version": "1.0.1"
}
