package.json 1.8 KB

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