package.json 2.5 KB

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