package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "@wangeditor/list-module@1.0.5",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "@wangeditor/list-module@1.0.5",
  9. "_id": "@wangeditor/list-module@1.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-uDuYTP6DVhcYf7mF1pTlmNn5jOb4QtcVhYwSSAkyg09zqxI1qBqsfUnveeDeDqIuptSJhkh81cyxi+MF8sEPOQ==",
  12. "_location": "/@wangeditor/list-module",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@wangeditor/list-module@1.0.5",
  18. "name": "@wangeditor/list-module",
  19. "escapedName": "@wangeditor%2flist-module",
  20. "scope": "@wangeditor",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/@wangeditor/editor"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@wangeditor/list-module/-/list-module-1.0.5.tgz",
  29. "_spec": "1.0.5",
  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 list module",
  44. "directories": {
  45. "lib": "dist",
  46. "test": "__tests__"
  47. },
  48. "files": [
  49. "dist"
  50. ],
  51. "gitHead": "4417e67aaa6f6b34131aa91f4be1c968d205814c",
  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/list-module",
  57. "peerDependencies": {
  58. "@wangeditor/core": "1.x",
  59. "dom7": "^3.0.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/list-module/src/index.d.ts",
  81. "version": "1.0.5"
  82. }