UNPKG

static-blog-generator

Version:

Pre-processing of all source posts/articles before rendering using hexo. Useful for low-end devices to avoid memory heap errors. With this package you can prevent using a large number of hexo plugins, because some functions (runners) are separated by task

59 lines 1.91 kB
{ "name": "static-blog-generator", "description": "Pre-processing of all source posts/articles before rendering using hexo. Useful for low-end devices to avoid memory heap errors. With this package you can prevent using a large number of hexo plugins, because some functions (runners) are separated by task, so they are memory friendly.", "dependencies": { "git-command-helper": "^1.2.2", "google-news-sitemap": "^1.0.10", "hexo-post-parser": "^1.2.8", "instant-indexing": "^1.0.4", "safelinkify": "^1.1.18", "sbg-api": "^1.1.0", "sbg-cli": "^1.1.0", "sbg-server": "^1.1.0", "sbg-utility": "^1.1.0" }, "overrides": { "cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/2cf620b/release/cross-spawn.tgz" }, "resolutions": { "cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/2cf620b/release/cross-spawn.tgz" }, "version": "3.0.1", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "readme.md", "!**/*.tsbuildinfo", "!**/release*/**" ], "scripts": { "test": "jest --runInBand", "build": "tsc -p tsconfig.build.json", "pack": "node packer.js -yarn", "update": "npm-check-updates -u -x sbg-api,sbg-utility,sbg-cli,sbg-server" }, "repository": { "type": "git", "url": "https://github.com/dimaslanjaka/static-blog-generator", "directory": "packages/static-blog-generator" }, "keywords": [ "gulp", "blog", "static-site-generator", "hexo", "static-site", "blog-nodejs", "hexo-admin", "hexo-seo", "hexo-gui", "gulp-blog" ], "author": "Dimas Lanjaka <dimaslanjaka@gmail.com> (https://www.webmanajemen.com)", "license": "MIT", "bugs": { "url": "https://github.com/dimaslanjaka/static-blog-generator/issues" }, "homepage": "https://github.com/dimaslanjaka/static-blog-generator#readme" }