123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- {
- "_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"
- }
|