1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "hexo-pagination@1.0.0",
- "_id": "hexo-pagination@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-miEVFgxchPr2qNWxw0JWpJ9R/Yaf7HjHBZVjvCCcqfbsLyYtCvIfJDxcEwz1sDOC/fLzYPqNnhUI73uNxBHRSA==",
- "_location": "/hexo-pagination",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "hexo-pagination@1.0.0",
- "name": "hexo-pagination",
- "escapedName": "hexo-pagination",
- "rawSpec": "1.0.0",
- "saveSpec": null,
- "fetchSpec": "1.0.0"
- },
- "_requiredBy": [
- "/hexo-generator-archive",
- "/hexo-generator-category",
- "/hexo-generator-index",
- "/hexo-generator-tag"
- ],
- "_resolved": "https://registry.npmmirror.com/hexo-pagination/-/hexo-pagination-1.0.0.tgz",
- "_shasum": "c9c0ca3665267b9e9d0a89fc3edcaf3276907dc1",
- "_spec": "hexo-pagination@1.0.0",
- "_where": "/var/www/AfterAales/node_modules/hexo-generator-archive",
- "author": {
- "name": "Tommy Chen",
- "email": "tommy351@gmail.com",
- "url": "http://zespia.tw"
- },
- "bugs": {
- "url": "https://github.com/hexojs/hexo-pagination/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Pagination utilities for Hexo generator plugins.",
- "devDependencies": {
- "chai": "^4.1.2",
- "eslint": "^6.0.1",
- "eslint-config-hexo": "^3.0.0",
- "mocha": "^6.0.2",
- "nyc": "^14.1.1"
- },
- "directories": {
- "lib": "./lib"
- },
- "engines": {
- "node": ">=8.6.0"
- },
- "files": [
- "lib"
- ],
- "homepage": "http://hexo.io/",
- "keywords": [
- "hexo",
- "pagination",
- "util"
- ],
- "license": "MIT",
- "main": "lib/pagination",
- "name": "hexo-pagination",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/hexojs/hexo-pagination.git"
- },
- "scripts": {
- "eslint": "eslint .",
- "test": "mocha test/index.js",
- "test-cov": "nyc npm run test"
- },
- "version": "1.0.0"
- }
|