package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "postcss-discard-empty@4.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-discard-empty@4.0.1",
  10. "_id": "postcss-discard-empty@4.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-yMlR6fc+2UKAGUWERKAq2Qu592U=",
  13. "_location": "/postcss-discard-empty",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-discard-empty@4.0.1",
  19. "name": "postcss-discard-empty",
  20. "escapedName": "postcss-discard-empty",
  21. "rawSpec": "4.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.1"
  24. },
  25. "_requiredBy": [
  26. "/cssnano-preset-default"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz",
  29. "_spec": "4.0.1",
  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 empty rules and values with PostCSS.",
  43. "devDependencies": {
  44. "babel-cli": "^6.0.0",
  45. "cross-env": "^5.0.0"
  46. },
  47. "engines": {
  48. "node": ">=6.9.0"
  49. },
  50. "files": [
  51. "dist",
  52. "LICENSE-MIT"
  53. ],
  54. "homepage": "https://github.com/cssnano/cssnano",
  55. "keywords": [
  56. "compress",
  57. "css",
  58. "empty",
  59. "minify",
  60. "optimisation",
  61. "postcss",
  62. "postcss-plugin"
  63. ],
  64. "license": "MIT",
  65. "main": "dist/index.js",
  66. "name": "postcss-discard-empty",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/cssnano/cssnano.git"
  70. },
  71. "scripts": {
  72. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  73. },
  74. "version": "4.0.1"
  75. }