{ "_from": "hexo@^5.0.0", "_id": "hexo@5.4.2", "_inBundle": false, "_integrity": "sha512-Af6mxKwx9byalaffKgiQ8/bZfbXPo2SGEn2Q9hFh++15g15/IulvOhu8lQkJdyZNzmj3hOuSrJdqoUvIr3K/qw==", "_location": "/hexo", "_phantomChildren": { "abbrev": "1.1.1", "bluebird": "3.7.2", "chalk": "4.1.2", "command-exists": "1.2.9", "hexo-fs": "3.1.0", "hexo-log": "2.0.0", "hexo-util": "2.7.0", "minimist": "1.2.8", "resolve": "1.22.1", "tildify": "2.0.0" }, "_requested": { "type": "range", "registry": true, "raw": "hexo@^5.0.0", "name": "hexo", "escapedName": "hexo", "rawSpec": "^5.0.0", "saveSpec": null, "fetchSpec": "^5.0.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/hexo/-/hexo-5.4.2.tgz", "_shasum": "7337b6adb0d495287051c03e944d84f66f64e356", "_spec": "hexo@^5.0.0", "_where": "/var/www/AfterAales", "author": { "name": "Tommy Chen", "email": "tommy351@gmail.com", "url": "https://zespia.tw" }, "bin": { "hexo": "bin/hexo" }, "bugs": { "url": "https://github.com/hexojs/hexo/issues" }, "bundleDependencies": false, "dependencies": { "abbrev": "^1.1.1", "archy": "^1.0.0", "bluebird": "^3.5.2", "chalk": "^4.0.0", "hexo-cli": "^4.0.0", "hexo-front-matter": "^2.0.0", "hexo-fs": "^3.1.0", "hexo-i18n": "^1.0.0", "hexo-log": "^2.0.0", "hexo-util": "^2.4.0", "js-yaml": "^3.14.1", "micromatch": "^4.0.2", "moment": "^2.22.2", "moment-timezone": "^0.5.21", "nunjucks": "^3.2.1", "pretty-hrtime": "^1.0.3", "resolve": "^1.8.1", "strip-ansi": "^6.0.0", "text-table": "^0.2.0", "tildify": "^2.0.0", "titlecase": "^1.1.2", "warehouse": "^4.0.0" }, "deprecated": false, "description": "A fast, simple & powerful blog framework, powered by Node.js.", "devDependencies": { "0x": "^4.10.2", "@easyops/git-exec-and-restage": "^1.0.4", "chai": "^4.2.0", "cheerio": "0.22.0", "decache": "^4.5.1", "eslint": "^7.0.0", "eslint-config-hexo": "^4.1.0", "hexo-renderer-marked": "^3.0.0", "husky": "^4.2.5", "lint-staged": "^10.2.0", "mocha": "^8.0.1", "nyc": "^15.0.0", "sinon": "^9.0.2" }, "directories": { "lib": "./lib", "bin": "./bin" }, "engines": { "node": ">=10.13.0" }, "files": [ "lib/", "bin/" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/hexo" }, "homepage": "https://hexo.io/", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "website", "blog", "cms", "framework", "hexo" ], "license": "MIT", "main": "lib/hexo", "maintainers": [ { "name": "Abner Chou", "email": "hi@abnerchou.me", "url": "https://abnerchou.me" } ], "name": "hexo", "repository": { "type": "git", "url": "git+https://github.com/hexojs/hexo.git" }, "scripts": { "eslint": "eslint .", "lint-staged": "lint-staged", "test": "mocha test/index.js", "test-cov": "nyc --reporter=lcovonly npm run test -- --no-parallel" }, "version": "5.4.2" }