Module

x/fuse/package.json

Lightweight fuzzy-search, in JavaScript
Very Popular
Go to Latest
File
{ "name": "fuse.js", "author": { "name": "Kirollos Risk", "email": "kirollos@gmail.com", "url": "http://kiro.me" }, "version": "3.4.1", "description": "Lightweight fuzzy-search", "license": "Apache-2.0", "types": "./index.d.ts", "repository": { "type": "git", "url": "https://github.com/krisk/Fuse.git" }, "homepage": "http://fusejs.io", "keywords": [ "fuzzy", "bitap" ], "main": "dist/fuse.js", "scripts": { "test": "vows test/**.js", "build": "webpack --mode development && webpack --mode production --minify", "dev": "webpack --mode development --progress --colors --watch" }, "devDependencies": { "@babel/cli": "7.2.3", "@babel/core": "7.2.2", "@babel/preset-env": "^7.3.1", "babel-loader": "^8.0.5", "babel-minify-webpack-plugin": "^0.3.1", "babel-plugin-add-module-exports": "0.2.1", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "vows": "0.5.x", "webpack": "^4.29.2", "webpack-cli": "^3.2.3" }}