package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "@form-create/core@2.5.27",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "@form-create/core@2.5.27",
  9. "_id": "@form-create/core@2.5.27",
  10. "_inBundle": false,
  11. "_integrity": "sha512-f2Lp1lW2YobviQbZzFspozQ5+7r2swx7l8ZiBjTj1X4OblGJBvRyg5tuFI2r/OlXr9+r9giDWXoKViPPdf1dIQ==",
  12. "_location": "/@form-create/core",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@form-create/core@2.5.27",
  18. "name": "@form-create/core",
  19. "escapedName": "@form-create%2fcore",
  20. "scope": "@form-create",
  21. "rawSpec": "2.5.27",
  22. "saveSpec": null,
  23. "fetchSpec": "2.5.27"
  24. },
  25. "_requiredBy": [
  26. "/@form-create/iview"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/@form-create/core/-/core-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/utils": "^2.5.27"
  39. },
  40. "description": "vue动态表单,助你轻松搞定表单|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.",
  41. "files": [
  42. "README.md",
  43. "package.json",
  44. "LICENSE",
  45. "src",
  46. "types",
  47. "dist"
  48. ],
  49. "gitHead": "ca02f3c2b7570705ec3676361ec62350495f6481",
  50. "homepage": "http://www.form-create.com",
  51. "keywords": [
  52. "动态表单",
  53. "@form-create",
  54. "form-builder",
  55. "form",
  56. "components",
  57. "vue.js",
  58. "json-form",
  59. "dynamic-form"
  60. ],
  61. "license": "MIT",
  62. "main": "./dist/index.min.js",
  63. "module": "./dist/index.min.js",
  64. "name": "@form-create/core",
  65. "publishConfig": {
  66. "access": "public"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/xaboy/form-create.git"
  71. },
  72. "scripts": {
  73. "bili": "cross-env UI_LIB=core bili",
  74. "build": "npm-run-all clean bili",
  75. "clean": "rimraf dist/"
  76. },
  77. "typings": "./types/index.d.ts",
  78. "version": "2.5.27"
  79. }