package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "@vant/icons@1.5.2",
  3. "_id": "@vant/icons@1.5.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Gy2mFIgObvCh1azp6LklQYsNFrCjMLxf/mEzHD6WV0pZbMBNjsb7bWvAjPo3Wygo9IVtGqi/36wrtosv3PkyRg==",
  6. "_location": "/@vant/icons",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@vant/icons@1.5.2",
  12. "name": "@vant/icons",
  13. "escapedName": "@vant%2ficons",
  14. "scope": "@vant",
  15. "rawSpec": "1.5.2",
  16. "saveSpec": null,
  17. "fetchSpec": "1.5.2"
  18. },
  19. "_requiredBy": [
  20. "/vant"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@vant/icons/-/icons-1.5.2.tgz",
  23. "_shasum": "3f3ea353a0eacd38c113757bd31836489facb10b",
  24. "_spec": "@vant/icons@1.5.2",
  25. "_where": "D:\\路涛科技\\源代码\\dccloud\\uni-app-front-second-directory\\node_modules\\vant",
  26. "bundleDependencies": false,
  27. "deprecated": false,
  28. "description": "vant icons",
  29. "devDependencies": {
  30. "fast-glob": "^3.2.2",
  31. "fs-extra": "^9.0.1",
  32. "gulp": "^4.0.2",
  33. "gulp-iconfont": "^10.0.3",
  34. "gulp-iconfont-css": "^3.0.0",
  35. "md5-file": "^5.0.0",
  36. "release-it": "^13.6.2",
  37. "shelljs": "^0.8.4",
  38. "svgo": "1.2.2"
  39. },
  40. "files": [
  41. "src"
  42. ],
  43. "license": "MIT",
  44. "main": "./src/config.js",
  45. "name": "@vant/icons",
  46. "publishConfig": {
  47. "access": "public",
  48. "registry": "https://registry.npmjs.org/"
  49. },
  50. "release-it": {
  51. "git": {
  52. "tag": false,
  53. "commitMessage": "chore: release @vant/icons ${version}",
  54. "addUntrackedFiles": true,
  55. "requireCleanWorkingDir": false
  56. }
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "https://github.com/youzan/vant/tree/dev/packages/vant-icons"
  61. },
  62. "scripts": {
  63. "build": "npm run export && gulp --gulpfile ./build/build-iconfont.js",
  64. "export": "node ./build/export.js",
  65. "release": "npm run build && release-it"
  66. },
  67. "version": "1.5.2"
  68. }