123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- {
- "_from": "highlight.js@^11.0.1",
- "_id": "highlight.js@11.7.0",
- "_inBundle": false,
- "_integrity": "sha512-1rRqesRFhMO/PRF+G86evnyJkCgaZFOI+Z6kdj15TA18funfoqJXvgPCLSf0SWq3SRfg1j3HlDs8o4s3EGq1oQ==",
- "_location": "/highlight.js",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "highlight.js@^11.0.1",
- "name": "highlight.js",
- "escapedName": "highlight.js",
- "rawSpec": "^11.0.1",
- "saveSpec": null,
- "fetchSpec": "^11.0.1"
- },
- "_requiredBy": [
- "/hexo-util"
- ],
- "_resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.7.0.tgz",
- "_shasum": "3ff0165bc843f8c9bce1fd89e2fda9143d24b11e",
- "_spec": "highlight.js@^11.0.1",
- "_where": "/var/www/AfterAales/node_modules/hexo-util",
- "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.5.0",
- "@rollup/plugin-commonjs": "^22.0.0",
- "@rollup/plugin-json": "^4.1.0",
- "@rollup/plugin-node-resolve": "^13.3.0",
- "@types/mocha": "^9.1.1",
- "@typescript-eslint/eslint-plugin": "^5.27.1",
- "@typescript-eslint/parser": "^5.27.1",
- "clean-css": "^5.3.0",
- "cli-table": "^0.3.1",
- "commander": "9.3",
- "css": "^3.0.0",
- "css-color-names": "^1.0.1",
- "deep-freeze-es6": "^1.4.1",
- "del": "^6.1.1",
- "dependency-resolver": "^2.0.1",
- "eslint": "^8.17.0",
- "eslint-config-standard": "^17.0.0",
- "eslint-plugin-import": "^2.26.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^6.0.0",
- "glob": "^7.2.3",
- "glob-promise": "^4.2.2",
- "handlebars": "^4.7.6",
- "jsdom": "^20.0.0",
- "lodash": "^4.17.20",
- "mocha": "^10.0.0",
- "refa": "^0.4.1",
- "rollup": "^2.47.0",
- "should": "^13.2.3",
- "terser": "^5.14.1",
- "tiny-worker": "^2.3.0",
- "typescript": "^4.7.3",
- "wcag-contrast": "^3.0.0"
- },
- "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 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": [
- "*.css",
- "*.scss"
- ],
- "type": "commonjs",
- "types": "./types/index.d.ts",
- "version": "11.7.0"
- }
|