package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "postcss-discard-comments@^4.0.2",
  3. "_id": "postcss-discard-comments@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==",
  6. "_location": "/postcss-discard-comments",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-discard-comments@^4.0.2",
  12. "name": "postcss-discard-comments",
  13. "escapedName": "postcss-discard-comments",
  14. "rawSpec": "^4.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.2"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz",
  22. "_shasum": "1fbabd2c246bff6aaad7997b2b0918f4d7af4033",
  23. "_spec": "postcss-discard-comments@^4.0.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\cssnano-preset-default",
  25. "author": {
  26. "name": "Ben Briggs",
  27. "email": "beneb.info@gmail.com",
  28. "url": "http://beneb.info"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/cssnano/cssnano/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "postcss": "^7.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Discard comments in your CSS files with PostCSS.",
  39. "devDependencies": {
  40. "babel-cli": "^6.0.0",
  41. "cross-env": "^5.0.0",
  42. "postcss-scss": "^2.0.0",
  43. "postcss-simple-vars": "^5.0.1"
  44. },
  45. "engines": {
  46. "node": ">=6.9.0"
  47. },
  48. "files": [
  49. "dist",
  50. "LICENSE-MIT"
  51. ],
  52. "homepage": "https://github.com/cssnano/cssnano",
  53. "keywords": [
  54. "css",
  55. "comments",
  56. "postcss",
  57. "postcss-plugin"
  58. ],
  59. "license": "MIT",
  60. "main": "dist/index.js",
  61. "name": "postcss-discard-comments",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/cssnano/cssnano.git"
  65. },
  66. "scripts": {
  67. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  68. },
  69. "version": "4.0.2"
  70. }