mirror of
https://github.com/zhaoolee/ChineseBQB.git
synced 2026-01-13 06:14:57 +08:00
93 lines
2.0 KiB
JSON
93 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"hexo-log@0.2.0",
|
|
"/Users/lijianzhao/github/ChineseBQB"
|
|
]
|
|
],
|
|
"_from": "hexo-log@0.2.0",
|
|
"_id": "hexo-log@0.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-0w/UXhoSqDyIAzWGZASF78XfWm8=",
|
|
"_location": "/hexo-log",
|
|
"_phantomChildren": {
|
|
"ansi-regex": "2.1.1",
|
|
"escape-string-regexp": "1.0.5",
|
|
"has-ansi": "2.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "hexo-log@0.2.0",
|
|
"name": "hexo-log",
|
|
"escapedName": "hexo-log",
|
|
"rawSpec": "0.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/hexo",
|
|
"/hexo/hexo-cli"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/hexo-log/download/hexo-log-0.2.0.tgz",
|
|
"_spec": "0.2.0",
|
|
"_where": "/Users/lijianzhao/github/ChineseBQB",
|
|
"author": {
|
|
"name": "Tommy Chen",
|
|
"email": "tommy351@gmail.com",
|
|
"url": "http://zespia.tw"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hexojs/hexo-log/issues"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^1.1.1",
|
|
"hexo-bunyan": "^1.0.0"
|
|
},
|
|
"description": "Logger for Hexo",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"chai-as-promised": "^5.2.0",
|
|
"eslint": "^1.10.3",
|
|
"eslint-config-hexo": "^1.0.6",
|
|
"istanbul": "^0.4.2",
|
|
"jscs": "^2.9.0",
|
|
"jscs-preset-hexo": "^1.0.1",
|
|
"mocha": "^2.4.5",
|
|
"rewire": "^2.5.1",
|
|
"sinon": "^1.17.3"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"homepage": "http://hexo.io/",
|
|
"keywords": [
|
|
"website",
|
|
"blog",
|
|
"cms",
|
|
"framework",
|
|
"hexo"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/log",
|
|
"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 .",
|
|
"jscs": "jscs .",
|
|
"test": "mocha test/index.js",
|
|
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
|
|
},
|
|
"version": "0.2.0"
|
|
}
|