package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "@form-create/utils@^2.6.3",
  3. "_id": "@form-create/utils@2.6.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SoeGCs3Dp5rn+9KdvIEslpyyclPAJUuvCz5ihUPTTwjAVsEjvp5oh0W8uh87l7ElLLauyhwCqLE9ET2U1ZH0Jw==",
  6. "_location": "/@form-create/utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@form-create/utils@^2.6.3",
  12. "name": "@form-create/utils",
  13. "escapedName": "@form-create%2futils",
  14. "scope": "@form-create",
  15. "rawSpec": "^2.6.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^2.6.3"
  18. },
  19. "_requiredBy": [
  20. "/@form-create/component-elm-checkbox",
  21. "/@form-create/component-elm-frame",
  22. "/@form-create/component-elm-group",
  23. "/@form-create/component-elm-radio",
  24. "/@form-create/component-elm-select",
  25. "/@form-create/component-elm-tree",
  26. "/@form-create/component-elm-upload",
  27. "/@form-create/core",
  28. "/@form-create/element-ui"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/@form-create/utils/-/utils-2.6.3.tgz",
  31. "_shasum": "c61c7283b9a8a917ca585b9181884aa754723c26",
  32. "_spec": "@form-create/utils@^2.6.3",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@form-create\\element-ui",
  34. "author": {
  35. "name": "xaboy"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/xaboy/form-create/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "**form-create 是一个可以通过 JSON 生成具有动态渲染、数据收集、验证和提交功能的表单生成组件。支持3个UI框架,并且支持生成任何 Vue 组件。内置20种常用表单组件和自定义组件,再复杂的表单都可以轻松搞定。**",
  43. "devDependencies": {
  44. "vue": "2.7"
  45. },
  46. "files": [
  47. "README.md",
  48. "package.json",
  49. "LICENSE",
  50. "lib"
  51. ],
  52. "gitHead": "2f7acd60c77ee74a3b03c788b21dd5da96e97d2a",
  53. "homepage": "http://www.form-create.com",
  54. "keywords": [
  55. "@form-create"
  56. ],
  57. "license": "MIT",
  58. "main": "./lib/index.js",
  59. "name": "@form-create/utils",
  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. "test": "echo \"Error: no test specified\" && exit 1"
  69. },
  70. "version": "2.6.3"
  71. }