{"_id":"@alibsp/highlight","_rev":"3-881dba282648c46f993e64725020d11a","name":"@alibsp/highlight","dist-tags":{"latest":"11.8.0"},"versions":{"11.8.0":{"name":"@alibsp/highlight","version":"11.8.0","keywords":["highlight","syntax"],"license":"BSD-3-Clause","_id":"@alibsp/highlight@11.8.0","maintainers":[{"name":"mo.zhou","email":"bjfuzm@163.com"},{"name":"sususuper","email":"544074170@qq.com"},{"name":"jwellying","email":"2428227179@qq.com"},{"name":"jasoncapricorn","email":"17682318001@163.com"}],"dist":{"shasum":"44f46a2282913e5e4e70b1b0d7c9b76fe178d2cf","tarball":"https://registry.npmjs.org/@alibsp/highlight/-/highlight-11.8.0.tgz","fileCount":1802,"integrity":"sha512-7zPgk0k75AFm2dicEXbMtVGvHQm2RdsUVyjeC+elaT5aLiIhZFPsJo6ZTDGxwbMl24kKHLl/rjpXvfyufLM82g==","signatures":[{"sig":"MEUCIAwZi3RDQJfOMH6PiLfoTHqaHie52lfC7ucS42otpOZmAiEA7iIun3tYoGWsNM8WXVroM3MQ17tBraSs+InC8KvYRZs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4311608},"main":"./lib/index.js","type":"commonjs","types":"./types/index.d.ts","engines":{"node":">=12.0.0"},"gitHead":"be9297ec815963da98e00010a8ed6e35caec2706","scripts":{"lint":"eslint src/*.js src/lib/*.js demo/*.js tools/**/*.js --ignore-pattern vendor","test":"mocha test","build":"node ./tools/build.js -t node","mocha":"mocha","devtool":"npx http-server","build-cdn":"node ./tools/build.js -t cdn","test-detect":"mocha test/detect","test-markup":"mocha test/markup","test-parser":"mocha test/parser","test-browser":"mocha test/browser","build-browser":"node ./tools/build.js -t browser :common","build_and_test":"npm run build && npm run test","lint-languages":"eslint --no-eslintrc -c .eslintrc.lang.js src/languages/**/*.js","build_and_test_browser":"npm run build-browser && npm run test-browser"},"_npmUser":{"name":"jasoncapricorn","email":"17682318001@163.com"},"_npmVersion":"8.19.2","description":"Syntax highlighting with language autodetection.","directories":{},"sideEffects":["*.css","*.scss"],"_nodeVersion":"16.18.1","publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"css":"^3.0.0","del":"^6.1.1","glob":"^8.0.3","refa":"^0.4.1","jsdom":"^21.1.1","mocha":"^10.2.0","eslint":"^8.39.0","lodash":"^4.17.20","rollup":"^2.47.0","should":"^13.2.3","terser":"^5.17.1","clean-css":"^5.3.2","cli-table":"^0.3.1","commander":"^10.0.1","handlebars":"^4.7.6","typescript":"^5.0.4","http-server":"^14.1.1","tiny-worker":"^2.3.0","@types/mocha":"^10.0.1","glob-promise":"^6.0.2","wcag-contrast":"^3.0.0","@colors/colors":"^1.5.0","css-color-names":"^1.0.1","deep-freeze-es6":"^2.0.0","eslint-plugin-node":"^11.1.0","@rollup/plugin-json":"^6.0.0","dependency-resolver":"^2.0.1","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-standard":"^17.0.0","@rollup/plugin-commonjs":"^24.1.0","@typescript-eslint/parser":"^5.59.1","@rollup/plugin-node-resolve":"^15.0.2","@typescript-eslint/eslint-plugin":"^5.59.1"},"_npmOperationalInternal":{"tmp":"tmp/highlight_11.8.0_1688439924882_0.7273723836138077","host":"s3://npm-registry-packages"}}},"time":{"created":"2023-07-04T03:05:24.824Z","modified":"2024-12-12T03:49:28.053Z","11.8.0":"2023-07-04T03:05:25.189Z"},"license":"BSD-3-Clause","keywords":["highlight","syntax"],"description":"Syntax highlighting with language autodetection.","maintainers":[{"email":"17682318001@163.com","name":"jasoncapricorn"},{"email":"2428227179@qq.com","name":"jwellying"},{"email":"544074170@qq.com","name":"sususuper"},{"email":"xiazhiqiangcuc@126.com","name":"xiazhiqiang"},{"email":"wanyi.css@alibaba-inc.com","name":"wanyi.css"},{"email":"bjfuzm@163.com","name":"mo.zhou"},{"email":"chris_jun@aliyun.com","name":"qingkaili"}],"readme":"# Highlight.js CDN Assets\n\n[![install size](https://packagephobia.now.sh/badge?p=highlight.js)](https://packagephobia.now.sh/result?p=highlight.js)\n\n**This package contains only the CDN build assets of highlight.js.**\n\nThis may be what you want if you'd like to install the pre-built distributable highlight.js client-side assets via NPM. If you're wanting to use highlight.js mainly on the server-side you likely want the [highlight.js][1] package instead.\n\nTo access these files via CDN:<br>\nhttps://cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/\n\n**If you just want a single .js file with the common languages built-in:\n<https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/highlight.min.js>**\n\n---\n\n## Highlight.js\n\nHighlight.js is a syntax highlighter written in JavaScript. It works in\nthe browser as well as on the server. It works with pretty much any\nmarkup, doesn’t depend on any framework, and has automatic language\ndetection.\n\nIf you'd like to read the full README:<br>\n<https://github.com/highlightjs/highlight.js/blob/main/README.md>\n\n## License\n\nHighlight.js is released under the BSD License. See [LICENSE][7] file\nfor details.\n\n## Links\n\nThe official site for the library is at <https://highlightjs.org/>.\n\nThe Github project may be found at: <https://github.com/highlightjs/highlight.js>\n\nFurther in-depth documentation for the API and other topics is at\n<http://highlightjs.readthedocs.io/>.\n\nA list of the Core Team and contributors can be found in the [CONTRIBUTORS.md][8] file.\n\n[1]: https://www.npmjs.com/package/highlight.js\n[7]: https://github.com/highlightjs/highlight.js/blob/main/LICENSE\n[8]: https://github.com/highlightjs/highlight.js/blob/main/CONTRIBUTORS.md\n","readmeFilename":"README.CDN.md"}