123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- {
- "_from": "highlight.js@^10.7.1",
- "_id": "highlight.js@10.7.3",
- "_inBundle": false,
- "_integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
- "_location": "/highlight.js",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "highlight.js@^10.7.1",
- "name": "highlight.js",
- "escapedName": "highlight.js",
- "rawSpec": "^10.7.1",
- "saveSpec": null,
- "fetchSpec": "^10.7.1"
- },
- "_requiredBy": [
- "/cli-highlight"
- ],
- "_resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",
- "_shasum": "697272e3991356e40c3cac566a74eef681756531",
- "_spec": "highlight.js@^10.7.1",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\cli-highlight",
- "author": {
- "name": "Ivan Sagalaev",
- "email": "maniac@softwaremaniacs.org"
- },
- "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": {
- "@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",
- "should": "^13.2.3",
- "terser": "^5.3.8",
- "tiny-worker": "^2.3.0",
- "typescript": "^4.0.5"
- },
- "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": {
- "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",
- "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"
- },
- "types": "./types/index.d.ts",
- "version": "10.7.3"
- }
|