package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "@vant/icons@^1.8.0",
  3. "_id": "@vant/icons@1.8.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sKfEUo2/CkQFuERxvkuF6mGQZDKu3IQdj5rV9Fm0weJXtchDSSQ+zt8qPCNUEhh9Y8shy5PzxbvAfOOkCwlCXg==",
  6. "_location": "/@vant/icons",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@vant/icons@^1.8.0",
  12. "name": "@vant/icons",
  13. "escapedName": "@vant%2ficons",
  14. "scope": "@vant",
  15. "rawSpec": "^1.8.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.8.0"
  18. },
  19. "_requiredBy": [
  20. "/vant"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@vant/icons/-/icons-1.8.0.tgz",
  23. "_shasum": "36b13f2e628b533f6523a93a168cf02f07056674",
  24. "_spec": "@vant/icons@^1.8.0",
  25. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/vant",
  26. "author": {
  27. "name": "chenjiahan"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/youzan/vant/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "vant icons",
  35. "devDependencies": {
  36. "release-it": "^14.11.6"
  37. },
  38. "files": [
  39. "src"
  40. ],
  41. "homepage": "https://github.com/youzan/vant#readme",
  42. "license": "MIT",
  43. "main": "./src/config.js",
  44. "name": "@vant/icons",
  45. "publishConfig": {
  46. "access": "public",
  47. "registry": "https://registry.npmjs.org/"
  48. },
  49. "release-it": {
  50. "git": {
  51. "tag": false,
  52. "commitMessage": "release: @vant/icons ${version}",
  53. "addUntrackedFiles": true,
  54. "requireCleanWorkingDir": false
  55. }
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/youzan/vant.git",
  60. "directory": "packages/vant-icons"
  61. },
  62. "scripts": {
  63. "release": "release-it"
  64. },
  65. "types": "./src/config.d.ts",
  66. "version": "1.8.0"
  67. }