package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "pinyin-match@^1.2.2",
  3. "_id": "pinyin-match@1.2.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-d9fMSwZujH7UlMu+FO8MGXrgUYv0CwJtzpf3fQ8xgLJy1qfXlzOZsnQuL7Ej7msAiEtt37U7bE4dkVmyWaFfwA==",
  6. "_location": "/pinyin-match",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pinyin-match@^1.2.2",
  12. "name": "pinyin-match",
  13. "escapedName": "pinyin-match",
  14. "rawSpec": "^1.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.2"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/pinyin-match/-/pinyin-match-1.2.6.tgz",
  22. "_shasum": "fffc560037cf56a5396f1391219587e5eb02135b",
  23. "_spec": "pinyin-match@^1.2.2",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  25. "author": {
  26. "name": "774898896@qq.com"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/xmflswood/pinyin-match/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "支持多音字, 繁体字,首字母缩写的拼音搜索引擎",
  34. "devDependencies": {
  35. "@babel/core": "^7.12.9",
  36. "@babel/plugin-transform-runtime": "^7.12.10",
  37. "@babel/preset-env": "^7.12.7",
  38. "babel-plugin-add-module-exports": "^1.0.4",
  39. "cross-env": "^7.0.3",
  40. "mocha": "^5.2.0",
  41. "rollup": "^2.50.1",
  42. "rollup-plugin-babel": "^4.4.0",
  43. "rollup-plugin-serve": "^1.1.0",
  44. "rollup-plugin-terser": "^7.0.2"
  45. },
  46. "homepage": "https://github.com/xmflswood/pinyin-match#readme",
  47. "keywords": [
  48. "拼音",
  49. "chinese",
  50. "pinyin",
  51. "match"
  52. ],
  53. "license": "SATA",
  54. "main": "lib/main.js",
  55. "module": "es/main.js",
  56. "name": "pinyin-match",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/xmflswood/pinyin-match.git"
  60. },
  61. "scripts": {
  62. "build": "cross-env NODE_ENV=production rollup -c",
  63. "dev": "rollup -c -w",
  64. "test": "mocha"
  65. },
  66. "typings": "index.d.ts",
  67. "unpkg": "dist/main.js",
  68. "version": "1.2.6"
  69. }