3 Star 6 Fork 0

Gitee 极速下载 / fuse.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/krisk/fuse
克隆/下载
package.json 3.46 KB
一键复制 编辑 原始数据 按行查看 历史
Kiro Risk 提交于 2023-10-23 19:41 . chore(release): 7.0.0
{
"name": "fuse.js",
"author": {
"name": "Kiro Risk",
"email": "kirollos@gmail.com",
"url": "http://kiro.me"
},
"type": "module",
"main": "./dist/fuse.cjs",
"module": "./dist/fuse.mjs",
"unpkg": "./dist/fuse.js",
"jsdelivr": "./dist/fuse.js",
"types": "./dist/fuse.d.ts",
"exports": {
".": {
"types": "./dist/fuse.d.ts",
"import": "./dist/fuse.mjs",
"require": "./dist/fuse.cjs"
},
"./min": {
"types": "./dist/fuse.d.ts",
"import": "./dist/fuse.min.mjs",
"require": "./dist/fuse.min.cjs"
},
"./basic": {
"types": "./dist/fuse.d.ts",
"import": "./dist/fuse.basic.mjs",
"require": "./dist/fuse.basic.cjs"
},
"./min-basic": {
"types": "./dist/fuse.d.ts",
"import": "./dist/fuse.basic.min.mjs",
"require": "./dist/fuse.basic.min.cjs"
}
},
"sideEffects": false,
"files": [
"dist"
],
"version": "7.0.0",
"description": "Lightweight fuzzy-search",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/krisk/Fuse.git"
},
"homepage": "http://fusejs.io",
"keywords": [
"fuzzy",
"search",
"bitap"
],
"scripts": {
"dev": "rollup -w -c scripts/configs.cjs --environment TARGET:umd-dev-full",
"dev:cjs": "rollup -w -c scripts/configs.cjs --environment TARGET:commonjs-full",
"dev:esm": "rollup -w -c scripts/configs.cjs --environment TARGET:esm-dev-full",
"build": "rm -r dist && mkdir dist && node ./scripts/build.main.cjs",
"test": "vitest run",
"lint": "eslint src test",
"release": "./scripts/release.sh",
"docs:bump": "node ./scripts/bump-docs.cjs",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:release": "./scripts/deploy-docs.sh",
"prepare": "husky install"
},
"standard-version": {
"scripts": {
"postbump": "npm run build && npm run lint && npm run test 2>/dev/null",
"precommit": "git add dist/*.js dist/*.cjs dist/*.mjs dist/*.d.ts"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.18.6",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@monaco-editor/loader": "^1.3.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@sapphire/stopwatch": "^1.5.0",
"@sapphire/utilities": "^3.11.0",
"@snippetors/vuepress-plugin-tabs": "1.2.3",
"@vuepress/plugin-google-analytics": "2.0.0-beta.60",
"@vuepress/plugin-pwa": "2.0.0-beta.60",
"@vuepress/plugin-register-components": "2.0.0-beta.60",
"@vuepress/plugin-search": "2.0.0-beta.60",
"babel-loader": "^9.1.2",
"eslint": "8.32.0",
"eslint-config-prettier": "8.6.0",
"husky": "^8.0.3",
"monaco-editor": "^0.34.1",
"prettier": "2.8.3",
"replace-in-file": "^6.3.5",
"rollup": "^2.79.1",
"rollup-plugin-dts": "^5.3.0",
"standard-version": "^9.5.0",
"terser": "^5.16.1",
"typescript": "^4.9.4",
"vitest": "^0.28.3",
"vuepress": "2.0.0-beta.60",
"vuepress-plugin-google-adsense2": "1.0.2"
},
"engines": {
"node": ">=10"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/fuse.git
git@gitee.com:mirrors/fuse.git
mirrors
fuse
fuse.js
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891