-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.8 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"_from": "prismjs@^1.17.1",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-c8NACvxYqCPdfu0CP44c6f2Jd/o=",
"_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.npm.taobao.org/prismjs/download/prismjs-1.22.0.tgz",
"_shasum": "73c3400afc58a823dd7eed023f8e1ce9fd8977fa",
"_spec": "prismjs@^1.17.1",
"_where": "C:\\Users\\xiong\\Documents\\GitHub\\SavanCode.github.io.git\\node_modules\\hexo-util",
"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",
"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",
"htmlparser2": "^4.0.0",
"jsdom": "^13.0.0",
"mocha": "^6.2.0",
"pump": "^3.0.0",
"regexpp": "^2.0.1",
"simple-git": "^1.107.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",
"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.22.0"
}