Urara-Blog/node_modules/.pnpm-store/v3/files/2c/7bd10139ee061711c71d45f5f990e8c602999f23974c9b852f7ed2b8ca9d15bb9b100bcb626d0b5fad16b58efccc0f5f2a50ecd2157ce09ebcea92685fe4a6
2022-08-14 01:14:53 +08:00

33 lines
680 B
Text

{
"name": "fuzzy",
"version": "0.1.1",
"homepage": "https://github.com/mattyork/fuzzy",
"authors": [
"Matt York <york.matt@gmail.com>"
],
"description": "small, standalone fuzzy search / fuzzy filter like sublime text Cmd-P. browser or node.",
"main": "lib/fuzzy.js",
"keywords": [
"fuzzy",
"search",
"filter",
"sublime",
"sublime text"
],
"license": "MIT",
"devDependencies": {
"mocha": ">= 1.3.0",
"chai": ">= 1.1.1",
"underscore": ">= 1.3.3",
"uglify-js": ">= 1.3.2",
"jshint": ">= 0.7.1"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"examples"
]
}