package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "@vant/icons@1.7.1",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_from": "@vant/icons@1.7.1",
  9. "_id": "@vant/icons@1.7.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Sa5CAwK1WB5U5olIkeWgW8dun4c=",
  12. "_location": "/@vant/icons",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@vant/icons@1.7.1",
  18. "name": "@vant/icons",
  19. "escapedName": "@vant%2ficons",
  20. "scope": "@vant",
  21. "rawSpec": "1.7.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.7.1"
  24. },
  25. "_requiredBy": [
  26. "/vant"
  27. ],
  28. "_resolved": "https://registry.nlark.com/@vant/icons/download/@vant/icons-1.7.1.tgz?cache=0&sync_timestamp=1631954457671&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vant%2Ficons%2Fdownload%2F%40vant%2Ficons-1.7.1.tgz",
  29. "_spec": "1.7.1",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  31. "description": "vant icons",
  32. "devDependencies": {
  33. "release-it": "^13.6.2"
  34. },
  35. "files": [
  36. "src"
  37. ],
  38. "license": "MIT",
  39. "main": "./src/config.js",
  40. "name": "@vant/icons",
  41. "publishConfig": {
  42. "access": "public",
  43. "registry": "https://registry.npmjs.org/"
  44. },
  45. "release-it": {
  46. "git": {
  47. "tag": false,
  48. "commitMessage": "release: @vant/icons ${version}",
  49. "addUntrackedFiles": true,
  50. "requireCleanWorkingDir": false
  51. }
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "https://github.com/youzan/vant/tree/dev/packages/vant-icons"
  56. },
  57. "scripts": {
  58. "release": "release-it"
  59. },
  60. "types": "./src/config.d.ts",
  61. "version": "1.7.1"
  62. }