Echo/node_modules/prismjs/package.json

106 lines
3.1 KiB
JSON
Raw Normal View History

2021-02-11 21:31:41 +08:00
{
"_from": "prismjs@^1.13.0",
"_id": "prismjs@1.23.0",
"_inBundle": false,
"_integrity": "sha1-07OWf31yRAaQSXZSqdQP8EYGfzM=",
"_location": "/prismjs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "prismjs@^1.13.0",
"name": "prismjs",
"escapedName": "prismjs",
"rawSpec": "^1.13.0",
"saveSpec": null,
"fetchSpec": "^1.13.0"
},
"_requiredBy": [
"/@vuepress/markdown"
],
"_resolved": "https://registry.npm.taobao.org/prismjs/download/prismjs-1.23.0.tgz?cache=0&sync_timestamp=1609438547304&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fprismjs%2Fdownload%2Fprismjs-1.23.0.tgz",
"_shasum": "d3b3967f7d72440690497652a9d40ff046067f33",
"_spec": "prismjs@^1.13.0",
"_where": "E:\\GreateCommunity\\node_modules\\@vuepress\\markdown",
"author": {
"name": "Lea Verou"
},
"bugs": {
"url": "https://github.com/PrismJS/prism/issues"
},
"bundleDependencies": false,
"dependencies": {
"clipboard": "^2.0.0"
},
"deprecated": false,
"description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
"devDependencies": {
"chai": "^4.2.0",
"danger": "^10.5.0",
"del": "^4.1.1",
"docdash": "^1.2.0",
"gulp": "^4.0.2",
"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-uglify": "^3.0.1",
"gzip-size": "^5.1.1",
"htmlparser2": "^4.0.0",
"http-server": "^0.12.3",
"jsdom": "^13.0.0",
"mocha": "^6.2.0",
"pump": "^3.0.0",
"refa": "0.5.0",
"regexpp": "^2.0.1",
"scslre": "^0.1.1",
"simple-git": "^1.107.0",
"webfont": "^9.0.0",
"yargs": "^13.2.2"
},
"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",
"optionalDependencies": {
"clipboard": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrismJS/prism.git"
},
"scripts": {
"build": "gulp",
"start": "http-server -c-1",
"test": "npm run test:runner && npm run test:core && npm run test:dependencies && npm run test:languages && npm run test:plugins && npm run test:aliases && npm run test:patterns && npm run test:examples && npm run test:identifiers",
"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.23.0"
}