-
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.37 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.37 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": "hexo-util@latest",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-9cAJmgoXGLOtJwYeXk0fuet/K0E=",
"_location": "/hexo-util",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "hexo-util@latest",
"name": "hexo-util",
"escapedName": "hexo-util",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"/hexo-generator-json-content"
],
"_resolved": "https://registry.npm.taobao.org/hexo-util/download/hexo-util-2.4.0.tgz",
"_shasum": "f5c0099a0a1718b3ad27061e5e4d1fb9eb7f2b41",
"_spec": "hexo-util@latest",
"_where": "C:\\Users\\xiong\\Documents\\GitHub\\SavanCode.github.io.git\\node_modules\\hexo-generator-json-content",
"author": {
"name": "Tommy Chen",
"email": "[email protected]",
"url": "http://zespia.tw"
},
"bugs": {
"url": "https://github.com/hexojs/hexo-util/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.5.2",
"camel-case": "^4.0.0",
"cross-spawn": "^7.0.0",
"deepmerge": "^4.2.2",
"highlight.js": "^10.0.0",
"htmlparser2": "^4.0.0",
"prismjs": "^1.17.1",
"strip-indent": "^3.0.0",
"striptags": "^3.1.1"
},
"deprecated": false,
"description": "Utilities for Hexo.",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^7.0.0",
"eslint-config-hexo": "^4.0.0",
"html-entities": "^1.2.1",
"html-tag-validator": "^1.5.0",
"mocha": "^8.0.1",
"nyc": "^15.0.0",
"rewire": "^5.0.0"
},
"directories": {
"lib": "./lib",
"scripts": "./scripts"
},
"engines": {
"node": ">=10.13.0"
},
"files": [
"lib/",
"scripts/",
"highlight_alias.json"
],
"homepage": "https://hexo.io/",
"keywords": [
"hexo",
"util",
"utilities"
],
"license": "MIT",
"main": "lib/index",
"maintainers": [
{
"name": "Abner Chou",
"email": "[email protected]",
"url": "http://abnerchou.me"
}
],
"name": "hexo-util",
"repository": {
"type": "git",
"url": "git+https://github.com/hexojs/hexo-util.git"
},
"scripts": {
"build:highlight": "node scripts/build_highlight_alias.js",
"eslint": "eslint lib test",
"prepare": "npm run build:highlight",
"test": "mocha",
"test-cov": "nyc npm run test"
},
"version": "2.4.0"
}