-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 3.21 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"_args": [
[
{
"raw": "hexo-generator-apidoc@git+https://github.com/zendapi/hexo-generator-apidoc.git",
"scope": null,
"escapedName": "hexo-generator-apidoc",
"name": "hexo-generator-apidoc",
"rawSpec": "git+https://github.com/zendapi/hexo-generator-apidoc.git",
"spec": "git+https://github.com/zendapi/hexo-generator-apidoc.git",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:zendapi/hexo-generator-apidoc.git",
"sshUrl": "git+ssh://git@github.com/zendapi/hexo-generator-apidoc.git",
"httpsUrl": "git+https://github.com/zendapi/hexo-generator-apidoc.git",
"gitUrl": "git://github.com/zendapi/hexo-generator-apidoc.git",
"shortcut": "github:zendapi/hexo-generator-apidoc",
"directUrl": "https://raw.githubusercontent.com/zendapi/hexo-generator-apidoc/master/package.json"
}
},
"/Volumes/softboy/projects/nodejs/zendapi_site_devel"
]
],
"_from": "git+https://github.com/zendapi/hexo-generator-apidoc.git",
"_id": "hexo-generator-apidoc@0.0.1",
"_inCache": true,
"_location": "/hexo-generator-apidoc",
"_phantomChildren": {},
"_requested": {
"raw": "hexo-generator-apidoc@git+https://github.com/zendapi/hexo-generator-apidoc.git",
"scope": null,
"escapedName": "hexo-generator-apidoc",
"name": "hexo-generator-apidoc",
"rawSpec": "git+https://github.com/zendapi/hexo-generator-apidoc.git",
"spec": "git+https://github.com/zendapi/hexo-generator-apidoc.git",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:zendapi/hexo-generator-apidoc.git",
"sshUrl": "git+ssh://git@github.com/zendapi/hexo-generator-apidoc.git",
"httpsUrl": "git+https://github.com/zendapi/hexo-generator-apidoc.git",
"gitUrl": "git://github.com/zendapi/hexo-generator-apidoc.git",
"shortcut": "github:zendapi/hexo-generator-apidoc",
"directUrl": "https://raw.githubusercontent.com/zendapi/hexo-generator-apidoc/master/package.json"
}
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/zendapi/hexo-generator-apidoc.git#5dc58315521955fd8c0318bedb9665df23a5b48a",
"_shasum": "3ade927f572157067a5175cd509977f42ded6149",
"_shrinkwrap": null,
"_spec": "hexo-generator-apidoc@git+https://github.com/zendapi/hexo-generator-apidoc.git",
"_where": "/Volumes/softboy/projects/nodejs/zendapi_site_devel",
"dependencies": {},
"description": "### 实现思路 使用doxygen对c++项目进行扫描生成整个项目的xml文件,然后我们这个项目对这些xml进行分析并且使用ejs模板引擎生成最终的网站,跟hexo静态博客 进行完美的整合",
"devDependencies": {},
"gitHead": "5dc58315521955fd8c0318bedb9665df23a5b48a",
"main": "index",
"name": "hexo-generator-apidoc",
"optionalDependencies": {},
"readme": "## zendapi项目的C++接口文档生成器\n\n### 实现思路\n使用doxygen对c++项目进行扫描生成整个项目的xml文件,然后我们这个项目对这些xml进行分析并且使用ejs模板引擎生成最终的网站,跟hexo静态博客\n进行完美的整合",
"readmeFilename": "README.md",
"version": "0.0.1"
}