/
githubmirror
/
hexo
Обзор
Документация
Войти
/
githubmirror
/
hexo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
98 строк
2 KB
dependabot[bot]
chore(deps): bump moment-timezone from 0.5.48 to 0.6.2 (#5765)
09 июл 2026, 04:14
Не верифицирован
09 июл 2026, 04:14
a16a7e6
Код
Авторство
О чём код?
{ "name": "hexo", "version": "8.1.2", "description": "A fast, simple & powerful blog framework, powered by Node.js.", "main": "dist/hexo", "bin": { "hexo": "./bin/hexo" }, "scripts": { "prepublishOnly": "npm install && npm run clean && npm run build", "build": "tsc -b", "clean": "tsc -b --clean", "eslint": "eslint lib test", "test": "mocha test/scripts/**/*.ts --require ts-node/register", "test-cov": "c8 --reporter=lcovonly npm test -- --no-parallel", "prepare": "husky" }, "files": [ "dist/", "bin/" ], "types": "./dist/hexo/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/hexojs/hexo.git" }, "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": "^5.0.0", "bluebird": "^3.7.2", "fast-archy": "^1.0.0", "fast-text-table": "^1.0.1", "hexo-cli": "^4.3.2", "hexo-front-matter": "^4.2.1", "hexo-fs": "^5.0.0", "hexo-i18n": "^2.0.0", "hexo-log": "^4.1.0", "hexo-util": "^4.0.0", "js-yaml": "^4.1.0", "js-yaml-js-types": "^1.0.1", "micromatch": "^4.0.8", "moize": "^6.1.6", "moment": "^2.30.1", "moment-timezone": "^0.6.2", "nunjucks": "^3.2.4", "picocolors": "^1.1.1", "pretty-hrtime": "^1.0.3", "strip-ansi": "^7.1.0", "tildify": "^3.0.0", "titlecase": "^1.1.3", "warehouse": "^6.0.0" }, "devDependencies": { "@types/abbrev": "^1.1.3", "@types/bluebird": "^3.5.37", "@types/chai": "^4.3.11", "@types/graceful-fs": "^4.1.9", "@types/js-yaml": "^4.0.9", "@types/micromatch": "^4.0.7", "@types/mocha": "^10.0.9", "@types/node": "^20.17.6", "@types/nunjucks": "^3.2.2", "@types/sinon": "^17.0.3", "0x": "^5.1.2", "c8": "^9.0.0", "chai": "^4.3.6", "cheerio": "1.0.0", "decache": "^4.6.1", "eslint": "^9.17.0", "eslint-config-hexo": "^6.0.0", "hexo-renderer-marked": "^6.0.0", "husky": "^9.1.7", "lint-staged": "^15.3.0", "mocha": "^10.0.0", "sinon": "^17.0.1", "ts-node": "^10.9.1", "typescript": "^5.3.2" }, "engines": { "node": ">=20.19.0" } }