{
  "_args": [
    [
      {
        "raw": "react-fuzzy@^0.5.2",
        "scope": null,
        "escapedName": "react-fuzzy",
        "name": "react-fuzzy",
        "rawSpec": "^0.5.2",
        "spec": ">=0.5.2 <0.6.0",
        "type": "range"
      },
      "/home/centralpertec/public_html/react-loadbar/node_modules/@storybook/ui"
    ]
  ],
  "_from": "react-fuzzy@>=0.5.2 <0.6.0",
  "_hasShrinkwrap": false,
  "_id": "react-fuzzy@0.5.2",
  "_inCache": true,
  "_location": "/react-fuzzy",
  "_nodeVersion": "8.7.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/react-fuzzy_0.5.2_1518513673646_0.7816697136275867"
  },
  "_npmUser": {
    "name": "ritz078",
    "email": "rkritesh078@gmail.com"
  },
  "_npmVersion": "5.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "react-fuzzy@^0.5.2",
    "scope": null,
    "escapedName": "react-fuzzy",
    "name": "react-fuzzy",
    "rawSpec": "^0.5.2",
    "spec": ">=0.5.2 <0.6.0",
    "type": "range"
  },
  "_requiredBy": [
    "/@storybook/ui"
  ],
  "_resolved": "https://registry.npmjs.org/react-fuzzy/-/react-fuzzy-0.5.2.tgz",
  "_shasum": "fc13bf6f0b785e5fefe908724efebec4935eaefe",
  "_shrinkwrap": null,
  "_spec": "react-fuzzy@^0.5.2",
  "_where": "/home/centralpertec/public_html/react-loadbar/node_modules/@storybook/ui",
  "bugs": {
    "url": "https://github.com/ritz078/react-fuzzy-search/issues"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "babel-runtime": "^6.23.0",
    "classnames": "^2.2.5",
    "fuse.js": "^3.0.1",
    "prop-types": "^15.5.9"
  },
  "description": "React Fuzzy Component",
  "devDependencies": {
    "@kadira/storybook": "^2.35.3",
    "@ndelangen/eslint-config-airbnb": "14.1.0",
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.0.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "chai": "^3.5.0",
    "commitizen": "^2.9.6",
    "cz-conventional-changelog": "^2.0.0",
    "enzyme": "^2.8.2",
    "eslint": "^3.19.0",
    "eslint-config-prettier": "^2.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jest": "^20.0.0",
    "eslint-plugin-jsx-a11y": "^5.0.1",
    "eslint-plugin-prettier": "^2.0.1",
    "eslint-plugin-react": "^7.0.0",
    "git-url-parse": "^6.2.2",
    "jsdom": "^10.1.0",
    "mocha": "^3.3.0",
    "prettier": "^1.3.1",
    "raw-loader": "^0.5.1",
    "react": "^15.5.4",
    "react-addons-test-utils": "^15.5.1",
    "react-dom": "^15.5.4",
    "sinon": "^2.2.0",
    "stack-source-map": "^1.0.6",
    "style-loader": "^0.17.0",
    "webpack-hot-middleware": "^2.18.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-qIZZxaCheb/HhcBi5fABbiCFg85+K5r1TCps1D4uaL0LAMMD/1zm/x1/kNR130Tx7nnY9V7mbFyY0DquPYeLAw==",
    "shasum": "fc13bf6f0b785e5fefe908724efebec4935eaefe",
    "tarball": "https://registry.npmjs.org/react-fuzzy/-/react-fuzzy-0.5.2.tgz",
    "fileCount": 16,
    "unpackedSize": 220124
  },
  "gitHead": "e25f7af3ee1457380e4c4fba3d3ede67848b3d49",
  "homepage": "https://github.com/ritz078/react-fuzzy-search#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "ritz078",
      "email": "rkritesh078@gmail.com"
    }
  ],
  "name": "react-fuzzy",
  "optionalDependencies": {},
  "peerDependencies": {
    "react": "^0.14.7 || ^15.0.0 || ^16.0.0"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ritz078/react-fuzzy-search.git"
  },
  "scripts": {
    "lint": "eslint src",
    "lintfix": "eslint src --fix",
    "prepublish": ". ./.scripts/prepublish.sh",
    "publish-storybook": "bash .scripts/publish_storybook.sh",
    "storybook": "start-storybook -p 9010",
    "test": "npm run lint && npm run testonly",
    "test-watch": "npm run testonly -- --watch --watch-extensions js",
    "testonly": "mocha --require .scripts/mocha_runner src/**/tests/**/*.js"
  },
  "version": "0.5.2"
}
