{
  "_from": "find-my-way@^2.0.0",
  "_id": "find-my-way@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-pzZA9/PlhDGG5PRzmd4vH4AbKW7FO68RE7q2I3NzjJHcVPukYbDA7bPdArg7ySKfS6pKki+qhrawFoN6aNZfjA==",
  "_location": "/find-my-way",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "find-my-way@^2.0.0",
    "name": "find-my-way",
    "escapedName": "find-my-way",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/fastify"
  ],
  "_resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-2.2.1.tgz",
  "_shasum": "248e939243af1b9df368bcc9b8c8286306caae7d",
  "_spec": "find-my-way@^2.0.0",
  "_where": "/Users/john/src/homebridge-config-ui-x/node_modules/fastify",
  "author": {
    "name": "Tomas Della Vedova - @delvedor",
    "url": "http://delved.org"
  },
  "bugs": {
    "url": "https://github.com/delvedor/find-my-way/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fast-decode-uri-component": "^1.0.0",
    "safe-regex2": "^2.0.0",
    "semver-store": "^0.3.0"
  },
  "deprecated": false,
  "description": "Crazy fast http radix based router",
  "devDependencies": {
    "@types/node": "^11.9.4",
    "benchmark": "^2.1.4",
    "pre-commit": "^1.2.2",
    "request": "^2.88.0",
    "standard": "^12.0.1",
    "tap": "^12.5.3",
    "tap-mocha-reporter": "^3.0.9",
    "typescript": "^3.3.3"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/delvedor/find-my-way#readme",
  "keywords": [
    "http",
    "router",
    "radix",
    "fast",
    "speed"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "find-my-way",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/delvedor/find-my-way.git"
  },
  "scripts": {
    "bench": "node bench.js",
    "test": "standard && tap -J test/*.test.js && npm run test:typescript",
    "test:lint": "standard",
    "test:report": "tap -J test/*.test.js --cov --coverage-report=html --coverage-report=cobertura | tee out.tap",
    "test:reporter": "tap-mocha-reporter xunit < out.tap > test/junit-testresults.xml",
    "test:typescript": "tsc --project ./test/types/tsconfig.json"
  },
  "typings": "index.d.ts",
  "version": "2.2.1"
}
