package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "strip-css-comments@3.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "strip-css-comments@3.0.0",
  9. "_id": "strip-css-comments@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-elYl7/iisibPiUehElTaluE9rok=",
  12. "_location": "/strip-css-comments",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "strip-css-comments@3.0.0",
  18. "name": "strip-css-comments",
  19. "escapedName": "strip-css-comments",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/scope-css"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/strip-css-comments/-/strip-css-comments-3.0.0.tgz",
  28. "_spec": "3.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/strip-css-comments/issues"
  37. },
  38. "dependencies": {
  39. "is-regexp": "^1.0.0"
  40. },
  41. "description": "Strip comments from CSS",
  42. "devDependencies": {
  43. "ava": "0.0.4",
  44. "matcha": "^0.6.0",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/strip-css-comments#readme",
  54. "keywords": [
  55. "css",
  56. "style",
  57. "stylesheet",
  58. "strip",
  59. "remove",
  60. "delete",
  61. "trim",
  62. "comments",
  63. "preprocess",
  64. "transform",
  65. "string"
  66. ],
  67. "license": "MIT",
  68. "name": "strip-css-comments",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/strip-css-comments.git"
  72. },
  73. "scripts": {
  74. "bench": "matcha bench.js",
  75. "test": "xo && node test.js"
  76. },
  77. "version": "3.0.0"
  78. }