package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. {
  2. "_args": [
  3. [
  4. {
  5. "name": "gitbook-plugin-sharing-plus",
  6. "raw": "[email protected]",
  7. "rawSpec": "0.0.2",
  8. "scope": null,
  9. "spec": "0.0.2",
  10. "type": "version"
  11. },
  12. "/Users/Nick/www/nick/gitbook"
  13. ]
  14. ],
  15. "_from": "[email protected]",
  16. "_id": "[email protected]",
  17. "_inCache": true,
  18. "_installable": true,
  19. "_location": "/gitbook-plugin-sharing-plus",
  20. "_nodeVersion": "7.7.4",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/gitbook-plugin-sharing-plus-0.0.2.tgz_1493508839042_0.534696217160672"
  24. },
  25. "_npmUser": {
  26. "email": "[email protected]",
  27. "name": "morizyun"
  28. },
  29. "_npmVersion": "4.1.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "name": "gitbook-plugin-sharing-plus",
  33. "raw": "[email protected]",
  34. "rawSpec": "0.0.2",
  35. "scope": null,
  36. "spec": "0.0.2",
  37. "type": "version"
  38. },
  39. "_requiredBy": [
  40. "#USER"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/gitbook-plugin-sharing-plus/-/gitbook-plugin-sharing-plus-0.0.2.tgz",
  43. "_shasum": "16cb581800a292f01bbd8d7d21cea3203d09733f",
  44. "_shrinkwrap": null,
  45. "_spec": "[email protected]",
  46. "_where": "/Users/Nick/www/nick/gitbook",
  47. "bugs": {
  48. "url": "https://github.com/GitbookIO/plugin-sharing/issues"
  49. },
  50. "dependencies": {
  51. "lodash": "^3.10.1"
  52. },
  53. "description": "Sharing buttons in GitBooks website",
  54. "devDependencies": {
  55. "eslint": "^2.7.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "16cb581800a292f01bbd8d7d21cea3203d09733f",
  60. "tarball": "https://registry.npmjs.org/gitbook-plugin-sharing-plus/-/gitbook-plugin-sharing-plus-0.0.2.tgz"
  61. },
  62. "engines": {
  63. "gitbook": ">=2.4.0"
  64. },
  65. "gitHead": "3f7b2c995fe4fc651232a03f051ba5ae2da3ba97",
  66. "gitbook": {
  67. "properties": {
  68. "all": {
  69. "default": [
  70. "facebook",
  71. "google",
  72. "twitter",
  73. "instapaper",
  74. "linkedin",
  75. "pocket",
  76. "stumbleupon"
  77. ],
  78. "items": {
  79. "type": "string"
  80. },
  81. "type": "array",
  82. "uniqueItems": true
  83. },
  84. "douban": {
  85. "default": false,
  86. "title": "豆瓣",
  87. "type": "boolean"
  88. },
  89. "facebook": {
  90. "default": true,
  91. "title": "Facebook",
  92. "type": "boolean"
  93. },
  94. "google": {
  95. "default": false,
  96. "title": "Google",
  97. "type": "boolean"
  98. },
  99. "hatenaBookmark": {
  100. "default": false,
  101. "description": "はてなブックマーク",
  102. "type": "boolean"
  103. },
  104. "instapaper": {
  105. "default": false,
  106. "description": "Instapaper",
  107. "type": "boolean"
  108. },
  109. "line": {
  110. "default": false,
  111. "description": "LINE",
  112. "type": "boolean"
  113. },
  114. "linkedin": {
  115. "default": false,
  116. "description": "Linkedin",
  117. "type": "boolean"
  118. },
  119. "messenger": {
  120. "default": false,
  121. "description": "Facebook Messenger",
  122. "type": "boolean"
  123. },
  124. "pocket": {
  125. "default": true,
  126. "description": "Pocket",
  127. "type": "boolean"
  128. },
  129. "qq": {
  130. "default": false,
  131. "description": "QQ",
  132. "type": "boolean"
  133. },
  134. "qzone": {
  135. "default": false,
  136. "description": "QQ空间",
  137. "type": "boolean"
  138. },
  139. "stumbleupon": {
  140. "default": false,
  141. "description": "StumbleUpon",
  142. "type": "boolean"
  143. },
  144. "twitter": {
  145. "default": true,
  146. "title": "Twitter",
  147. "type": "boolean"
  148. },
  149. "viber": {
  150. "default": false,
  151. "description": "Viber",
  152. "type": "boolean"
  153. },
  154. "vk": {
  155. "default": false,
  156. "description": "VK",
  157. "type": "boolean"
  158. },
  159. "weibo": {
  160. "default": false,
  161. "description": "新浪微博",
  162. "type": "boolean"
  163. },
  164. "whatsapp": {
  165. "default": false,
  166. "description": "WhatsApp",
  167. "type": "boolean"
  168. }
  169. }
  170. },
  171. "homepage": "https://github.com/GitbookIO/plugin-sharing",
  172. "license": "Apache-2.0",
  173. "main": "index.js",
  174. "maintainers": [
  175. {
  176. "email": "[email protected]",
  177. "name": "morizyun"
  178. }
  179. ],
  180. "name": "gitbook-plugin-sharing-plus",
  181. "optionalDependencies": {},
  182. "readme": "ERROR: No README data found!",
  183. "repository": {
  184. "type": "git",
  185. "url": "git+https://github.com/GitbookIO/plugin-sharing.git"
  186. },
  187. "scripts": {},
  188. "version": "0.0.2"
  189. }