package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "apidoc@*",
  6. "scope": null,
  7. "escapedName": "apidoc",
  8. "name": "apidoc",
  9. "rawSpec": "*",
  10. "spec": "*",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/grunt-apidoc"
  14. ]
  15. ],
  16. "_from": "apidoc@*",
  17. "_id": "apidoc@0.17.5",
  18. "_inCache": true,
  19. "_location": "/apidoc",
  20. "_nodeVersion": "6.4.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/apidoc-0.17.5.tgz_1485425760404_0.6746159379836172"
  24. },
  25. "_npmUser": {
  26. "name": "apidoc",
  27. "email": "info@apidocjs.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "apidoc@*",
  33. "scope": null,
  34. "escapedName": "apidoc",
  35. "name": "apidoc",
  36. "rawSpec": "*",
  37. "spec": "*",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/grunt-apidoc"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/apidoc/-/apidoc-0.17.5.tgz",
  44. "_shasum": "91ce7264b48c717e4cc18afba642277bc68a2325",
  45. "_shrinkwrap": null,
  46. "_spec": "apidoc@*",
  47. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/grunt-apidoc",
  48. "author": {
  49. "name": "Peter Rottmann",
  50. "email": "rottmann@inveris.de"
  51. },
  52. "bin": {
  53. "apidoc": "bin/apidoc"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/apidoc/apidoc/issues"
  57. },
  58. "dependencies": {
  59. "apidoc-core": "~0.8.1",
  60. "fs-extra": "~2.0.0",
  61. "lodash": "~4.17.4",
  62. "markdown-it": "^8.2.2",
  63. "nomnom": "~1.8.1",
  64. "winston": "~2.3.1"
  65. },
  66. "description": "RESTful web API Documentation Generator",
  67. "devDependencies": {
  68. "apidoc-example": "*",
  69. "jshint": "^2.9.4",
  70. "lodash-cli": "^4.17.4",
  71. "mocha": "~3.2.0",
  72. "npm-check-updates": "^2.8.9",
  73. "path-to-regexp": "^1.7.0",
  74. "semver": "^5.3.0",
  75. "should": "~11.1.2",
  76. "webfontloader": "^1.6.27"
  77. },
  78. "directories": {},
  79. "dist": {
  80. "shasum": "91ce7264b48c717e4cc18afba642277bc68a2325",
  81. "tarball": "https://registry.npmjs.org/apidoc/-/apidoc-0.17.5.tgz"
  82. },
  83. "engines": {
  84. "node": ">= 0.10.0"
  85. },
  86. "gitHead": "48b388c7a0fdf2a5137d1992836a3e30821bec46",
  87. "homepage": "http://apidocjs.com",
  88. "jshintConfig": {
  89. "camelcase": true,
  90. "curly": false,
  91. "eqeqeq": true,
  92. "forin": true,
  93. "latedef": false,
  94. "newcap": true,
  95. "undef": true,
  96. "unused": true,
  97. "trailing": true,
  98. "node": true,
  99. "browser": true,
  100. "predef": [
  101. "it",
  102. "describe",
  103. "before",
  104. "after"
  105. ]
  106. },
  107. "keywords": [
  108. "api",
  109. "apidoc",
  110. "doc",
  111. "documentation",
  112. "rest",
  113. "restful"
  114. ],
  115. "license": "MIT",
  116. "main": "./lib/index.js",
  117. "maintainers": [
  118. {
  119. "name": "apidoc",
  120. "email": "info@apidocjs.com"
  121. }
  122. ],
  123. "name": "apidoc",
  124. "optionalDependencies": {},
  125. "preferGlobal": true,
  126. "readme": "ERROR: No README data found!",
  127. "repository": {
  128. "type": "git",
  129. "url": "git+https://github.com/apidoc/apidoc.git"
  130. },
  131. "scripts": {
  132. "build-example": "bin/apidoc -i example/ -o tmp/",
  133. "check-updates": "npm-check-updates",
  134. "jshint": "jshint lib/ test/",
  135. "test": "npm run jshint && mocha test/",
  136. "update-lodash": "./node_modules/lodash-cli/bin/lodash -p -o template/vendor/lodash.custom.min.js include=groupBy,each,extend,some exports=amd"
  137. },
  138. "version": "0.17.5"
  139. }