{ "_args": [ [ "highlight.js@11.3.1", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "highlight.js@11.3.1", "_id": "highlight.js@11.3.1", "_inBundle": false, "_integrity": "sha1-gTB47zqlGcYXAPhP6QRyMcXcMpE=", "_location": "/highlight.js", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "highlight.js@11.3.1", "name": "highlight.js", "escapedName": "highlight.js", "rawSpec": "11.3.1", "saveSpec": null, "fetchSpec": "11.3.1" }, "_requiredBy": [ "/vue-highlightjs" ], "_resolved": "https://registry.npmmirror.com/highlight.js/download/highlight.js-11.3.1.tgz", "_spec": "11.3.1", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "Ivan Sagalaev", "email": "maniac@softwaremaniacs.org" }, "bugs": { "url": "https://github.com/highlightjs/highlight.js/issues" }, "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" } ], "description": "Syntax highlighting with language autodetection.", "devDependencies": { "@rollup/plugin-commonjs": "^21.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.0", "@types/mocha": "^9.0.0", "@typescript-eslint/eslint-plugin": "^4.23.0", "@typescript-eslint/parser": "^4.23.0", "clean-css": "^5.0.1", "cli-table": "^0.3.1", "colors": "^1.1.2", "commander": "8.2", "css": "^3.0.0", "deep-freeze-es6": "^1.4.1", "del": "^6.0.0", "dependency-resolver": "^2.0.1", "eslint": "^7.26.0", "eslint-config-standard": "^16.0.1", "eslint-plugin-import": "^2.25.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "glob": "^7.1.7", "glob-promise": "^4.2.1", "handlebars": "^4.7.6", "jsdom": "^18.0.0", "lodash": "^4.17.20", "mocha": "^9.1.3", "refa": "^0.4.1", "rollup": "^2.47.0", "should": "^13.2.3", "terser": "^5.7.0", "tiny-worker": "^2.3.0", "typescript": "^4.4.4" }, "engines": { "node": ">=12.0.0" }, "exports": { ".": { "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", "lint": "eslint src/*.js src/lib/*.js demo/*.js", "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" }, "type": "commonjs", "types": "./types/index.d.ts", "version": "11.3.1" }