Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

104 строки
2.5 KiB

  1. {
  2. "_args": [
  3. [
  4. "strip-comments@1.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "strip-comments@1.0.2",
  9. "_id": "strip-comments@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-kL97alc47hoyIQSV165tTt9rG5dn4w1dNnBhOQ3bOU1Nc1hel09jnXANaHJ7vzHLd4Ju8kseDGzlev96pghLFw==",
  12. "_location": "/strip-comments",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "strip-comments@1.0.2",
  18. "name": "strip-comments",
  19. "escapedName": "strip-comments",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/workbox-build"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-1.0.2.tgz",
  28. "_spec": "1.0.2",
  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/strip-comments/issues"
  36. },
  37. "dependencies": {
  38. "babel-extract-comments": "^1.0.0",
  39. "babel-plugin-transform-object-rest-spread": "^6.26.0"
  40. },
  41. "description": "Strip comments from code. Removes line comments, block comments, the first comment only, or all comments. Optionally leave protected comments unharmed.",
  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/strip-comments",
  53. "keywords": [
  54. "babel",
  55. "babylon",
  56. "block",
  57. "block comment",
  58. "code comment",
  59. "comment",
  60. "comments",
  61. "javascript",
  62. "line",
  63. "line comment",
  64. "remove",
  65. "strip"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "strip-comments",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/strip-comments.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "verb": {
  78. "toc": true,
  79. "layout": "default",
  80. "tasks": [
  81. "readme"
  82. ],
  83. "plugins": [
  84. "gulp-format-md"
  85. ],
  86. "helpers": [
  87. "./examples/support/helpers.js"
  88. ],
  89. "related": {
  90. "list": [
  91. "babel-extract-comments",
  92. "code-context",
  93. "extract-comments",
  94. "parse-code-context",
  95. "parse-comments"
  96. ]
  97. },
  98. "lint": {
  99. "reflinks": true
  100. }
  101. },
  102. "version": "1.0.2"
  103. }