package.json 3.7 KB

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