123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "_from": "prismjs@^1.17.1",
- "_id": "prismjs@1.29.0",
- "_inBundle": false,
- "_integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==",
- "_location": "/prismjs",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "prismjs@^1.17.1",
- "name": "prismjs",
- "escapedName": "prismjs",
- "rawSpec": "^1.17.1",
- "saveSpec": null,
- "fetchSpec": "^1.17.1"
- },
- "_requiredBy": [
- "/hexo-util"
- ],
- "_resolved": "https://registry.npmmirror.com/prismjs/-/prismjs-1.29.0.tgz",
- "_shasum": "f113555a8fa9b57c35e637bba27509dcf802dd12",
- "_spec": "prismjs@^1.17.1",
- "_where": "/var/www/AfterAales/node_modules/hexo-util",
- "author": {
- "name": "Lea Verou"
- },
- "bugs": {
- "url": "https://github.com/PrismJS/prism/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
- "devDependencies": {
- "@types/node-fetch": "^2.5.5",
- "benchmark": "^2.1.4",
- "chai": "^4.2.0",
- "danger": "^10.5.0",
- "del": "^4.1.1",
- "docdash": "^1.2.0",
- "eslint": "^7.22.0",
- "eslint-plugin-jsdoc": "^32.3.0",
- "eslint-plugin-regexp": "^1.6.0",
- "gulp": "^4.0.2",
- "gulp-clean-css": "^4.3.0",
- "gulp-concat": "^2.3.4",
- "gulp-header": "^2.0.7",
- "gulp-jsdoc3": "^3.0.0",
- "gulp-rename": "^1.2.0",
- "gulp-replace": "^1.0.0",
- "gulp-terser": "^2.1.0",
- "gzip-size": "^5.1.1",
- "htmlparser2": "^4.0.0",
- "http-server": "^0.12.3",
- "jsdom": "^16.7.0",
- "mocha": "^9.2.2",
- "node-fetch": "^3.1.1",
- "npm-run-all": "^4.1.5",
- "prettier": "^2.4.1",
- "pump": "^3.0.0",
- "refa": "^0.9.1",
- "regexp-ast-analysis": "^0.2.4",
- "regexpp": "^3.2.0",
- "scslre": "^0.1.6",
- "simple-git": "^3.3.0",
- "webfont": "^9.0.0",
- "yargs": "^13.2.2"
- },
- "engines": {
- "node": ">=6"
- },
- "homepage": "https://github.com/PrismJS/prism#readme",
- "jspm": {
- "main": "prism",
- "registry": "jspm",
- "jspmPackage": true,
- "format": "global",
- "files": [
- "components/**/*.js",
- "plugins/**/*",
- "themes/*.css",
- "prism.js"
- ]
- },
- "keywords": [
- "prism",
- "highlight"
- ],
- "license": "MIT",
- "main": "prism.js",
- "name": "prismjs",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/PrismJS/prism.git"
- },
- "scripts": {
- "benchmark": "node benchmark/benchmark.js",
- "build": "gulp",
- "lint": "eslint . --cache",
- "lint:ci": "eslint . --max-warnings 0",
- "lint:fix": "npm run lint -- --fix",
- "regex-coverage": "mocha tests/coverage.js",
- "start": "http-server -c-1",
- "test": "npm-run-all test:*",
- "test:aliases": "mocha tests/aliases-test.js",
- "test:core": "mocha tests/core/**/*.js",
- "test:dependencies": "mocha tests/dependencies-test.js",
- "test:examples": "mocha tests/examples-test.js",
- "test:identifiers": "mocha tests/identifier-test.js",
- "test:languages": "mocha tests/run.js",
- "test:patterns": "mocha tests/pattern-tests.js",
- "test:plugins": "mocha tests/plugins/**/*.js",
- "test:runner": "mocha tests/testrunner-tests.js"
- },
- "style": "themes/prism.css",
- "version": "1.29.0"
- }
|