package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "@form-create/component-subform@^2.6.2",
  3. "_id": "@form-create/component-subform@2.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Sh6dduqgbNYKNYPCt6Y8T77Prptta6SmrwGRbKhwbXuSj548w42Vyvf6/JKDo3SfFHoelvVBu4jKlUq5sQ2fdw==",
  6. "_location": "/@form-create/component-subform",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@form-create/component-subform@^2.6.2",
  12. "name": "@form-create/component-subform",
  13. "escapedName": "@form-create%2fcomponent-subform",
  14. "scope": "@form-create",
  15. "rawSpec": "^2.6.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^2.6.2"
  18. },
  19. "_requiredBy": [
  20. "/@form-create/element-ui"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@form-create/component-subform/-/component-subform-2.6.2.tgz",
  23. "_shasum": "213e38d87643295b85f963b9ee4ceefcf3129f4a",
  24. "_spec": "@form-create/component-subform@^2.6.2",
  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. "deprecated": false,
  34. "description": "@form-create 内置组件",
  35. "exports": {
  36. "./*": "./*"
  37. },
  38. "files": [
  39. "README.md",
  40. "package.json",
  41. "LICENSE",
  42. "src",
  43. "dist"
  44. ],
  45. "gitHead": "f823ecdf3757d841d21d2489e85c5153772cde91",
  46. "homepage": "http://www.form-create.com",
  47. "jsdelivr": "./dist/index.js",
  48. "keywords": [
  49. "@form-create",
  50. "form-create-component",
  51. "form-create-common-component"
  52. ],
  53. "license": "MIT",
  54. "main": "./dist/index.js",
  55. "module": "./dist/index.es.js",
  56. "name": "@form-create/component-subform",
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/xaboy/form-create.git"
  63. },
  64. "scripts": {
  65. "build:component:vite": "npm-run-all clean vite:build",
  66. "clean": "rimraf dist/",
  67. "vite:build": "vite build"
  68. },
  69. "unpkg": "./dist/index.js",
  70. "version": "2.6.2"
  71. }