UNPKG

1.25 kBJSONView Raw
1{
2 "name": "hexo-util",
3 "version": "1.3.1",
4 "description": "Utilities for Hexo.",
5 "main": "lib/index",
6 "scripts": {
7 "eslint": "eslint lib test",
8 "test": "mocha",
9 "test-cov": "nyc npm run test",
10 "build:highlight": "node scripts/build_highlight_alias.js",
11 "prepare": "npm run build:highlight"
12 },
13 "directories": {
14 "lib": "./lib",
15 "scripts": "./scripts"
16 },
17 "files": [
18 "lib/",
19 "scripts/",
20 "highlight_alias.json"
21 ],
22 "repository": "hexojs/hexo-util",
23 "homepage": "https://hexo.io/",
24 "keywords": [
25 "hexo",
26 "util",
27 "utilities"
28 ],
29 "author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
30 "maintainers": [
31 "Abner Chou <hi@abnerchou.me> (http://abnerchou.me)"
32 ],
33 "license": "MIT",
34 "devDependencies": {
35 "chai": "^4.2.0",
36 "chai-as-promised": "^7.1.1",
37 "eslint": "^6.0.1",
38 "eslint-config-hexo": "^3.0.0",
39 "html-tag-validator": "^1.5.0",
40 "mocha": "^6.0.1",
41 "nyc": "^14.1.1",
42 "rewire": "^4.0.1"
43 },
44 "dependencies": {
45 "bluebird": "^3.5.2",
46 "camel-case": "^3.0.0",
47 "cross-spawn": "^7.0.0",
48 "highlight.js": "^9.13.1",
49 "html-entities": "^1.2.1",
50 "striptags": "^3.1.1"
51 },
52 "engines": {
53 "node": ">=8.6.0"
54 }
55}