1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/highlight.js/package.json

145 lines
3.9 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "highlight.js@^10.7.1",
"_id": "highlight.js@10.7.3",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
2023-12-18 13:12:25 +08:00
"_location": "/highlight.js",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "highlight.js@^10.7.1",
2023-12-18 13:12:25 +08:00
"name": "highlight.js",
"escapedName": "highlight.js",
2024-01-16 21:26:16 +08:00
"rawSpec": "^10.7.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^10.7.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/cli-highlight"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-10.7.3.tgz",
"_shasum": "697272e3991356e40c3cac566a74eef681756531",
"_spec": "highlight.js@^10.7.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\cli-highlight",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Ivan Sagalaev",
"email": "maniac@softwaremaniacs.org"
},
"bugs": {
"url": "https://github.com/highlightjs/highlight.js/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"contributors": [
{
2024-01-16 21:26:16 +08:00
"name": "Josh Goebel",
"email": "hello@joshgoebel.com"
2023-12-18 13:12:25 +08:00
},
{
2024-01-16 21:26:16 +08:00
"name": "Egor Rogov",
"email": "e.rogov@postgrespro.ru"
2023-12-18 13:12:25 +08:00
},
{
2024-01-16 21:26:16 +08:00
"name": "Vladimir Jimenez",
"email": "me@allejo.io"
2023-12-18 13:12:25 +08:00
},
{
"name": "Ivan Sagalaev",
2024-01-16 21:26:16 +08:00
"email": "maniac@softwaremaniacs.org"
2023-12-18 13:12:25 +08:00
},
{
"name": "Jeremy Hull",
"email": "sourdrums@gmail.com"
},
{
"name": "Oleg Efimov",
"email": "efimovov@gmail.com"
},
{
2024-01-16 21:26:16 +08:00
"name": "Gidi Meir Morris",
"email": "gidi@gidi.io"
2023-12-18 13:12:25 +08:00
},
{
2024-01-16 21:26:16 +08:00
"name": "Jan T. Sott",
"email": "git@idleberg.com"
2023-12-18 13:12:25 +08:00
},
{
2024-01-16 21:26:16 +08:00
"name": "Li Xuanji",
"email": "xuanji@gmail.com"
2023-12-18 13:12:25 +08:00
},
{
2024-01-16 21:26:16 +08:00
"name": "Marcos Cáceres",
"email": "marcos@marcosc.com"
2023-12-18 13:12:25 +08:00
},
{
2024-01-16 21:26:16 +08:00
"name": "Sang Dang",
"email": "sang.dang@polku.io"
2023-12-18 13:12:25 +08:00
}
],
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Syntax highlighting with language autodetection.",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"@types/mocha": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"clean-css": "^5.0.1",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"commander": "^7.0.0",
"deep-freeze-es6": "^1.4.1",
"del": "^6.0.0",
"dependency-resolver": "^2.0.1",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"glob": "^7.1.6",
"glob-promise": "^4.0.1",
"handlebars": "^4.7.6",
"jsdom": "^16.4.0",
"lodash": "^4.17.20",
"mocha": "^8.2.1",
"refa": "^0.4.1",
"rollup": "^2.33.1",
2023-12-18 13:12:25 +08:00
"should": "^13.2.3",
2024-01-16 21:26:16 +08:00
"terser": "^5.3.8",
"tiny-worker": "^2.3.0",
"typescript": "^4.0.5"
2023-12-18 13:12:25 +08:00
},
"engines": {
"node": "*"
},
"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": {
2024-01-16 21:26:16 +08:00
"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",
"lint": "eslint src/*.js src/lib/*.js src/plugins/*.js demo/*.js",
"lint-languages": "eslint --no-eslintrc -c .eslintrc.lang.js src/languages/**/*.js",
2023-12-18 13:12:25 +08:00
"mocha": "mocha",
2024-01-16 21:26:16 +08:00
"test": "mocha test",
"test-browser": "mocha test/browser",
"test-detect": "mocha test/detect",
"test-markup": "mocha test/markup",
"test-parser": "mocha test/parser"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"types": "./types/index.d.ts",
"version": "10.7.3"
2023-12-18 13:12:25 +08:00
}