zhangnaisong
2024-03-23 4532b321444257453a86c0f5289a3a5f576db71e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "fuzzysearch",
  "description": "Tiny and blazing-fast fuzzy search in JavaScript",
  "version": "1.0.3",
  "homepage": "https://github.com/bevacqua/fuzzysearch",
  "author": {
    "name": "Nicolas Bevacqua",
    "email": "ng@bevacqua.io",
    "url": "http://bevacqua.io"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/bevacqua/fuzzysearch.git"
  },
  "scripts": {
    "test": "jshint . && tape test/*.js"
  },
  "devDependencies": {
    "jshint": "^2.6.0",
    "tape": "^3.5.0"
  }
}