2 "name": "@highlightjs/cdn-assets",
3 "description": "Syntax highlighting with language autodetection. (pre-compiled CDN assets)",
8 "homepage": "https://highlightjs.org/",
10 "author": "Josh Goebel <hello@joshgoebel.com>",
12 "Josh Goebel <hello@joshgoebel.com>",
13 "Egor Rogov <e.rogov@postgrespro.ru>",
14 "Vladimir Jimenez <me@allejo.io>",
15 "Ivan Sagalaev <maniac@softwaremaniacs.org>",
16 "Jeremy Hull <sourdrums@gmail.com>",
17 "Oleg Efimov <efimovov@gmail.com>",
18 "Gidi Meir Morris <gidi@gidi.io>",
19 "Jan T. Sott <git@idleberg.com>",
20 "Li Xuanji <xuanji@gmail.com>",
21 "Marcos Cáceres <marcos@marcosc.com>",
22 "Sang Dang <sang.dang@polku.io>"
25 "url": "https://github.com/highlightjs/highlight.js/issues"
27 "license": "BSD-3-Clause",
30 "url": "git://github.com/highlightjs/highlight.js.git"
40 "lint": "eslint src/*.js src/lib/*.js demo/*.js tools/**/*.js --ignore-pattern vendor",
41 "lint-languages": "eslint --no-eslintrc -c .eslintrc.lang.js src/languages/**/*.js",
42 "build_and_test": "npm run build && npm run test",
43 "build_and_test_browser": "npm run build-browser && npm run test-browser",
44 "build": "node ./tools/build.js -t node",
45 "build-cdn": "node ./tools/build.js -t cdn",
46 "build-browser": "node ./tools/build.js -t browser :common",
47 "devtool": "npx http-server",
49 "test-markup": "mocha test/markup",
50 "test-detect": "mocha test/detect",
51 "test-browser": "mocha test/browser",
52 "test-parser": "mocha test/parser"
58 "@colors/colors": "^1.6.0",
59 "@rollup/plugin-commonjs": "^28.0.1",
60 "@rollup/plugin-json": "^6.0.1",
61 "@rollup/plugin-node-resolve": "^15.3.0",
62 "@types/mocha": "^10.0.2",
63 "@typescript-eslint/eslint-plugin": "^7.15.0",
64 "@typescript-eslint/parser": "^7.15.0",
65 "clean-css": "^5.3.2",
66 "cli-table": "^0.3.1",
67 "commander": "^12.1.0",
69 "css-color-names": "^1.0.1",
70 "deep-freeze-es6": "^3.0.2",
72 "dependency-resolver": "^2.0.1",
74 "eslint-config-standard": "^17.1.0",
75 "eslint-plugin-import": "^2.28.1",
76 "eslint-plugin-node": "^11.1.0",
77 "eslint-plugin-promise": "^6.1.1",
79 "glob-promise": "^6.0.5",
80 "handlebars": "^4.7.8",
81 "http-server": "^14.1.1",
89 "tiny-worker": "^2.3.0",
90 "typescript": "^5.2.2",
91 "wcag-contrast": "^3.0.0"