ngx-highlightjs
Version:
Instant code highlighting, auto-detect language, super easy to use.
57 lines • 1.37 kB
JSON
{
"name": "ngx-highlightjs",
"version": "14.0.1",
"description": "Instant code highlighting, auto-detect language, super easy to use.",
"homepage": "https://ngx-highlight.netlify.app",
"author": {
"name": "Murhaf Sousli",
"url": "http://github.com/murhafsousli"
},
"repository": {
"type": "git",
"url": "https://github.com/MurhafSousli/ngx-highlightjs"
},
"bugs": {
"url": "http://github.com/murhafsousli/ngx-highlightjs/issues"
},
"license": "MIT",
"keywords": [
"angular",
"highlight",
"highlightjs",
"prism",
"syntax",
"code",
"gist"
],
"peerDependencies": {
"@angular/common": ">=19.0.0",
"@angular/core": ">=19.0.0",
"@angular/cdk": ">=19.0.0",
"rxjs": ">=7.0.0"
},
"dependencies": {
"highlight.js": "^11.11.1",
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ngx-highlightjs.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-highlightjs.mjs"
},
"./line-numbers": {
"types": "./line-numbers/index.d.ts",
"default": "./fesm2022/ngx-highlightjs-line-numbers.mjs"
},
"./plus": {
"types": "./plus/index.d.ts",
"default": "./fesm2022/ngx-highlightjs-plus.mjs"
}
}
}