package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "@wangeditor/table-module@1.1.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "@wangeditor/table-module@1.1.4",
  9. "_id": "@wangeditor/table-module@1.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-5saanU9xuEocxaemGdNi9t8MCDSucnykEC6jtuiT72kt+/Hhh4nERYx1J20OPsTCCdVr7hIyQenFD1iSRkIQ6w==",
  12. "_location": "/@wangeditor/table-module",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@wangeditor/table-module@1.1.4",
  18. "name": "@wangeditor/table-module",
  19. "escapedName": "@wangeditor%2ftable-module",
  20. "scope": "@wangeditor",
  21. "rawSpec": "1.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.4"
  24. },
  25. "_requiredBy": [
  26. "/@wangeditor/editor"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@wangeditor/table-module/-/table-module-1.1.4.tgz",
  29. "_spec": "1.1.4",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "wangfupeng1988",
  33. "email": "wangfupeng1988@163.com"
  34. },
  35. "browser": {
  36. "./dist/index.js": "./dist/index.js",
  37. "./dist/index.esm.js": "./dist/index.esm.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/wangeditor-team/wangEditor/issues"
  41. },
  42. "contributors": [],
  43. "description": "wangEditor table module",
  44. "directories": {
  45. "lib": "dist",
  46. "test": "__tests__"
  47. },
  48. "files": [
  49. "dist"
  50. ],
  51. "gitHead": "e52351a9f1f46f50cc3684d5b142e3d51ac36509",
  52. "homepage": "https://github.com/wangeditor-team/wangEditor#readme",
  53. "license": "MIT",
  54. "main": "dist/index.js",
  55. "module": "dist/index.esm.js",
  56. "name": "@wangeditor/table-module",
  57. "peerDependencies": {
  58. "@wangeditor/core": "1.x",
  59. "dom7": "^3.0.0",
  60. "lodash.isequal": "^4.5.0",
  61. "lodash.throttle": "^4.1.1",
  62. "nanoid": "^3.2.0",
  63. "slate": "^0.72.0",
  64. "snabbdom": "^3.1.0"
  65. },
  66. "publishConfig": {
  67. "access": "public",
  68. "registry": "https://registry.npmjs.com/"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/wangeditor-team/wangEditor.git"
  73. },
  74. "scripts": {
  75. "build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
  76. "dev": "cross-env NODE_ENV=development rollup -c rollup.config.js",
  77. "dev-size-stats": "cross-env NODE_ENV=development:size_stats rollup -c rollup.config.js",
  78. "dev-watch": "cross-env NODE_ENV=development rollup -c rollup.config.js -w",
  79. "size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js",
  80. "test": "jest",
  81. "test-c": "jest --coverage"
  82. },
  83. "types": "dist/table-module/src/index.d.ts",
  84. "version": "1.1.4"
  85. }