mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.0 KiB
84 lines
2.0 KiB
{
|
|
"_args": [
|
|
[
|
|
"prismjs@1.15.0",
|
|
"D:\\Github\\abp\\modules\\docs\\app\\VoloDocs"
|
|
]
|
|
],
|
|
"_from": "prismjs@1.15.0",
|
|
"_id": "prismjs@1.15.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Lf2JrFYx8FanHrjoV5oL8YHCclLQgbJcVZR+gikGGMqz6ub5QVWDTM6YIwm3BuPxM/LOV+rKns3LssXNLIf+DA==",
|
|
"_location": "/prismjs",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "prismjs@1.15.0",
|
|
"name": "prismjs",
|
|
"escapedName": "prismjs",
|
|
"rawSpec": "1.15.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.15.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@abp/prismjs"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.15.0.tgz",
|
|
"_spec": "1.15.0",
|
|
"_where": "D:\\Github\\abp\\modules\\docs\\app\\VoloDocs",
|
|
"author": {
|
|
"name": "Lea Verou"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/LeaVerou/prism/issues"
|
|
},
|
|
"dependencies": {
|
|
"clipboard": "^2.0.0"
|
|
},
|
|
"description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
|
|
"devDependencies": {
|
|
"chai": "^2.3.0",
|
|
"gulp": "^3.8.6",
|
|
"gulp-concat": "^2.3.4",
|
|
"gulp-header": "^1.0.5",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-replace": "^0.5.4",
|
|
"gulp-uglify": "^0.3.1",
|
|
"mocha": "^2.2.5",
|
|
"yargs": "^3.26.0"
|
|
},
|
|
"homepage": "https://github.com/LeaVerou/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/LeaVerou/prism.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha tests/testrunner-tests.js && mocha tests/run.js"
|
|
},
|
|
"style": "themes/prism.css",
|
|
"version": "1.15.0"
|
|
}
|