123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_from": "hexo-server@^2.0.0",
- "_id": "hexo-server@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-GnxCU0hjepjmqMENcKOKxpzOajb9YrjQczWsZPXU25l5Ze+M9KJLSVljIRFR+ikDRIPDtXaUY2WgYrWPbNEGfg==",
- "_location": "/hexo-server",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "hexo-server@^2.0.0",
- "name": "hexo-server",
- "escapedName": "hexo-server",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/hexo-server/-/hexo-server-2.0.0.tgz",
- "_shasum": "1ad92cc8a7d3528fec6ffa65ff8453f242f7983f",
- "_spec": "hexo-server@^2.0.0",
- "_where": "/var/www/AfterAales",
- "author": {
- "name": "Tommy Chen",
- "email": "tommy351@gmail.com",
- "url": "http://zespia.tw"
- },
- "bugs": {
- "url": "https://github.com/hexojs/hexo-server/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "bluebird": "^3.5.5",
- "chalk": "^4.0.0",
- "compression": "^1.7.4",
- "connect": "^3.7.0",
- "mime": "^2.4.3",
- "morgan": "^1.9.1",
- "open": "^7.0.0",
- "serve-static": "^1.14.1"
- },
- "deprecated": false,
- "description": "Server module of Hexo.",
- "devDependencies": {
- "chai": "^4.2.0",
- "chai-as-promised": "^7.1.1",
- "eslint": "^7.0.0",
- "eslint-config-hexo": "^4.0.0",
- "hexo": "^5.0.0",
- "hexo-fs": "^3.0.1",
- "hexo-util": "^2.1.0",
- "mocha": "^8.0.1",
- "nyc": "^15.0.0",
- "sinon": "^9.0.2",
- "supertest": "^4.0.2",
- "uuid": "^8.0.0"
- },
- "directories": {
- "lib": "./lib"
- },
- "engines": {
- "node": ">=10.13.0"
- },
- "files": [
- "index.js",
- "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 .",
- "test": "mocha test/index.js",
- "test-cov": "nyc --reporter=lcovonly npm run test"
- },
- "version": "2.0.0"
- }
|