package.json 2.6 KB

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