{
  "_args": [
    [
      "fuse.js@3.6.1",
      "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure"
    ]
  ],
  "_from": "fuse.js@3.6.1",
  "_id": "fuse.js@3.6.1",
  "_inBundle": false,
  "_integrity": "sha512-hT9yh/tiinkmirKrlv4KWOjztdoZo1mx9Qh4KvWqC7isoXwdUY3PNWUxceF4/qO9R6riA2C29jdTOeQOIROjgw==",
  "_location": "/fuse.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fuse.js@3.6.1",
    "name": "fuse.js",
    "escapedName": "fuse.js",
    "rawSpec": "3.6.1",
    "saveSpec": null,
    "fetchSpec": "3.6.1"
  },
  "_requiredBy": [
    "/abc-lib"
  ],
  "_resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-3.6.1.tgz",
  "_spec": "3.6.1",
  "_where": "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure",
  "author": {
    "name": "Kirollos Risk",
    "email": "kirollos@gmail.com",
    "url": "http://kiro.me"
  },
  "bugs": {
    "url": "https://github.com/krisk/Fuse/issues"
  },
  "dependencies": {},
  "description": "Lightweight fuzzy-search",
  "devDependencies": {
    "@babel/cli": "7.2.3",
    "@babel/core": "^7.3.4",
    "@babel/preset-env": "7.3.4",
    "@babel/preset-typescript": "^7.3.3",
    "@types/jest": "^24.0.11",
    "babel-loader": "^8.0.5",
    "copy-webpack-plugin": "^5.0.0",
    "jest": "^24.3.1",
    "rimraf": "^2.6.3",
    "terser-webpack-plugin": "^1.2.3",
    "webpack": "^4.29.2",
    "webpack-cli": "^3.2.3",
    "webpack-merge": "^4.2.1"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "dist/"
  ],
  "homepage": "http://fusejs.io",
  "keywords": [
    "fuzzy",
    "search",
    "bitap"
  ],
  "license": "Apache-2.0",
  "main": "dist/fuse.js",
  "name": "fuse.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krisk/Fuse.git"
  },
  "scripts": {
    "build": "webpack --config ./configs/webpack.prod.js",
    "clean": "rimraf ./dist",
    "dev": "webpack --progress --colors --watch --config ./configs/webpack.dev.js",
    "prebuild": "npm run clean",
    "predev": "npm run clean",
    "pretest": "npm run build",
    "test": "jest"
  },
  "types": "dist/fuse.d.ts",
  "version": "3.6.1"
}
