package.json 3.6 KB

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