feige
2025-01-06 d94517c1dbde0d7b80a77f1003cd2d9aacaa677b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
  "_from": "fuse.js@6.4.3",
  "_id": "fuse.js@6.4.3",
  "_inBundle": false,
  "_integrity": "sha512-JNgngolukIrqwayWnvy6NLH63hmwKPhm63o0uyBg51jPD0j09IvAzlV1rTXfAsgxpghI7khAo6Mv+EmvjDWXig==",
  "_location": "/fuse.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fuse.js@6.4.3",
    "name": "fuse.js",
    "escapedName": "fuse.js",
    "rawSpec": "6.4.3",
    "saveSpec": null,
    "fetchSpec": "6.4.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.4.3.tgz",
  "_shasum": "aadd6ac34aab5b1d6e6c60462fcb4d1c3f53bb01",
  "_spec": "fuse.js@6.4.3",
  "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui",
  "author": {
    "name": "Kiro Risk",
    "email": "kirollos@gmail.com",
    "url": "http://kiro.me"
  },
  "bugs": {
    "url": "https://github.com/krisk/Fuse/issues"
  },
  "bundleDependencies": false,
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {},
  "deprecated": false,
  "description": "Lightweight fuzzy-search",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.4",
    "@babel/plugin-proposal-object-rest-spread": "7.9.0",
    "@babel/preset-env": "7.3.4",
    "@babel/preset-typescript": "7.9.0",
    "@commitlint/cli": "^9.0.1",
    "@commitlint/config-conventional": "^9.0.1",
    "@rollup/plugin-node-resolve": "^7.1.1",
    "@rollup/plugin-replace": "^2.3.1",
    "@types/jest": "25.1.4",
    "@vuepress/plugin-google-analytics": "^1.4.0",
    "@vuepress/plugin-register-components": "^1.5.2",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.0.5",
    "codemirror": "5.52.2",
    "eslint": "6.8.0",
    "eslint-config-prettier": "6.10.1",
    "eslint-plugin-vue": "7.0.0-alpha.0",
    "faker": "4.1.0",
    "husky": "^4.2.5",
    "jest": "^25.1.0",
    "prettier": "2.0.2",
    "replace-in-file": "^6.1.0",
    "rimraf": "3.0.2",
    "rollup": "2.1.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-copy": "3.3.0",
    "standard-version": "^8.0.0",
    "terser-webpack-plugin": "2.3.5",
    "typescript": "^3.8.3",
    "vue-codemirror": "^4.0.6",
    "vue-eslint-parser": "^7.0.0",
    "vuepress": "^1.4.0",
    "vuepress-plugin-element-tabs": "^0.2.8",
    "vuepress-plugin-smooth-scroll": "^0.0.9",
    "vuepress-plugin-social-share": "^0.2.1",
    "webpack": "^4.42.0",
    "webpack-cli": "^3.3.11"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "dist"
  ],
  "homepage": "http://fusejs.io",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "jsdelivr": "./dist/fuse.js",
  "keywords": [
    "fuzzy",
    "search",
    "bitap"
  ],
  "license": "Apache-2.0",
  "main": "./dist/fuse.common.js",
  "module": "./dist/fuse.esm.js",
  "name": "fuse.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krisk/Fuse.git"
  },
  "scripts": {
    "build": "rm -r dist && mkdir dist && node ./scripts/build.main.js",
    "dev": "rollup -w -c scripts/configs.js --environment TARGET:umd-dev-full",
    "dev:cjs": "rollup -w -c scripts/configs.js --environment TARGET:commonjs-full",
    "dev:esm": "rollup -w -c scripts/configs.js --environment TARGET:esm-dev-full",
    "docs:build": "vuepress build docs",
    "docs:bump": "node ./scripts/bump-docs.js",
    "docs:dev": "vuepress dev docs",
    "docs:release": "./scripts/deploy-docs.sh",
    "lint": "eslint src scripts test",
    "release": "standard-version -a",
    "test": "jest"
  },
  "standard-version": {
    "scripts": {
      "postbump": "yarn build && yarn lint && yarn test 2>/dev/null",
      "precommit": "git add dist/*.js dist/*.ts"
    }
  },
  "typings": "./dist/fuse.d.ts",
  "unpkg": "./dist/fuse.js",
  "version": "6.4.3"
}