{"maintainers":[{"email":"hexojs@gmail.com","name":"hexobot"},{"email":"tommy351@gmail.com","name":"tommy351"},{"email":"hi@abnerchou.me","name":"abnerchou"}],"keywords":["hexo","server","connect"],"dist-tags":{"latest":"0.2.1"},"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"description":"Server module of Hexo.","readme":"# hexo-server\n\n[![Build Status](https://travis-ci.org/hexojs/hexo-server.svg?branch=master)](https://travis-ci.org/hexojs/hexo-server)  [![NPM version](https://badge.fury.io/js/hexo-server.svg)](http://badge.fury.io/js/hexo-server) [![Coverage Status](https://img.shields.io/coveralls/hexojs/hexo-server.svg)](https://coveralls.io/r/hexojs/hexo-server?branch=master) [![Build status](https://ci.appveyor.com/api/projects/status/ycbw8t7w3kjju0tv/branch/master?svg=true)](https://ci.appveyor.com/project/tommy351/hexo-server/branch/master)\n\nServer module for [Hexo].\n\n## Installation\n\n``` bash\n$ npm install hexo-server --save\n```\n\n## Usage\n\n``` bash\n$ hexo server\n```\n\nOption | Description | Default\n--- | --- | ---\n`-i`, `--ip` | Override the default server IP. | 0.0.0.0\n`-p`, `--port` | Override the default port. | 4000\n`-s`, `--static` | Only serve static files. | false\n`-l`, `--log [format]` | Enable logger. Override log format. | false\n`-o`, `--open` | Immediately open the server url in your default web browser. | false\n\n## Options\n\n``` yaml\nserver:\n  port: 4000\n  log: false\n  ip: 0.0.0.0\n  compress: false\n  header: true\n```\n\n- **port**: Server port\n- **log**: Display request info on the console. Always enabled in debug mode.\n- **ip**: Server IP\n- **compress**: Enable GZIP compression\n- **header**: Add `X-Powered-By: Hexo` header\n\n## License\n\nMIT\n\n[Hexo]: http://hexo.io/\n","repository":{"type":"git","url":"git+https://github.com/hexojs/hexo-server.git"},"users":{"crazyjingling":true},"bugs":{"url":"https://github.com/hexojs/hexo-server/issues"},"license":"MIT","versions":{"0.0.1":{"name":"hexo-server","version":"0.0.1","description":"Server module of Hexo.","main":"index","scripts":{"test":"gulp test"},"directories":{"lib":"./lib"},"engines":{"node":">= 0.10.0"},"repository":{"type":"git","url":"git://github.com/hexojs/hexo-server.git"},"bugs":{"url":"https://github.com/hexojs/hexo-server/issues"},"homepage":"http://hexo.io/","keywords":["hexo","server"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"bluebird":"^2.3.11","chalk":"^0.5.1","compression":"^1.2.1","connect":"3.x","mime":"^1.2.11","morgan":"^1.5.0","serve-static":"^1.7.1","utils-merge":"^1.0.0"},"devDependencies":{"chai":"^1.9.1","coveralls":"^2.11.2","gulp":"^3.8.9","gulp-istanbul":"^0.5.0","gulp-jshint":"^1.8.6","gulp-load-plugins":"^0.8.0","gulp-mocha":"^2.0.0","jshint-stylish":"^1.0.0","mocha":"^2.0.1","rimraf":"^2.2.8"},"gitHead":"32c048b87e65b8e2a877b179cb1510da0045e79b","_id":"hexo-server@0.0.1","_shasum":"febfdd087530f52f09238b06ae049fdcbcca15bf","_from":".","_npmVersion":"2.1.8","_nodeVersion":"0.10.33","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"dist":{"shasum":"febfdd087530f52f09238b06ae049fdcbcca15bf","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-server/-/hexo-server-0.0.1.tgz"}},"0.0.2":{"name":"hexo-server","version":"0.0.2","description":"Server module of Hexo.","main":"index","scripts":{"test":"gulp test"},"directories":{"lib":"./lib"},"engines":{"node":">= 0.10.0"},"repository":{"type":"git","url":"https://github.com/hexojs/hexo-server"},"homepage":"http://hexo.io/","keywords":["hexo","server","connect"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"bluebird":"^2.6.1","chalk":"^0.5.1","compression":"^1.3.0","connect":"3.x","mime":"^1.2.11","morgan":"^1.5.0","serve-static":"^1.7.1","utils-merge":"^1.0.0"},"devDependencies":{"chai":"^1.9.1","coveralls":"^2.11.2","gulp":"^3.8.9","gulp-istanbul":"^0.5.0","gulp-jshint":"^1.8.6","gulp-load-plugins":"^0.8.0","gulp-mocha":"^2.0.0","hexo":"^3.0.0-beta.1","hexo-fs":"0.0.8","jshint-stylish":"^1.0.0","mocha":"^2.0.1","rimraf":"^2.2.8","supertest":"^0.15.0"},"gitHead":"ceb15931f383fea19226888a5b0f41ba796c44c2","bugs":{"url":"https://github.com/hexojs/hexo-server/issues"},"_id":"hexo-server@0.0.2","_shasum":"bb56f6177b973ae05f0848bcfae4d8b5d7dba447","_from":".","_npmVersion":"2.1.8","_nodeVersion":"0.10.33","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"dist":{"shasum":"bb56f6177b973ae05f0848bcfae4d8b5d7dba447","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-server/-/hexo-server-0.0.2.tgz"}},"0.0.3":{"name":"hexo-server","version":"0.0.3","description":"Server module of Hexo.","main":"index","scripts":{"test":"gulp test"},"directories":{"lib":"./lib"},"engines":{"node":">= 0.10.0"},"repository":{"type":"git","url":"https://github.com/hexojs/hexo-server"},"homepage":"http://hexo.io/","keywords":["hexo","server","connect"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"bluebird":"^2.7.1","chalk":"^0.5.1","compression":"^1.3.0","connect":"3.x","mime":"^1.2.11","morgan":"^1.5.0","serve-static":"^1.7.1","utils-merge":"^1.0.0"},"devDependencies":{"chai":"^1.9.1","coveralls":"^2.11.2","gulp":"^3.8.9","gulp-istanbul":"^0.5.0","gulp-jshint":"^1.8.6","gulp-load-plugins":"^0.8.0","gulp-mocha":"^2.0.0","hexo":"^3.0.0-beta.2","hexo-fs":"0.0.8","jshint-stylish":"^1.0.0","mocha":"^2.0.1","rimraf":"^2.2.8","supertest":"^0.15.0"},"gitHead":"f11e2e68de2314269c1e3ce4039704935b035072","bugs":{"url":"https://github.com/hexojs/hexo-server/issues"},"_id":"hexo-server@0.0.3","_shasum":"aef3985229eb526a0e9fa8cf955f9e2980e93c86","_from":".","_npmVersion":"2.1.8","_nodeVersion":"0.10.33","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"dist":{"shasum":"aef3985229eb526a0e9fa8cf955f9e2980e93c86","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-server/-/hexo-server-0.0.3.tgz"}},"0.0.4":{"name":"hexo-server","version":"0.0.4","description":"Server module of Hexo.","main":"index","scripts":{"test":"gulp test"},"directories":{"lib":"./lib"},"engines":{"node":">= 0.10.0"},"repository":{"type":"git","url":"https://github.com/hexojs/hexo-server"},"homepage":"http://hexo.io/","keywords":["hexo","server","connect"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"bluebird":"^2.7.1","chalk":"^0.5.1","compression":"^1.3.0","connect":"3.x","mime":"^1.2.11","morgan":"^1.5.0","serve-static":"^1.7.1","utils-merge":"^1.0.0"},"devDependencies":{"chai":"^1.9.1","coveralls":"^2.11.2","gulp":"^3.8.9","gulp-istanbul":"^0.5.0","gulp-jshint":"^1.8.6","gulp-load-plugins":"^0.8.0","gulp-mocha":"^2.0.0","hexo":"^3.0.0-beta.2","hexo-fs":"0.0.8","jshint-stylish":"^1.0.0","mocha":"^2.0.1","rimraf":"^2.2.8","supertest":"^0.15.0"},"gitHead":"5779842fe381b939c28ba19603fbafa359ad5529","bugs":{"url":"https://github.com/hexojs/hexo-server/issues"},"_id":"hexo-server@0.0.4","_shasum":"583d0ce603b75035903180455d729c9db70de743","_from":".","_npmVersion":"2.2.0","_nodeVersion":"0.10.35","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"dist":{"shasum":"583d0ce603b75035903180455d729c9db70de743","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-server/-/hexo-server-0.0.4.tgz"}},"0.1.0":{"name":"hexo-server","version":"0.1.0","description":"Server module of Hexo.","main":"index","scripts":{"test":"gulp test"},"directories":{"lib":"./lib"},"engines":{"node":">= 0.10.0"},"repository":{"type":"git","url":"https://github.com/hexojs/hexo-server"},"homepage":"http://hexo.io/","keywords":["hexo","server","connect"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"bluebird":"^2.7.1","chalk":"^0.5.1","compression":"^1.3.0","connect":"3.x","mime":"^1.2.11","morgan":"^1.5.0","open":"0.0.5","serve-static":"^1.7.1","utils-merge":"^1.0.0"},"devDependencies":{"chai":"^1.9.1","coveralls":"^2.11.2","gulp":"^3.8.9","gulp-istanbul":"^0.5.0","gulp-jshint":"^1.8.6","gulp-load-plugins":"^0.8.0","gulp-mocha":"^2.0.0","hexo":"^3.0.0-beta.2","hexo-fs":"0.0.8","jshint-stylish":"^1.0.0","mocha":"^2.0.1","rimraf":"^2.2.8","supertest":"^0.15.0"},"gitHead":"4112d308538275648f739880c773ca75c9166535","bugs":{"url":"https://github.com/hexojs/hexo-server/issues"},"_id":"hexo-server@0.1.0","_shasum":"0244ca761c56e7dc485785cb6c052b3bf976ca9a","_from":".","_npmVersion":"2.2.0","_nodeVersion":"0.10.35","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"dist":{"shasum":"0244ca761c56e7dc485785cb6c052b3bf976ca9a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-server/-/hexo-server-0.1.0.tgz"}},"0.1.1":{"name":"hexo-server","version":"0.1.1","description":"Server module of Hexo.","main":"index","scripts":{"test":"gulp test"},"directories":{"lib":"./lib"},"engines":{"node":">= 0.10.0"},"repository":{"type":"git","url":"https://github.com/hexojs/hexo-server"},"homepage":"http://hexo.io/","keywords":["hexo","server","connect"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"bluebird":"^2.7.1","chalk":"^0.5.1","compression":"^1.3.0","connect":"3.x","mime":"^1.2.11","morgan":"^1.5.0","object-assign":"^2.0.0","open":"0.0.5","serve-static":"^1.7.1"},"devDependencies":{"chai":"^1.9.1","coveralls":"^2.11.2","gulp":"^3.8.9","gulp-istanbul":"^0.5.0","gulp-jshint":"^1.8.6","gulp-load-plugins":"^0.8.0","gulp-mocha":"^2.0.0","hexo":"^3.0.0-rc.2","hexo-fs":"0.0.8","jshint-stylish":"^1.0.0","mocha":"^2.0.1","rimraf":"^2.2.8","supertest":"^0.15.0"},"gitHead":"05f03b1debf4ee300dbce679ee94d90e17ce0a89","bugs":{"url":"https://github.com/hexojs/hexo-server/issues"},"_id":"hexo-server@0.1.1","_shasum":"2139efb1cc54914615ec746d44262343513456f0","_from":".","_npmVersion":"2.2.0","_nodeVersion":"0.10.35","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"dist":{"shasum":"2139efb1cc54914615ec746d44262343513456f0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-server/-/hexo-server-0.1.1.tgz"}},"0.1.2":{"name":"hexo-server","version":"0.1.2","description":"Server module of Hexo.","main":"index","scripts":{"test":"gulp test"},"directories":{"lib":"./lib"},"engines":{"node":">= 0.10.0"},"repository":{"type":"git","url":"https://github.com/hexojs/hexo-server"},"homepage":"http://hexo.io/","keywords":["hexo","server","connect"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"bluebird":"^2.7.1","chalk":"^0.5.1","compression":"^1.3.0","connect":"3.x","mime":"^1.2.11","morgan":"^1.5.0","object-assign":"^2.0.0","open":"0.0.5","serve-static":"^1.7.1"},"devDependencies":{"chai":"^1.9.1","coveralls":"^2.11.2","gulp":"^3.8.9","gulp-istanbul":"^0.5.0","gulp-jshint":"^1.8.6","gulp-load-plugins":"^0.8.0","gulp-mocha":"^2.0.0","hexo":"^3.0.0-rc.2","hexo-fs":"0.0.8","jshint-stylish":"^1.0.0","mocha":"^2.0.1","rimraf":"^2.2.8","supertest":"^0.15.0"},"gitHead":"46528b816a1ed37c84457ae1aa96f204f496959c","bugs":{"url":"https://github.com/hexojs/hexo-server/issues"},"_id":"hexo-server@0.1.2","_shasum":"d7c886694f68eead0a2c746cc028b099a7c94213","_from":".","_npmVersion":"2.2.0","_nodeVersion":"0.10.35","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"dist":{"shasum":"d7c886694f68eead0a2c746cc028b099a7c94213","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-server/-/hexo-server-0.1.2.tgz"}},"0.1.3":{"name":"hexo-server","version":"0.1.3","description":"Server module of Hexo.","main":"index","scripts":{"eslint":"eslint .","jscs":"jscs .","test":"mocha test/index.js","test-cov":"istanbul cover --print both _mocha -- test/index.js"},"directories":{"lib":"./lib"},"repository":{"type":"git","url":"git+https://github.com/hexojs/hexo-server.git"},"homepage":"http://hexo.io/","keywords":["hexo","server","connect"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"bluebird":"^3.0.6","chalk":"^1.1.1","compression":"^1.6.0","connect":"3.x","mime":"^1.3.4","morgan":"^1.6.1","object-assign":"^4.0.1","opn":"^3.0.3","serve-static":"^1.10.0"},"devDependencies":{"chai":"^3.4.1","eslint":"^1.10.3","eslint-config-hexo":"^1.0.2","hexo":"^3.1.1","hexo-fs":"^0.1.5","istanbul":"^0.4.1","jscs":"^2.6.0","jscs-preset-hexo":"^1.0.1","mocha":"^2.3.4","supertest":"^1.1.0"},"gitHead":"3d0196f3e9ad388aec9c634ac6bf7a09c2d68282","bugs":{"url":"https://github.com/hexojs/hexo-server/issues"},"_id":"hexo-server@0.1.3","_shasum":"d29c62da42238fd70ebfcc2065c4920e2fed0477","_from":".","_npmVersion":"3.3.3","_nodeVersion":"4.0.0","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"dist":{"shasum":"d29c62da42238fd70ebfcc2065c4920e2fed0477","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-server/-/hexo-server-0.1.3.tgz"}},"0.2.0":{"name":"hexo-server","version":"0.2.0","description":"Server module of Hexo.","main":"index","scripts":{"eslint":"eslint .","jscs":"jscs .","test":"mocha test/index.js","test-cov":"istanbul cover --print both _mocha -- test/index.js"},"directories":{"lib":"./lib"},"repository":{"type":"git","url":"git+https://github.com/hexojs/hexo-server.git"},"homepage":"http://hexo.io/","keywords":["hexo","server","connect"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"bluebird":"^3.0.6","chalk":"^1.1.1","compression":"^1.6.0","connect":"3.x","mime":"^1.3.4","morgan":"^1.6.1","object-assign":"^4.0.1","opn":"^4.0.0","serve-static":"^1.10.0"},"devDependencies":{"chai":"^3.4.1","eslint":"^1.10.3","eslint-config-hexo":"^1.0.2","hexo":"^3.1.1","hexo-fs":"^0.1.5","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"},"gitHead":"145336bdd6efb7afcf762608c4438d9b48026cbc","bugs":{"url":"https://github.com/hexojs/hexo-server/issues"},"_id":"hexo-server@0.2.0","_shasum":"340b6a9caf422665bcbfa637a493f5b7824a2381","_from":".","_npmVersion":"3.7.1","_nodeVersion":"4.3.0","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"dist":{"shasum":"340b6a9caf422665bcbfa637a493f5b7824a2381","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-server/-/hexo-server-0.2.0.tgz"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/hexo-server-0.2.0.tgz_1455381013634_0.7053164220415056"}},"0.2.1":{"name":"hexo-server","version":"0.2.1","description":"Server module of Hexo.","main":"index","scripts":{"eslint":"eslint .","jscs":"jscs .","test":"mocha test/index.js","test-cov":"istanbul cover --print both _mocha -- test/index.js"},"directories":{"lib":"./lib"},"repository":{"type":"git","url":"git+https://github.com/hexojs/hexo-server.git"},"homepage":"http://hexo.io/","keywords":["hexo","server","connect"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"maintainers":[{"email":"hexojs@gmail.com","name":"hexobot"},{"email":"tommy351@gmail.com","name":"tommy351"},{"email":"hi@abnerchou.me","name":"abnerchou"}],"license":"MIT","dependencies":{"bluebird":"^3.0.6","chalk":"^1.1.1","compression":"^1.6.0","connect":"3.x","mime":"^1.3.4","morgan":"^1.6.1","object-assign":"^4.0.1","opn":"^4.0.0","serve-static":"^1.10.0"},"devDependencies":{"chai":"^3.4.1","eslint":"^1.10.3","eslint-config-hexo":"^1.0.2","hexo":"^3.1.1","hexo-fs":"^0.1.5","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"},"gitHead":"a2ae3b6c6dfed6f558b2075fe277d4b43dcd9d1e","bugs":{"url":"https://github.com/hexojs/hexo-server/issues"},"_id":"hexo-server@0.2.1","_shasum":"0756a623d3fb4bd51848086ae93fa0acfe9e7e2c","_from":".","_npmVersion":"4.0.2","_nodeVersion":"6.9.1","_npmUser":{"name":"abnerchou","email":"hi@abnerchou.me"},"dist":{"shasum":"0756a623d3fb4bd51848086ae93fa0acfe9e7e2c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-server/-/hexo-server-0.2.1.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hexo-server-0.2.1.tgz_1496756449532_0.6210608505643904"}}},"name":"hexo-server","time":{"modified":"2017-06-06T13:40:50.507Z","created":"2014-12-29T10:25:39.438Z","0.0.1":"2014-12-29T10:25:39.438Z","0.0.2":"2015-01-07T10:45:53.480Z","0.0.3":"2015-01-15T17:43:56.994Z","0.0.4":"2015-01-17T16:35:55.526Z","0.1.0":"2015-01-27T03:56:47.836Z","0.1.1":"2015-01-31T07:42:07.992Z","0.1.2":"2015-02-05T04:34:26.490Z","0.1.3":"2015-12-13T15:43:22.685Z","0.2.0":"2016-02-13T16:30:15.375Z","0.2.1":"2017-06-06T13:40:50.507Z"},"readmeFilename":"README.md","homepage":"http://hexo.io/"}