{
  "_from": "radix-router@^3.0.1",
  "_id": "radix-router@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-jpHXHgP+ZmVzEfmZ7WVRSvc/EqMoAqYuMtBsHd9s47Hs9Iy8FDJhkweMrDH0wmdxanLzVIWhq0UpomLXNpW8tg==",
  "_location": "/radix-router",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "radix-router@^3.0.1",
    "name": "radix-router",
    "escapedName": "radix-router",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/@feathersjs/transport-commons"
  ],
  "_resolved": "https://registry.npmjs.org/radix-router/-/radix-router-3.0.1.tgz",
  "_shasum": "5522c829f7100e60c58fd1acf8803e0b2b312d97",
  "_spec": "radix-router@^3.0.1",
  "_where": "/home/editor/editor.api/node_modules/@feathersjs/transport-commons",
  "author": {
    "name": "Charlie Duong",
    "email": "charlieduong94@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/charlieduong94/radix-router/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Radix tree based router",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "chai": "^4.0.1",
    "coveralls": "^2.11.14",
    "eslint": "^4.1.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^5.2.0",
    "eslint-plugin-promise": "^3.4.1",
    "eslint-plugin-standard": "^3.0.1",
    "git-hooks": "^1.1.6",
    "istanbul": "^0.4.5",
    "jscs": "^3.0.7",
    "jshint": "^2.9.4",
    "mocha": "^3.1.2",
    "nyc": "^11.2.1"
  },
  "homepage": "https://github.com/charlieduong94/radix-router#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "radix-router",
  "repository": {
    "url": "git+https://github.com/charlieduong94/radix-router.git",
    "type": "git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint .",
    "pretest": "npm run lint",
    "test": "nyc mocha test"
  },
  "version": "3.0.1"
}
