package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "grunt-apidoc@^0.11.0",
  6. "scope": null,
  7. "escapedName": "grunt-apidoc",
  8. "name": "grunt-apidoc",
  9. "rawSpec": "^0.11.0",
  10. "spec": ">=0.11.0 <0.12.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read"
  14. ]
  15. ],
  16. "_from": "grunt-apidoc@>=0.11.0 <0.12.0",
  17. "_id": "grunt-apidoc@0.11.0",
  18. "_inCache": true,
  19. "_location": "/grunt-apidoc",
  20. "_nodeVersion": "4.2.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-5-east.internal.npmjs.com",
  23. "tmp": "tmp/grunt-apidoc-0.11.0.tgz_1456145424243_0.4687603674829006"
  24. },
  25. "_npmUser": {
  26. "name": "apidoc",
  27. "email": "info@apidocjs.com"
  28. },
  29. "_npmVersion": "2.14.7",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "grunt-apidoc@^0.11.0",
  33. "scope": null,
  34. "escapedName": "grunt-apidoc",
  35. "name": "grunt-apidoc",
  36. "rawSpec": "^0.11.0",
  37. "spec": ">=0.11.0 <0.12.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "#DEV:/",
  42. "#USER"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/grunt-apidoc/-/grunt-apidoc-0.11.0.tgz",
  45. "_shasum": "98c1945ad7e8aba1f1d5f1551eab3d42b010eacd",
  46. "_shrinkwrap": null,
  47. "_spec": "grunt-apidoc@^0.11.0",
  48. "_where": "/Applications/MAMP/htdocs/wechat_read",
  49. "author": {
  50. "name": "Peter Rottmann",
  51. "email": "rottmann@inveris.de"
  52. },
  53. "bin": {
  54. "grunt-apidoc": "bin/grunt-apidoc"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/apidoc/grunt-apidoc/issues"
  58. },
  59. "dependencies": {
  60. "apidoc": "*"
  61. },
  62. "description": "Grunt task to generate a RESTful API Documentation with apidoc",
  63. "devDependencies": {
  64. "grunt-contrib-clean": "~1.0.0",
  65. "grunt-contrib-jshint": "~1.0.0",
  66. "npm-check-updates": "^2.5.8"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "98c1945ad7e8aba1f1d5f1551eab3d42b010eacd",
  71. "tarball": "https://registry.npmjs.org/grunt-apidoc/-/grunt-apidoc-0.11.0.tgz"
  72. },
  73. "engines": {
  74. "node": ">= 0.10.0"
  75. },
  76. "gitHead": "b2630ac801df0bea949ab45e06601a60bcbed3ec",
  77. "homepage": "http://apidocjs.com",
  78. "keywords": [
  79. "grunt",
  80. "plugin",
  81. "gruntplugin",
  82. "api",
  83. "apidoc",
  84. "doc",
  85. "documentation",
  86. "rest",
  87. "restful"
  88. ],
  89. "license": {
  90. "type": "MIT",
  91. "url": "https://github.com/apidoc/grunt-apidoc/blob/master/LICENSE"
  92. },
  93. "main": "Gruntfile.js",
  94. "maintainers": [
  95. {
  96. "name": "apidoc",
  97. "email": "info@apidocjs.com"
  98. }
  99. ],
  100. "name": "grunt-apidoc",
  101. "optionalDependencies": {},
  102. "peerDependencies": {
  103. "grunt": ">=0.4.0"
  104. },
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/apidoc/grunt-apidoc.git"
  109. },
  110. "scripts": {
  111. "check-updates": "npm-check-updates",
  112. "test": "grunt test"
  113. },
  114. "version": "0.11.0"
  115. }