UNPKG

2.81 kBJSONView Raw
1{
2 "name": "@highlightjs/cdn-assets",
3 "description": "Syntax highlighting with language autodetection. (pre-compiled CDN assets)",
4 "keywords": [
5 "highlight",
6 "syntax"
7 ],
8 "homepage": "https://highlightjs.org/",
9 "version": "11.4.0",
10 "author": {
11 "name": "Ivan Sagalaev",
12 "email": "maniac@softwaremaniacs.org"
13 },
14 "contributors": [
15 "Josh Goebel <hello@joshgoebel.com>",
16 "Egor Rogov <e.rogov@postgrespro.ru>",
17 "Vladimir Jimenez <me@allejo.io>",
18 "Ivan Sagalaev <maniac@softwaremaniacs.org>",
19 "Jeremy Hull <sourdrums@gmail.com>",
20 "Oleg Efimov <efimovov@gmail.com>",
21 "Gidi Meir Morris <gidi@gidi.io>",
22 "Jan T. Sott <git@idleberg.com>",
23 "Li Xuanji <xuanji@gmail.com>",
24 "Marcos Cáceres <marcos@marcosc.com>",
25 "Sang Dang <sang.dang@polku.io>"
26 ],
27 "bugs": {
28 "url": "https://github.com/highlightjs/highlight.js/issues"
29 },
30 "license": "BSD-3-Clause",
31 "repository": {
32 "type": "git",
33 "url": "git://github.com/highlightjs/highlight.js.git"
34 },
35 "scripts": {
36 "mocha": "mocha",
37 "lint": "eslint src/*.js src/lib/*.js demo/*.js tools/**/*.js --ignore-pattern vendor",
38 "lint-languages": "eslint --no-eslintrc -c .eslintrc.lang.js src/languages/**/*.js",
39 "build_and_test": "npm run build && npm run test",
40 "build_and_test_browser": "npm run build-browser && npm run test-browser",
41 "build": "node ./tools/build.js -t node",
42 "build-cdn": "node ./tools/build.js -t cdn",
43 "build-browser": "node ./tools/build.js -t browser :common",
44 "test": "mocha test",
45 "test-markup": "mocha test/markup",
46 "test-detect": "mocha test/detect",
47 "test-browser": "mocha test/browser",
48 "test-parser": "mocha test/parser"
49 },
50 "engines": {
51 "node": ">=12.0.0"
52 },
53 "devDependencies": {
54 "@rollup/plugin-commonjs": "^21.0.0",
55 "@rollup/plugin-json": "^4.1.0",
56 "@rollup/plugin-node-resolve": "^13.0.0",
57 "@types/mocha": "^9.0.0",
58 "@typescript-eslint/eslint-plugin": "^4.23.0",
59 "@typescript-eslint/parser": "^4.23.0",
60 "clean-css": "^5.0.1",
61 "cli-table": "^0.3.1",
62 "colors": "^1.1.2",
63 "commander": "8.2",
64 "css": "^3.0.0",
65 "css-color-names": "^1.0.1",
66 "deep-freeze-es6": "^1.4.1",
67 "del": "^6.0.0",
68 "dependency-resolver": "^2.0.1",
69 "eslint": "^7.26.0",
70 "eslint-config-standard": "^16.0.1",
71 "eslint-plugin-import": "^2.25.2",
72 "eslint-plugin-node": "^11.1.0",
73 "eslint-plugin-promise": "^5.1.0",
74 "glob": "^7.1.7",
75 "glob-promise": "^4.2.1",
76 "handlebars": "^4.7.6",
77 "jsdom": "^18.0.0",
78 "lodash": "^4.17.20",
79 "mocha": "^9.1.3",
80 "refa": "^0.4.1",
81 "rollup": "^2.47.0",
82 "should": "^13.2.3",
83 "terser": "^5.7.0",
84 "tiny-worker": "^2.3.0",
85 "typescript": "^4.4.4",
86 "wcag-contrast": "^3.0.0"
87 }
88}
\No newline at end of file