package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "@form-create/iview@2.5.27",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "@form-create/iview@2.5.27",
  9. "_id": "@form-create/iview@2.5.27",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Yi3l84jPYIcYlZW5MGGQDJhDTdiEJW/ErYwrfoL1owr++cWEQlCpJmbh2toTowYR/gnGcdvA+TrYBEa4KTVLDA==",
  12. "_location": "/@form-create/iview",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@form-create/iview@2.5.27",
  18. "name": "@form-create/iview",
  19. "escapedName": "@form-create%2fiview",
  20. "scope": "@form-create",
  21. "rawSpec": "2.5.27",
  22. "saveSpec": null,
  23. "fetchSpec": "2.5.27"
  24. },
  25. "_requiredBy": [
  26. "/"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/@form-create/iview/-/iview-2.5.27.tgz",
  29. "_spec": "2.5.27",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "xaboy"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/xaboy/form-create/issues"
  36. },
  37. "dependencies": {
  38. "@form-create/component-ivu-checkbox": "^2.5.27",
  39. "@form-create/component-ivu-frame": "^2.5.27",
  40. "@form-create/component-ivu-group": "^2.5.27",
  41. "@form-create/component-ivu-radio": "^2.5.27",
  42. "@form-create/component-ivu-select": "^2.5.27",
  43. "@form-create/component-ivu-tree": "^2.5.27",
  44. "@form-create/component-ivu-upload": "^2.5.27",
  45. "@form-create/component-subform": "^2.5.25",
  46. "@form-create/core": "^2.5.27",
  47. "@form-create/utils": "^2.5.27"
  48. },
  49. "description": "iview动态表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 3 UI frameworks, and supports the generation of any Vue components. Built-in 20 kinds of commonly used form components and custom components, no matter how complex forms can be easily handled.",
  50. "devDependencies": {
  51. "@form-create/component-wangeditor": "^2.5.15",
  52. "@vue/cli-plugin-babel": "^4.5.9",
  53. "@vue/cli-service": "^4.5.3",
  54. "iview": "^3.3.3",
  55. "v-jsoneditor": "^1.4.2"
  56. },
  57. "files": [
  58. "README.md",
  59. "package.json",
  60. "LICENSE",
  61. "src",
  62. "types",
  63. "dist"
  64. ],
  65. "gitHead": "ca02f3c2b7570705ec3676361ec62350495f6481",
  66. "homepage": "http://www.form-create.com",
  67. "jsdelivr": "./dist/form-create.min.js",
  68. "keywords": [
  69. "动态表单",
  70. "@form-create",
  71. "form-builder",
  72. "form",
  73. "components",
  74. "vue.js",
  75. "iview",
  76. "json-form",
  77. "dynamic-form"
  78. ],
  79. "license": "MIT",
  80. "main": "./dist/form-create.min.js",
  81. "module": "./dist/form-create.min.js",
  82. "name": "@form-create/iview",
  83. "publishConfig": {
  84. "access": "public"
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/xaboy/form-create.git"
  89. },
  90. "scripts": {
  91. "bili": "cross-env UI_LIB=iview bili",
  92. "build": "npm-run-all clean bili",
  93. "clean": "rimraf dist/",
  94. "dev:iview": "vue-cli-service serve"
  95. },
  96. "typings": "./types/index.d.ts",
  97. "unpkg": "./dist/form-create.min.js",
  98. "version": "2.5.27"
  99. }