Files
ChineseBQB/node_modules/hexo-renderer-stylus/package.json
2019-07-20 20:37:38 +08:00

81 lines
1.9 KiB
JSON

{
"_args": [
[
"hexo-renderer-stylus@0.3.3",
"/Users/lijianzhao/github/ChineseBQB"
]
],
"_from": "hexo-renderer-stylus@0.3.3",
"_id": "hexo-renderer-stylus@0.3.3",
"_inBundle": false,
"_integrity": "sha1-xU6ifh/Y48ipp6hM+6itNUEiyn8=",
"_location": "/hexo-renderer-stylus",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "hexo-renderer-stylus@0.3.3",
"name": "hexo-renderer-stylus",
"escapedName": "hexo-renderer-stylus",
"rawSpec": "0.3.3",
"saveSpec": null,
"fetchSpec": "0.3.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npm.taobao.org/hexo-renderer-stylus/download/hexo-renderer-stylus-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-renderer-stylus/issues"
},
"dependencies": {
"nib": "^1.1.2",
"stylus": "^0.54.5"
},
"description": "Stylus renderer plugin for Hexo",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.11.1",
"eslint-config-hexo": "^1.0.3",
"istanbul": "^0.4.5",
"jscs": "^3.0.7",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^3.2.0"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/hexojs/hexo-renderer-stylus#readme",
"keywords": [
"hexo",
"stylus",
"css",
"style",
"stylesheet",
"styl",
"renderer"
],
"license": "MIT",
"main": "index",
"name": "hexo-renderer-stylus",
"repository": {
"type": "git",
"url": "git+https://github.com/hexojs/hexo-renderer-stylus.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"
}