12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_from": "hexo-renderer-stylus@^2.0.0",
- "_id": "hexo-renderer-stylus@2.1.0",
- "_inBundle": false,
- "_integrity": "sha512-Nef4YCr7JX8jaRaByhzXMSsWnDed+RgJj6aU/ARnYu3Bn5xz/qRz52VJG7KqD0Xuysxa9TIBdVUgNzBrSFn3DQ==",
- "_location": "/hexo-renderer-stylus",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "hexo-renderer-stylus@^2.0.0",
- "name": "hexo-renderer-stylus",
- "escapedName": "hexo-renderer-stylus",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/hexo-renderer-stylus/-/hexo-renderer-stylus-2.1.0.tgz",
- "_shasum": "4cbae08d36c7390b791c2cc3df7c53c3ff615106",
- "_spec": "hexo-renderer-stylus@^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-renderer-stylus/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "nib": "^1.2.0",
- "stylus": "^0.57.0"
- },
- "deprecated": false,
- "description": "Stylus renderer plugin for Hexo",
- "devDependencies": {
- "chai": "^4.3.4",
- "chai-as-promised": "^7.1.1",
- "eslint": "^8.5.0",
- "eslint-config-hexo": "^5.0.0",
- "hexo": "^6.0.0",
- "mocha": "^9.1.3",
- "nyc": "^15.1.0"
- },
- "directories": {
- "lib": "./lib"
- },
- "engines": {
- "node": ">=12.13.0"
- },
- "files": [
- "lib",
- "index.js"
- ],
- "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 .",
- "test": "mocha test/index.js",
- "test-cov": "nyc --reporter=lcov --reporter=text npm run test"
- },
- "version": "2.1.0"
- }
|