You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3 KiB

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