package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "@wangeditor/basic-modules@^1.1.7",
  3. "_id": "@wangeditor/basic-modules@1.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cY9CPkLJaqF05STqfpZKWG4LpxTMeGSIIF1fHvfm/mz+JXatCagjdkbxdikOuKYlxDdeqvOeBmsUBItufDLXZg==",
  6. "_location": "/@wangeditor/basic-modules",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@wangeditor/basic-modules@^1.1.7",
  12. "name": "@wangeditor/basic-modules",
  13. "escapedName": "@wangeditor%2fbasic-modules",
  14. "scope": "@wangeditor",
  15. "rawSpec": "^1.1.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.1.7"
  18. },
  19. "_requiredBy": [
  20. "/@wangeditor/editor"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@wangeditor/basic-modules/-/basic-modules-1.1.7.tgz",
  23. "_shasum": "a9c3ccf4ef53332f29550d59d3676e15f395946f",
  24. "_spec": "@wangeditor/basic-modules@^1.1.7",
  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. "dependencies": {
  40. "is-url": "^1.2.4"
  41. },
  42. "deprecated": false,
  43. "description": "wangEditor basic modules",
  44. "devDependencies": {
  45. "@types/is-url": "^1.2.29"
  46. },
  47. "directories": {
  48. "lib": "dist",
  49. "test": "__tests__"
  50. },
  51. "files": [
  52. "dist"
  53. ],
  54. "gitHead": "75812c37496111f1b6e8121967db9c7f2c2ba46d",
  55. "homepage": "https://github.com/wangeditor-team/wangEditor#readme",
  56. "license": "MIT",
  57. "main": "dist/index.js",
  58. "module": "dist/index.esm.js",
  59. "name": "@wangeditor/basic-modules",
  60. "peerDependencies": {
  61. "@wangeditor/core": "1.x",
  62. "dom7": "^3.0.0",
  63. "lodash.throttle": "^4.1.1",
  64. "nanoid": "^3.2.0",
  65. "slate": "^0.72.0",
  66. "snabbdom": "^3.1.0"
  67. },
  68. "publishConfig": {
  69. "access": "public",
  70. "registry": "https://registry.npmjs.com/"
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/wangeditor-team/wangEditor.git"
  75. },
  76. "scripts": {
  77. "build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
  78. "dev": "cross-env NODE_ENV=development rollup -c rollup.config.js",
  79. "dev-size-stats": "cross-env NODE_ENV=development:size_stats rollup -c rollup.config.js",
  80. "dev-watch": "cross-env NODE_ENV=development rollup -c rollup.config.js -w",
  81. "size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js",
  82. "test": "jest",
  83. "test-c": "jest --coverage"
  84. },
  85. "types": "dist/basic-modules/src/index.d.ts",
  86. "version": "1.1.7"
  87. }