package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "@wangeditor/upload-image-module@^1.0.2",
  3. "_id": "@wangeditor/upload-image-module@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z81lk/v71OwPDYeQDxj6cVr81aDP90aFuywb8nPD6eQeECtOymrqRODjpO6VGvCVxVck8nUxBHtbxKtjgcwyiA==",
  6. "_location": "/@wangeditor/upload-image-module",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@wangeditor/upload-image-module@^1.0.2",
  12. "name": "@wangeditor/upload-image-module",
  13. "escapedName": "@wangeditor%2fupload-image-module",
  14. "scope": "@wangeditor",
  15. "rawSpec": "^1.0.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.0.2"
  18. },
  19. "_requiredBy": [
  20. "/@wangeditor/editor"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@wangeditor/upload-image-module/-/upload-image-module-1.0.2.tgz",
  23. "_shasum": "89e9b9467e10cbc6b11dc5748e08dd23aaebee30",
  24. "_spec": "@wangeditor/upload-image-module@^1.0.2",
  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 upload-image module",
  41. "directories": {
  42. "lib": "dist",
  43. "test": "__tests__"
  44. },
  45. "files": [
  46. "dist"
  47. ],
  48. "gitHead": "5de4d52cda133b945020e457f1de7b6787e842c1",
  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/upload-image-module",
  54. "peerDependencies": {
  55. "@uppy/core": "^2.0.3",
  56. "@uppy/xhr-upload": "^2.0.3",
  57. "@wangeditor/basic-modules": "1.x",
  58. "@wangeditor/core": "1.x",
  59. "dom7": "^3.0.0",
  60. "lodash.foreach": "^4.5.0",
  61. "slate": "^0.72.0",
  62. "snabbdom": "^3.1.0"
  63. },
  64. "publishConfig": {
  65. "access": "public",
  66. "registry": "https://registry.npmjs.com/"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/wangeditor-team/wangEditor.git"
  71. },
  72. "scripts": {
  73. "build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
  74. "dev": "cross-env NODE_ENV=development rollup -c rollup.config.js",
  75. "dev-size-stats": "cross-env NODE_ENV=development:size_stats rollup -c rollup.config.js",
  76. "dev-watch": "cross-env NODE_ENV=development rollup -c rollup.config.js -w",
  77. "size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js",
  78. "test": "jest",
  79. "test-c": "jest --coverage"
  80. },
  81. "types": "dist/upload-image-module/src/index.d.ts",
  82. "version": "1.0.2"
  83. }