{ "_from": "highlight.js@*", "_id": "highlight.js@11.11.1", "_inBundle": false, "_integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==", "_location": "/highlight.js", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "highlight.js@*", "name": "highlight.js", "escapedName": "highlight.js", "rawSpec": "*", "saveSpec": null, "fetchSpec": "*" }, "_requiredBy": [ "/vue-highlightjs" ], "_resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.11.1.tgz", "_shasum": "fca06fa0e5aeecf6c4d437239135fabc15213585", "_spec": "highlight.js@*", "_where": "D:\\jenkins\\workspace\\xcjy-fvue\\node_modules\\vue-highlightjs", "author": { "name": "Josh Goebel", "email": "hello@joshgoebel.com" }, "bugs": { "url": "https://github.com/highlightjs/highlight.js/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Josh Goebel", "email": "hello@joshgoebel.com" }, { "name": "Egor Rogov", "email": "e.rogov@postgrespro.ru" }, { "name": "Vladimir Jimenez", "email": "me@allejo.io" }, { "name": "Ivan Sagalaev", "email": "maniac@softwaremaniacs.org" }, { "name": "Jeremy Hull", "email": "sourdrums@gmail.com" }, { "name": "Oleg Efimov", "email": "efimovov@gmail.com" }, { "name": "Gidi Meir Morris", "email": "gidi@gidi.io" }, { "name": "Jan T. Sott", "email": "git@idleberg.com" }, { "name": "Li Xuanji", "email": "xuanji@gmail.com" }, { "name": "Marcos Cáceres", "email": "marcos@marcosc.com" }, { "name": "Sang Dang", "email": "sang.dang@polku.io" } ], "deprecated": false, "description": "Syntax highlighting with language autodetection.", "devDependencies": { "@colors/colors": "^1.6.0", "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-json": "^6.0.1", "@rollup/plugin-node-resolve": "^15.3.0", "@types/mocha": "^10.0.2", "@typescript-eslint/eslint-plugin": "^7.15.0", "@typescript-eslint/parser": "^7.15.0", "clean-css": "^5.3.2", "cli-table": "^0.3.1", "commander": "^12.1.0", "css": "^3.0.0", "css-color-names": "^1.0.1", "deep-freeze-es6": "^3.0.2", "del": "^8.0.0", "dependency-resolver": "^2.0.1", "eslint": "^8.57.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "glob": "^8.1.0", "glob-promise": "^6.0.5", "handlebars": "^4.7.8", "http-server": "^14.1.1", "jsdom": "^25.0.1", "lodash": "^4.17.20", "mocha": "^11.0.1", "refa": "^0.4.1", "rollup": "^4.0.2", "should": "^13.2.3", "terser": "^5.21.0", "tiny-worker": "^2.3.0", "typescript": "^5.2.2", "wcag-contrast": "^3.0.0" }, "engines": { "node": ">=12.0.0" }, "exports": { ".": { "types": "./types/index.d.ts", "require": "./lib/index.js", "import": "./es/index.js" }, "./package.json": "./package.json", "./lib/common": { "require": "./lib/common.js", "import": "./es/common.js" }, "./lib/core": { "require": "./lib/core.js", "import": "./es/core.js" }, "./lib/languages/*": { "require": "./lib/languages/*.js", "import": "./es/languages/*.js" }, "./scss/*": "./scss/*", "./styles/*": "./styles/*", "./types/*": "./types/*" }, "homepage": "https://highlightjs.org/", "keywords": [ "highlight", "syntax" ], "license": "BSD-3-Clause", "main": "./lib/index.js", "name": "highlight.js", "repository": { "type": "git", "url": "git://github.com/highlightjs/highlight.js.git" }, "scripts": { "build": "node ./tools/build.js -t node", "build-browser": "node ./tools/build.js -t browser :common", "build-cdn": "node ./tools/build.js -t cdn", "build_and_test": "npm run build && npm run test", "build_and_test_browser": "npm run build-browser && npm run test-browser", "devtool": "npx http-server", "lint": "eslint src/*.js src/lib/*.js demo/*.js tools/**/*.js --ignore-pattern vendor", "lint-languages": "eslint --no-eslintrc -c .eslintrc.lang.js src/languages/**/*.js", "mocha": "mocha", "test": "mocha test", "test-browser": "mocha test/browser", "test-detect": "mocha test/detect", "test-markup": "mocha test/markup", "test-parser": "mocha test/parser" }, "sideEffects": [ "./es/common.js", "./lib/common.js", "*.css", "*.scss" ], "type": "commonjs", "types": "./types/index.d.ts", "version": "11.11.1" }