package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "@form-create/utils@2.5.27",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "@form-create/utils@2.5.27",
  9. "_id": "@form-create/utils@2.5.27",
  10. "_inBundle": false,
  11. "_integrity": "sha512-QLzenitKzakxQ8bK8yFYd/9n4eT4E9jKkEneU0yhbjr0ter5uqguGGNJP7gI8waysRAS49VSjQOAY0b4l7mWvg==",
  12. "_location": "/@form-create/utils",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@form-create/utils@2.5.27",
  18. "name": "@form-create/utils",
  19. "escapedName": "@form-create%2futils",
  20. "scope": "@form-create",
  21. "rawSpec": "2.5.27",
  22. "saveSpec": null,
  23. "fetchSpec": "2.5.27"
  24. },
  25. "_requiredBy": [
  26. "/@form-create/component-ivu-checkbox",
  27. "/@form-create/component-ivu-frame",
  28. "/@form-create/component-ivu-group",
  29. "/@form-create/component-ivu-radio",
  30. "/@form-create/component-ivu-select",
  31. "/@form-create/component-ivu-tree",
  32. "/@form-create/component-ivu-upload",
  33. "/@form-create/core",
  34. "/@form-create/iview"
  35. ],
  36. "_resolved": "https://registry.npmmirror.com/@form-create/utils/-/utils-2.5.27.tgz",
  37. "_spec": "2.5.27",
  38. "_where": "E:\\item\\newItem\\admin",
  39. "author": {
  40. "name": "xaboy"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/xaboy/form-create/issues"
  44. },
  45. "description": "**form-create 是一个可以通过 JSON 生成具有动态渲染、数据收集、验证和提交功能的表单生成组件。支持3个UI框架,并且支持生成任何 Vue 组件。内置20种常用表单组件和自定义组件,再复杂的表单都可以轻松搞定。**",
  46. "files": [
  47. "README.md",
  48. "package.json",
  49. "LICENSE",
  50. "lib"
  51. ],
  52. "gitHead": "ca02f3c2b7570705ec3676361ec62350495f6481",
  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.5.27"
  71. }