package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. "picocolors": "0.2.1",
  9. "source-map": "0.6.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "postcss-discard-comments@^4.0.2",
  15. "name": "postcss-discard-comments",
  16. "escapedName": "postcss-discard-comments",
  17. "rawSpec": "^4.0.2",
  18. "saveSpec": null,
  19. "fetchSpec": "^4.0.2"
  20. },
  21. "_requiredBy": [
  22. "/cssnano-preset-default"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz",
  25. "_shasum": "1fbabd2c246bff6aaad7997b2b0918f4d7af4033",
  26. "_spec": "postcss-discard-comments@^4.0.2",
  27. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\cssnano-preset-default",
  28. "author": {
  29. "name": "Ben Briggs",
  30. "email": "beneb.info@gmail.com",
  31. "url": "http://beneb.info"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/cssnano/cssnano/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "postcss": "^7.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Discard comments in your CSS files with PostCSS.",
  42. "devDependencies": {
  43. "babel-cli": "^6.0.0",
  44. "cross-env": "^5.0.0",
  45. "postcss-scss": "^2.0.0",
  46. "postcss-simple-vars": "^5.0.1"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "files": [
  52. "dist",
  53. "LICENSE-MIT"
  54. ],
  55. "homepage": "https://github.com/cssnano/cssnano",
  56. "keywords": [
  57. "css",
  58. "comments",
  59. "postcss",
  60. "postcss-plugin"
  61. ],
  62. "license": "MIT",
  63. "main": "dist/index.js",
  64. "name": "postcss-discard-comments",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/cssnano/cssnano.git"
  68. },
  69. "scripts": {
  70. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  71. },
  72. "version": "4.0.2"
  73. }