| { |
| "_args": [ |
| [ |
| { |
| "name": "gitbook-plugin-theme-cuav", |
| "raw": "gitbook-plugin-theme-cuav@1.1.3", |
| "rawSpec": "1.1.3", |
| "scope": null, |
| "spec": "1.1.3", |
| "type": "version" |
| }, |
| "/Users/huanghaiping02/baidu/xbu-data/hugegraph-doc-gitbook" |
| ] |
| ], |
| "_from": "gitbook-plugin-theme-cuav@1.1.3", |
| "_id": "gitbook-plugin-theme-cuav@1.1.3", |
| "_inCache": true, |
| "_installable": true, |
| "_location": "/gitbook-plugin-theme-cuav", |
| "_nodeVersion": "6.3.1", |
| "_npmOperationalInternal": { |
| "host": "packages-18-east.internal.npmjs.com", |
| "tmp": "tmp/gitbook-plugin-theme-cuav-1.1.3.tgz_1493708560896_0.5553248573560268" |
| }, |
| "_npmUser": { |
| "email": "weicong@cuav.net", |
| "name": "cuav" |
| }, |
| "_npmVersion": "3.10.3", |
| "_phantomChildren": {}, |
| "_requested": { |
| "name": "gitbook-plugin-theme-cuav", |
| "raw": "gitbook-plugin-theme-cuav@1.1.3", |
| "rawSpec": "1.1.3", |
| "scope": null, |
| "spec": "1.1.3", |
| "type": "version" |
| }, |
| "_requiredBy": [ |
| "#USER" |
| ], |
| "_resolved": "https://registry.npmjs.org/gitbook-plugin-theme-cuav/-/gitbook-plugin-theme-cuav-1.1.3.tgz", |
| "_shasum": "6a9f8b62c5c0ea99400bc4da47b8fec6eb68e389", |
| "_shrinkwrap": null, |
| "_spec": "gitbook-plugin-theme-cuav@1.1.3", |
| "_where": "/Users/huanghaiping02/baidu/xbu-data/hugegraph-doc-gitbook", |
| "author": { |
| "email": "weicong@cuav.net", |
| "name": "黄伟枞." |
| }, |
| "bugs": { |
| "url": "https://github.com/cuav/gitbook-plugin-theme-cuav/issues" |
| }, |
| "dependencies": {}, |
| "description": "CUAV theme for GitBook", |
| "devDependencies": { |
| "browserify": "14.0.0", |
| "eslint": "3.15.0", |
| "font-awesome": "4.7.0", |
| "gitbook-logos": "git+https://github.com/GitbookIO/logos.git#2.0.2", |
| "gitbook-markdown-css": "1.1.0", |
| "jquery": "3.1.1", |
| "less": "2.7.1", |
| "less-plugin-clean-css": "1.5.1", |
| "mousetrap": "1.6.0", |
| "node-sass": "4.5.0", |
| "preboot": "git+https://github.com/mdo/preboot.git#4aab4edd85f076d50609cbe28e4fe66cc0771701", |
| "uglify-js": "2.7.5" |
| }, |
| "directories": {}, |
| "dist": { |
| "shasum": "6a9f8b62c5c0ea99400bc4da47b8fec6eb68e389", |
| "tarball": "https://registry.npmjs.org/gitbook-plugin-theme-cuav/-/gitbook-plugin-theme-cuav-1.1.3.tgz" |
| }, |
| "engines": { |
| "gitbook": ">=3.0.0" |
| }, |
| "gitHead": "71a46a4871faf7f3f2bd944d2d4cdcc912c52386", |
| "gitbook": { |
| "properties": { |
| "iconPath": { |
| "title": "使用本地的 icon 图标作为网站的图标", |
| "type": "string" |
| }, |
| "navbar": { |
| "properties": { |
| "brand": { |
| "properties": { |
| "logo": { |
| "properties": { |
| "alt": { |
| "title": "图片不存在是显示的信息", |
| "type": "string" |
| }, |
| "path": { |
| "title": "本地图片路径", |
| "type": "string" |
| }, |
| "url": { |
| "title": "网络图片路径", |
| "type": "string" |
| } |
| }, |
| "title": "logo 图片信息", |
| "type": "object" |
| }, |
| "url": { |
| "default": "javascript:;", |
| "title": "点击图片跳转链接", |
| "type": "string" |
| } |
| }, |
| "title": "logo 配置", |
| "type": "object" |
| }, |
| "footer": { |
| "title": "页脚设置,可以用 html 语法", |
| "type": "string" |
| }, |
| "nav": { |
| "properties": { |
| "items": { |
| "peoperties": { |
| "links": { |
| "properties": { |
| "name": { |
| "title": "二级菜单显示名称", |
| "type": "string" |
| }, |
| "url": { |
| "default": "javascript:;", |
| "title": "点击跳转链接", |
| "type": "string" |
| } |
| }, |
| "title": "二级菜单,如果添加此属性,则表示拥有二级菜单", |
| "type": "array" |
| }, |
| "name": { |
| "title": "一级菜单显示名称", |
| "type": "string" |
| }, |
| "url": { |
| "default": "javascript:;", |
| "title": "点击跳转链接,有二级菜单时无效", |
| "type": "string" |
| } |
| }, |
| "title": "菜单项", |
| "type": "array" |
| } |
| }, |
| "title": "导航栏菜单", |
| "type": "object" |
| }, |
| "navAjaxUrl": { |
| "title": "Ajax 获取 nav 配置的 url,生成顶部下拉菜单", |
| "type": "string" |
| } |
| }, |
| "title": "导航栏配置", |
| "type": "object" |
| }, |
| "showGitBookLink": { |
| "default": true, |
| "title": "在目录底部显示 GitBook 的链接", |
| "type": "boolean" |
| }, |
| "showLevel": { |
| "default": false, |
| "title": "Show level indicator in TOC", |
| "type": "boolean" |
| }, |
| "styles": { |
| "properties": { |
| "ebook": { |
| "default": "styles/ebook.css", |
| "title": "Stylesheet for ebook outputs (PDF, ePub, Mobi)" |
| }, |
| "epub": { |
| "default": "styles/epub.css", |
| "title": "Stylesheet for ePub output" |
| }, |
| "mobi": { |
| "default": "styles/mobi.css", |
| "title": "Stylesheet for Mobi output" |
| }, |
| "pdf": { |
| "default": "styles/pdf.css", |
| "title": "Stylesheet for PDF output" |
| }, |
| "print": { |
| "default": "styles/print.css", |
| "title": "Stylesheet to replace default ebook css" |
| }, |
| "website": { |
| "default": "styles/website.css", |
| "title": "Stylesheet for website output" |
| } |
| }, |
| "title": "Custom Stylesheets", |
| "type": "object" |
| }, |
| "useGitbookIcon": { |
| "default": false, |
| "title": "使用 GitBook 默认的网站 icon", |
| "type": "boolean" |
| } |
| } |
| }, |
| "homepage": "https://github.com/cuav/gitbook-plugin-theme-cuav#readme", |
| "keywords": [ |
| "cuav", |
| "gitbook", |
| "theme" |
| ], |
| "license": "Apache-2.0", |
| "main": "./index.js", |
| "maintainers": [ |
| { |
| "email": "weicong@cuav.net", |
| "name": "cuav" |
| } |
| ], |
| "name": "gitbook-plugin-theme-cuav", |
| "optionalDependencies": {}, |
| "readme": "ERROR: No README data found!", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/cuav/gitbook-plugin-theme-cuav.git" |
| }, |
| "scripts": { |
| "prepublish": "./src/build.sh" |
| }, |
| "version": "1.1.3" |
| } |