mirror of https://github.com/jkjoy/sunpeiwen.git
48 lines
990 B
JSON
48 lines
990 B
JSON
{
|
|
"name": "hexo-log",
|
|
"version": "2.0.0",
|
|
"description": "Logger for Hexo",
|
|
"main": "lib/log.js",
|
|
"scripts": {
|
|
"eslint": "eslint .",
|
|
"test": "mocha test/index.js",
|
|
"test-cov": "nyc npm run test"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"repository": "hexojs/hexo-log",
|
|
"homepage": "http://hexo.io/",
|
|
"keywords": [
|
|
"website",
|
|
"blog",
|
|
"cms",
|
|
"framework",
|
|
"hexo"
|
|
],
|
|
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
|
|
"maintainers": [
|
|
"Abner Chou <hi@abnerchou.me> (http://abnerchou.me)"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0"
|
|
},
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
}
|