/
githubmirror
/
hexo
Обзор
Документация
Войти
/
githubmirror
/
hexo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.1.0
package.json
92 строки
2 KB
curbengh
release: 4.1.0
01 дек 2019, 11:14
Не верифицирован
01 дек 2019, 11:14
a9335a6
Код
Авторство
О чём код?
{ "name": "hexo", "version": "4.1.0", "description": "A fast, simple & powerful blog framework, powered by Node.js.", "main": "lib/hexo", "bin": { "hexo": "./bin/hexo" }, "scripts": { "eslint": "eslint .", "test": "mocha test/index.js", "test-cov": "nyc npm run test", "lint-staged": "lint-staged" }, "directories": { "lib": "./lib", "bin": "./bin" }, "files": [ "lib/", "bin/" ], "repository": "hexojs/hexo", "homepage": "https://hexo.io/", "funding": { "type": "opencollective", "url": "https://opencollective.com/hexo" }, "keywords": [ "website", "blog", "cms", "framework", "hexo" ], "author": "Tommy Chen <tommy351@gmail.com> (https://zespia.tw)", "maintainers": [ "Abner Chou <hi@abnerchou.me> (https://abnerchou.me)" ], "license": "MIT", "dependencies": { "abbrev": "^1.1.1", "archy": "^1.0.0", "bluebird": "^3.5.2", "chalk": "^3.0.0", "cheerio": "0.22.0", "hexo-cli": "^3.0.0", "hexo-front-matter": "^1.0.0", "hexo-fs": "^2.0.0", "hexo-i18n": "^1.0.0", "hexo-log": "^1.0.0", "hexo-util": "^1.6.1", "js-yaml": "^3.12.0", "lodash": "^4.17.11", "micromatch": "^4.0.2", "moment": "^2.22.2", "moment-timezone": "^0.5.21", "nunjucks": "^3.1.3", "pretty-hrtime": "^1.0.3", "resolve": "^1.8.1", "strip-ansi": "^6.0.0", "strip-indent": "^3.0.0", "swig-extras": "0.0.1", "swig-templates": "^2.0.3", "text-table": "^0.2.0", "tildify": "^2.0.0", "titlecase": "^1.1.2", "warehouse": "^3.0.1" }, "devDependencies": { "@easyops/git-exec-and-restage": "^1.0.4", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "eslint": "^6.0.1", "eslint-config-hexo": "^3.0.0", "hexo-renderer-marked": "^2.0.0", "husky": "^3.0.0", "lint-staged": "^9.1.0", "mocha": "^6.0.0", "nyc": "^14.1.1", "rewire": "^4.0.1", "sinon": "^7.1.1" }, "engines": { "node": ">=8.10.0" }, "husky": { "hooks": { "pre-commit": "lint-staged" } } }