89 lines
2.3 KiB
JSON
Executable File
89 lines
2.3 KiB
JSON
Executable File
{
|
|
"_from": "prismjs@^1.16.0",
|
|
"_id": "prismjs@1.17.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-PrEDJAFdUGbOP6xK/UsfkC5ghJsPJviKgnQOoxaDbBjwc8op68Quupwt1DeAFoG8GImPhiKXAvvsH7wDSLsu1Q==",
|
|
"_location": "/prismjs",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "prismjs@^1.16.0",
|
|
"name": "prismjs",
|
|
"escapedName": "prismjs",
|
|
"rawSpec": "^1.16.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.16.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.17.1.tgz",
|
|
"_shasum": "e669fcbd4cdd873c35102881c33b14d0d68519be",
|
|
"_spec": "prismjs@^1.16.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code",
|
|
"author": {
|
|
"name": "Lea Verou"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/LeaVerou/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",
|
|
"gulp": "^4.0.0",
|
|
"gulp-concat": "^2.3.4",
|
|
"gulp-header": "^2.0.7",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-replace": "^1.0.0",
|
|
"gulp-uglify": "^3.0.1",
|
|
"jsdom": "^13.0.0",
|
|
"mocha": "^6.0.0",
|
|
"pump": "^3.0.0",
|
|
"simple-git": "^1.107.0",
|
|
"yargs": "^13.2.2"
|
|
},
|
|
"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": "npm run test:runner && npm run test:languages && npm run test:plugins && npm run test:aliases && npm run test:regex",
|
|
"test:aliases": "mocha tests/aliases-test.js",
|
|
"test:languages": "mocha tests/run.js",
|
|
"test:plugins": "mocha tests/plugins/**/*.js",
|
|
"test:regex": "mocha tests/regex-tests.js",
|
|
"test:runner": "mocha tests/testrunner-tests.js"
|
|
},
|
|
"style": "themes/prism.css",
|
|
"version": "1.17.1"
|
|
}
|