123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_from": "hexo-log@^2.0.0",
- "_id": "hexo-log@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-U7zdDae74pXcyhQEyNmpJdq3UI6zWKxQ7/zLoMr/d3CBRdIfB5yO8DWqKUnewfibYv0gODyTWUIhxQDWuwloow==",
- "_location": "/hexo-log",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "hexo-log@^2.0.0",
- "name": "hexo-log",
- "escapedName": "hexo-log",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/hexo",
- "/hexo/hexo-cli"
- ],
- "_resolved": "https://registry.npmmirror.com/hexo-log/-/hexo-log-2.0.0.tgz",
- "_shasum": "1dcc8e960029b08b21994fe2c56c4e3d6346e893",
- "_spec": "hexo-log@^2.0.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-log/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "chalk": "^4.0.0"
- },
- "deprecated": false,
- "description": "Logger for Hexo",
- "devDependencies": {
- "chai": "^4.1.2",
- "chai-as-promised": "^7.1.1",
- "eslint": "^7.1.0",
- "eslint-config-hexo": "^4.0.0",
- "mocha": "^8.0.1",
- "nyc": "^15.0.0",
- "rewire": "^5.0.0",
- "sinon": "^9.0.2"
- },
- "directories": {
- "lib": "./lib"
- },
- "engines": {
- "node": ">=10.13.0"
- },
- "files": [
- "lib/"
- ],
- "homepage": "http://hexo.io/",
- "keywords": [
- "website",
- "blog",
- "cms",
- "framework",
- "hexo"
- ],
- "license": "MIT",
- "main": "lib/log.js",
- "maintainers": [
- {
- "name": "Abner Chou",
- "email": "hi@abnerchou.me",
- "url": "http://abnerchou.me"
- }
- ],
- "name": "hexo-log",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/hexojs/hexo-log.git"
- },
- "scripts": {
- "eslint": "eslint .",
- "test": "mocha test/index.js",
- "test-cov": "nyc npm run test"
- },
- "version": "2.0.0"
- }
|