package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "@form-create/component-subform@2.5.25",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "@form-create/component-subform@2.5.25",
  9. "_id": "@form-create/component-subform@2.5.25",
  10. "_inBundle": false,
  11. "_integrity": "sha512-puGWWxSOeII4y4mCNxrKF/eH4nY1AQAx87VchzErLmemwF6TtNBLBsJLCCmFAVLYn1koYU5nNu5Y2yG9s2CKlQ==",
  12. "_location": "/@form-create/component-subform",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@form-create/component-subform@2.5.25",
  18. "name": "@form-create/component-subform",
  19. "escapedName": "@form-create%2fcomponent-subform",
  20. "scope": "@form-create",
  21. "rawSpec": "2.5.25",
  22. "saveSpec": null,
  23. "fetchSpec": "2.5.25"
  24. },
  25. "_requiredBy": [
  26. "/@form-create/iview"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/@form-create/component-subform/-/component-subform-2.5.25.tgz",
  29. "_spec": "2.5.25",
  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. "description": "@form-create 内置组件",
  38. "files": [
  39. "README.md",
  40. "package.json",
  41. "LICENSE",
  42. "src",
  43. "dist"
  44. ],
  45. "gitHead": "4f13bd4d5789a2ab473523f3d1306e877279d4ee",
  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.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. "bili": "cross-env bili",
  66. "build": "npm-run-all clean bili",
  67. "clean": "rimraf dist/"
  68. },
  69. "unpkg": "./dist/index.js",
  70. "version": "2.5.25"
  71. }