package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "babel-extract-comments@1.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-extract-comments@1.0.0",
  10. "_id": "babel-extract-comments@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Cirt+BQX7TkbheGLRhTmk6A1GiE=",
  13. "_location": "/babel-extract-comments",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-extract-comments@1.0.0",
  19. "name": "babel-extract-comments",
  20. "escapedName": "babel-extract-comments",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/strip-comments"
  27. ],
  28. "_resolved": "https://registry.nlark.com/babel-extract-comments/download/babel-extract-comments-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/babel-extract-comments/issues"
  37. },
  38. "dependencies": {
  39. "babylon": "^6.18.0"
  40. },
  41. "description": "Uses babel (babylon) to extract JavaScript code comments from a JavaScript string or file.",
  42. "devDependencies": {
  43. "gulp-format-md": "^1.0.0",
  44. "mocha": "^3.5.3"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/babel-extract-comments",
  53. "keywords": [
  54. "babel",
  55. "block",
  56. "code",
  57. "comment",
  58. "comments",
  59. "context",
  60. "extract",
  61. "glob",
  62. "javascript",
  63. "parse"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "babel-extract-comments",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jonschlinkert/babel-extract-comments.git"
  71. },
  72. "scripts": {
  73. "test": "mocha"
  74. },
  75. "verb": {
  76. "toc": false,
  77. "layout": "default",
  78. "tasks": [
  79. "readme"
  80. ],
  81. "plugins": [
  82. "gulp-format-md"
  83. ],
  84. "related": {
  85. "list": [
  86. "esprima-extract-comments",
  87. "extract-comments",
  88. "js-comments",
  89. "parse-comments"
  90. ]
  91. },
  92. "lint": {
  93. "reflinks": true
  94. }
  95. },
  96. "version": "1.0.0"
  97. }