package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "apidoc-core@~0.8.1",
  6. "scope": null,
  7. "escapedName": "apidoc-core",
  8. "name": "apidoc-core",
  9. "rawSpec": "~0.8.1",
  10. "spec": ">=0.8.1 <0.9.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/apidoc"
  14. ]
  15. ],
  16. "_from": "apidoc-core@>=0.8.1 <0.9.0",
  17. "_id": "apidoc-core@0.8.2",
  18. "_inCache": true,
  19. "_location": "/apidoc-core",
  20. "_nodeVersion": "6.4.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/apidoc-core-0.8.2.tgz_1485425716894_0.20035662362352014"
  24. },
  25. "_npmUser": {
  26. "name": "apidoc",
  27. "email": "info@apidocjs.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "apidoc-core@~0.8.1",
  33. "scope": null,
  34. "escapedName": "apidoc-core",
  35. "name": "apidoc-core",
  36. "rawSpec": "~0.8.1",
  37. "spec": ">=0.8.1 <0.9.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/apidoc"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/apidoc-core/-/apidoc-core-0.8.2.tgz",
  44. "_shasum": "115d09bfc46b4f4d178f2be1012f67077f586090",
  45. "_shrinkwrap": null,
  46. "_spec": "apidoc-core@~0.8.1",
  47. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/apidoc",
  48. "author": {
  49. "name": "Peter Rottmann",
  50. "email": "rottmann@inveris.de"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/apidoc/apidoc-core/issues"
  54. },
  55. "dependencies": {
  56. "fs-extra": "^2.0.0",
  57. "glob": "^7.1.1",
  58. "iconv-lite": "^0.4.15",
  59. "klaw-sync": "^1.0.2",
  60. "lodash": "~4.17.4",
  61. "semver": "~5.3.0"
  62. },
  63. "description": "Core parser library to generate apidoc result following the apidoc-spec",
  64. "devDependencies": {
  65. "apidoc-example": "*",
  66. "jshint": "~2.9.4",
  67. "markdown-it": "^8.2.2",
  68. "mocha": "~3.2.0",
  69. "npm-check-updates": "^2.8.9",
  70. "should": "~11.1.2"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "shasum": "115d09bfc46b4f4d178f2be1012f67077f586090",
  75. "tarball": "https://registry.npmjs.org/apidoc-core/-/apidoc-core-0.8.2.tgz"
  76. },
  77. "engines": {
  78. "node": ">= 0.10.0"
  79. },
  80. "gitHead": "f3a38e589b7737df73f58129d8edc548665d7b06",
  81. "homepage": "https://github.com/apidoc/apidoc-core",
  82. "jshintConfig": {
  83. "camelcase": true,
  84. "curly": false,
  85. "eqeqeq": true,
  86. "forin": true,
  87. "latedef": false,
  88. "newcap": true,
  89. "undef": true,
  90. "unused": true,
  91. "trailing": true,
  92. "node": true,
  93. "browser": true,
  94. "predef": [
  95. "it",
  96. "describe",
  97. "before",
  98. "after"
  99. ]
  100. },
  101. "keywords": [
  102. "api",
  103. "apidoc",
  104. "doc",
  105. "documentation",
  106. "rest",
  107. "restful"
  108. ],
  109. "license": "MIT",
  110. "main": "./lib/index.js",
  111. "maintainers": [
  112. {
  113. "name": "apidoc",
  114. "email": "info@apidocjs.com"
  115. }
  116. ],
  117. "name": "apidoc-core",
  118. "optionalDependencies": {},
  119. "readme": "ERROR: No README data found!",
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/apidoc/apidoc-core.git"
  123. },
  124. "scripts": {
  125. "check-updates": "npm-check-updates",
  126. "jshint": "jshint lib/ test/",
  127. "test": "npm run jshint && mocha test/**/*_test.js"
  128. },
  129. "version": "0.8.2"
  130. }