mirror of
https://github.com/zhaoolee/ChineseBQB.git
synced 2026-01-13 16:05:52 +08:00
100 lines
2.2 KiB
JSON
100 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"hexo-server@0.3.3",
|
|
"/Users/lijianzhao/github/ChineseBQB"
|
|
]
|
|
],
|
|
"_from": "hexo-server@0.3.3",
|
|
"_id": "hexo-server@0.3.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-uGcSl0kgv8wwV9672zXdG+bDAIA=",
|
|
"_location": "/hexo-server",
|
|
"_phantomChildren": {
|
|
"ansi-regex": "2.1.1",
|
|
"escape-string-regexp": "1.0.5",
|
|
"has-ansi": "2.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "hexo-server@0.3.3",
|
|
"name": "hexo-server",
|
|
"escapedName": "hexo-server",
|
|
"rawSpec": "0.3.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.3.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/hexo-server/download/hexo-server-0.3.3.tgz",
|
|
"_spec": "0.3.3",
|
|
"_where": "/Users/lijianzhao/github/ChineseBQB",
|
|
"author": {
|
|
"name": "Tommy Chen",
|
|
"email": "tommy351@gmail.com",
|
|
"url": "http://zespia.tw"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hexojs/hexo-server/issues"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.5.1",
|
|
"chalk": "^1.1.3",
|
|
"compression": "^1.7.3",
|
|
"connect": "^3.6.6",
|
|
"mime": "^1.6.0",
|
|
"morgan": "^1.9.0",
|
|
"object-assign": "^4.1.1",
|
|
"opn": "^5.3.0",
|
|
"serve-static": "^1.13.2"
|
|
},
|
|
"description": "Server module of Hexo.",
|
|
"devDependencies": {
|
|
"chai": "^3.4.1",
|
|
"eslint": "^1.10.3",
|
|
"eslint-config-hexo": "^1.0.2",
|
|
"hexo": "^3.3.0",
|
|
"hexo-fs": "^0.2.0",
|
|
"istanbul": "^0.4.1",
|
|
"jscs": "^2.6.0",
|
|
"jscs-preset-hexo": "^1.0.1",
|
|
"mocha": "^2.3.4",
|
|
"sinon": "^1.17.3",
|
|
"supertest": "^1.2.0",
|
|
"supertest-promised": "^1.0.0",
|
|
"uuid": "^2.0.1"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"homepage": "http://hexo.io/",
|
|
"keywords": [
|
|
"hexo",
|
|
"server",
|
|
"connect"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index",
|
|
"maintainers": [
|
|
{
|
|
"name": "Abner Chou",
|
|
"email": "hi@abnerchou.me",
|
|
"url": "http://abnerchou.me"
|
|
}
|
|
],
|
|
"name": "hexo-server",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hexojs/hexo-server.git"
|
|
},
|
|
"scripts": {
|
|
"eslint": "eslint .",
|
|
"jscs": "jscs .",
|
|
"test": "mocha test/index.js",
|
|
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
|
|
},
|
|
"version": "0.3.3"
|
|
}
|