package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "@wangeditor/code-highlight@1.0.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "@wangeditor/code-highlight@1.0.3",
  9. "_id": "@wangeditor/code-highlight@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-iazHwO14XpCuIWJNTQTikqUhGKyqj+dUNWJ9288Oym9M2xMVHvnsOmDU2sgUDWVy+pOLojReMPgXCsvvNlOOhw==",
  12. "_location": "/@wangeditor/code-highlight",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@wangeditor/code-highlight@1.0.3",
  18. "name": "@wangeditor/code-highlight",
  19. "escapedName": "@wangeditor%2fcode-highlight",
  20. "scope": "@wangeditor",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/@wangeditor/editor"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@wangeditor/code-highlight/-/code-highlight-1.0.3.tgz",
  29. "_spec": "1.0.3",
  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. "prismjs": "^1.23.0"
  45. },
  46. "description": "wangEditor code-highlight module",
  47. "devDependencies": {
  48. "@types/prismjs": "^1.16.5"
  49. },
  50. "directories": {
  51. "lib": "dist",
  52. "test": "__tests__"
  53. },
  54. "files": [
  55. "dist"
  56. ],
  57. "gitHead": "81e666f4e702574d644851da2e98a8d6d4a18b9e",
  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/code-highlight",
  63. "peerDependencies": {
  64. "@wangeditor/core": "1.x",
  65. "dom7": "^3.0.0",
  66. "slate": "^0.72.0",
  67. "snabbdom": "^3.1.0"
  68. },
  69. "publishConfig": {
  70. "access": "public",
  71. "registry": "https://registry.npmjs.com/"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/wangeditor-team/wangEditor.git"
  76. },
  77. "scripts": {
  78. "build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
  79. "dev": "cross-env NODE_ENV=development rollup -c rollup.config.js",
  80. "dev-size-stats": "cross-env NODE_ENV=development:size_stats rollup -c rollup.config.js",
  81. "dev-watch": "cross-env NODE_ENV=development rollup -c rollup.config.js -w",
  82. "size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js",
  83. "test": "jest",
  84. "test-c": "jest --coverage"
  85. },
  86. "types": "dist/code-highlight/src/index.d.ts",
  87. "version": "1.0.3"
  88. }