package.json 2.6 KB

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