package.json 2.2 KB

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