package.json 2.6 KB

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