package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "@form-create/component-elm-radio@^2.6.3",
  3. "_id": "@form-create/component-elm-radio@2.6.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OXSISgFhBvty1iHu8Jo976uch0eSTXvZmMRbhtda1jWjIz8PuwkbwOy7dEvib0FpL+hs8SdoRJFnqKM5M0d42w==",
  6. "_location": "/@form-create/component-elm-radio",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@form-create/component-elm-radio@^2.6.3",
  12. "name": "@form-create/component-elm-radio",
  13. "escapedName": "@form-create%2fcomponent-elm-radio",
  14. "scope": "@form-create",
  15. "rawSpec": "^2.6.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^2.6.3"
  18. },
  19. "_requiredBy": [
  20. "/@form-create/element-ui"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@form-create/component-elm-radio/-/component-elm-radio-2.6.3.tgz",
  23. "_shasum": "b09ea022e8437e89065f7ad8934acfd45d052d82",
  24. "_spec": "@form-create/component-elm-radio@^2.6.3",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@form-create\\element-ui",
  26. "author": {
  27. "name": "xaboy"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/xaboy/form-create/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@form-create/utils": "^2.6.3"
  35. },
  36. "deprecated": false,
  37. "description": "@form-create/element-ui 内置组件",
  38. "exports": {
  39. "./*": "./*"
  40. },
  41. "files": [
  42. "README.md",
  43. "package.json",
  44. "LICENSE",
  45. "src",
  46. "dist"
  47. ],
  48. "gitHead": "2f7acd60c77ee74a3b03c788b21dd5da96e97d2a",
  49. "homepage": "http://www.form-create.com",
  50. "jsdelivr": "./dist/index.js",
  51. "keywords": [
  52. "@form-create",
  53. "form-create-component",
  54. "element-ui"
  55. ],
  56. "license": "MIT",
  57. "main": "./dist/index.js",
  58. "module": "./dist/index.es.js",
  59. "name": "@form-create/component-elm-radio",
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/xaboy/form-create.git"
  66. },
  67. "scripts": {
  68. "build:component:vite": "npm-run-all clean vite:build",
  69. "clean": "rimraf dist/",
  70. "vite:build": "vite build"
  71. },
  72. "unpkg": "./dist/index.js",
  73. "version": "2.6.3"
  74. }