1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "hexo-generator-category@^1.0.0",
- "_id": "hexo-generator-category@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-kmtwT1SHYL2ismbGnYQXNtqLFSeTdtHNbJIqno3LKROpCK8ybST5QVXF1bZI9LkFcXV/H8ilt8gfg4/dNNcQQQ==",
- "_location": "/hexo-generator-category",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "hexo-generator-category@^1.0.0",
- "name": "hexo-generator-category",
- "escapedName": "hexo-generator-category",
- "rawSpec": "^1.0.0",
- "saveSpec": null,
- "fetchSpec": "^1.0.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/hexo-generator-category/-/hexo-generator-category-1.0.0.tgz",
- "_shasum": "cd2a2b03eb326da3ef821d6e29408488cc132eb5",
- "_spec": "hexo-generator-category@^1.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-generator-category/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "hexo-pagination": "1.0.0"
- },
- "deprecated": false,
- "description": "Category generator for Hexo.",
- "devDependencies": {
- "chai": "^4.2.0",
- "coveralls": "^3.0.2",
- "eslint": "^6.0.1",
- "eslint-config-hexo": "^3.0.0",
- "hexo": "^3.1.1",
- "mocha": "^6.0.2",
- "nyc": "^14.1.1"
- },
- "directories": {
- "lib": "./lib"
- },
- "engines": {
- "node": ">=8.6.0"
- },
- "files": [
- "index.js",
- "lib/"
- ],
- "homepage": "https://hexo.io/",
- "keywords": [
- "hexo",
- "generator",
- "category"
- ],
- "license": "MIT",
- "main": "index",
- "name": "hexo-generator-category",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/hexojs/hexo-generator-category.git"
- },
- "scripts": {
- "eslint": "eslint .",
- "test": "mocha test/index.js",
- "test-cov": "nyc npm run test"
- },
- "version": "1.0.0"
- }
|