package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "strip-comments@^1.0.2",
  3. "_id": "strip-comments@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kL97alc47hoyIQSV165tTt9rG5dn4w1dNnBhOQ3bOU1Nc1hel09jnXANaHJ7vzHLd4Ju8kseDGzlev96pghLFw==",
  6. "_location": "/strip-comments",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-comments@^1.0.2",
  12. "name": "strip-comments",
  13. "escapedName": "strip-comments",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/workbox-build"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-1.0.2.tgz",
  22. "_shasum": "82b9c45e7f05873bee53f37168af930aa368679d",
  23. "_spec": "strip-comments@^1.0.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\workbox-build",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/strip-comments/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "babel-extract-comments": "^1.0.0",
  35. "babel-plugin-transform-object-rest-spread": "^6.26.0"
  36. },
  37. "deprecated": false,
  38. "description": "Strip comments from code. Removes line comments, block comments, the first comment only, or all comments. Optionally leave protected comments unharmed.",
  39. "devDependencies": {
  40. "gulp-format-md": "^1.0.0",
  41. "mocha": "^3.5.3"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/jonschlinkert/strip-comments",
  50. "keywords": [
  51. "babel",
  52. "babylon",
  53. "block",
  54. "block comment",
  55. "code comment",
  56. "comment",
  57. "comments",
  58. "javascript",
  59. "line",
  60. "line comment",
  61. "remove",
  62. "strip"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "strip-comments",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jonschlinkert/strip-comments.git"
  70. },
  71. "scripts": {
  72. "test": "mocha"
  73. },
  74. "verb": {
  75. "toc": true,
  76. "layout": "default",
  77. "tasks": [
  78. "readme"
  79. ],
  80. "plugins": [
  81. "gulp-format-md"
  82. ],
  83. "helpers": [
  84. "./examples/support/helpers.js"
  85. ],
  86. "related": {
  87. "list": [
  88. "babel-extract-comments",
  89. "code-context",
  90. "extract-comments",
  91. "parse-code-context",
  92. "parse-comments"
  93. ]
  94. },
  95. "lint": {
  96. "reflinks": true
  97. }
  98. },
  99. "version": "1.0.2"
  100. }