package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "strip-comments@1.0.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-comments@1.0.2",
  10. "_id": "strip-comments@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-grnEXn8FhzvuU/NxaK+TCqNoZ50=",
  13. "_location": "/strip-comments",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "strip-comments@1.0.2",
  19. "name": "strip-comments",
  20. "escapedName": "strip-comments",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/workbox-build"
  27. ],
  28. "_resolved": "https://registry.nlark.com/strip-comments/download/strip-comments-1.0.2.tgz",
  29. "_spec": "1.0.2",
  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/strip-comments/issues"
  37. },
  38. "dependencies": {
  39. "babel-extract-comments": "^1.0.0",
  40. "babel-plugin-transform-object-rest-spread": "^6.26.0"
  41. },
  42. "description": "Strip comments from code. Removes line comments, block comments, the first comment only, or all comments. Optionally leave protected comments unharmed.",
  43. "devDependencies": {
  44. "gulp-format-md": "^1.0.0",
  45. "mocha": "^3.5.3"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/strip-comments",
  54. "keywords": [
  55. "babel",
  56. "babylon",
  57. "block",
  58. "block comment",
  59. "code comment",
  60. "comment",
  61. "comments",
  62. "javascript",
  63. "line",
  64. "line comment",
  65. "remove",
  66. "strip"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "strip-comments",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jonschlinkert/strip-comments.git"
  74. },
  75. "scripts": {
  76. "test": "mocha"
  77. },
  78. "verb": {
  79. "toc": true,
  80. "layout": "default",
  81. "tasks": [
  82. "readme"
  83. ],
  84. "plugins": [
  85. "gulp-format-md"
  86. ],
  87. "helpers": [
  88. "./examples/support/helpers.js"
  89. ],
  90. "related": {
  91. "list": [
  92. "babel-extract-comments",
  93. "code-context",
  94. "extract-comments",
  95. "parse-code-context",
  96. "parse-comments"
  97. ]
  98. },
  99. "lint": {
  100. "reflinks": true
  101. }
  102. },
  103. "version": "1.0.2"
  104. }