123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_from": "hexo-util@^2.4.0",
- "_id": "hexo-util@2.7.0",
- "_inBundle": false,
- "_integrity": "sha512-hQM3h34nhDg0bSe/Tg1lnpODvNkz7h2u0+lZGzlKL0Oufp+5KCAEUX9wal7/xC7ax3/cwEn8IuoU75kNpZLpJQ==",
- "_location": "/hexo-util",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "hexo-util@^2.4.0",
- "name": "hexo-util",
- "escapedName": "hexo-util",
- "rawSpec": "^2.4.0",
- "saveSpec": null,
- "fetchSpec": "^2.4.0"
- },
- "_requiredBy": [
- "/hexo",
- "/hexo-fs",
- "/hexo-renderer-marked",
- "/hexo/hexo-cli"
- ],
- "_resolved": "https://registry.npmmirror.com/hexo-util/-/hexo-util-2.7.0.tgz",
- "_shasum": "13d09292e79d260db35399710b3e19f3995443a3",
- "_spec": "hexo-util@^2.4.0",
- "_where": "/var/www/AfterAales/node_modules/hexo",
- "author": {
- "name": "Tommy Chen",
- "email": "tommy351@gmail.com",
- "url": "http://zespia.tw"
- },
- "bugs": {
- "url": "https://github.com/hexojs/hexo-util/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "bluebird": "^3.5.2",
- "camel-case": "^4.0.0",
- "cross-spawn": "^7.0.0",
- "deepmerge": "^4.2.2",
- "highlight.js": "^11.0.1",
- "htmlparser2": "^7.0.0",
- "prismjs": "^1.17.1",
- "strip-indent": "^3.0.0"
- },
- "deprecated": false,
- "description": "Utilities for Hexo.",
- "devDependencies": {
- "chai": "^4.2.0",
- "chai-as-promised": "^7.1.1",
- "eslint": "^8.0.1",
- "eslint-config-hexo": "^5.0.0",
- "html-entities": "^2.1.1",
- "html-tag-validator": "^1.5.0",
- "mocha": "^10.0.0",
- "nyc": "^15.0.0",
- "rewire": "^6.0.0"
- },
- "directories": {
- "lib": "./lib",
- "scripts": "./scripts"
- },
- "engines": {
- "node": ">=12.4.0"
- },
- "files": [
- "lib/",
- "scripts/",
- "highlight_alias.json"
- ],
- "homepage": "https://hexo.io/",
- "keywords": [
- "hexo",
- "util",
- "utilities"
- ],
- "license": "MIT",
- "main": "lib/index",
- "maintainers": [
- {
- "name": "Abner Chou",
- "email": "hi@abnerchou.me",
- "url": "http://abnerchou.me"
- }
- ],
- "name": "hexo-util",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/hexojs/hexo-util.git"
- },
- "scripts": {
- "build:highlight": "node scripts/build_highlight_alias.js",
- "eslint": "eslint lib test",
- "prepare": "npm run build:highlight",
- "test": "mocha",
- "test-cov": "nyc --reporter=lcovonly npm run test"
- },
- "version": "2.7.0"
- }
|