package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "postcss-minify-params@^4.0.2",
  3. "_id": "postcss-minify-params@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==",
  6. "_location": "/postcss-minify-params",
  7. "_phantomChildren": {
  8. "baseline-browser-mapping": "2.8.16",
  9. "caniuse-lite": "1.0.30001749",
  10. "electron-to-chromium": "1.5.234",
  11. "node-releases": "2.0.23",
  12. "picocolors": "0.2.1",
  13. "update-browserslist-db": "1.1.3"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "postcss-minify-params@^4.0.2",
  19. "name": "postcss-minify-params",
  20. "escapedName": "postcss-minify-params",
  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.npmmirror.com/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz",
  29. "_shasum": "6b9cef030c11e35261f95f618c90036d680db874",
  30. "_spec": "postcss-minify-params@^4.0.2",
  31. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\cssnano-preset-default",
  32. "author": {
  33. "name": "Bogdan Chadkin",
  34. "email": "trysound@yandex.ru"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/cssnano/cssnano/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "alphanum-sort": "^1.0.0",
  42. "browserslist": "^4.0.0",
  43. "cssnano-util-get-arguments": "^4.0.0",
  44. "postcss": "^7.0.0",
  45. "postcss-value-parser": "^3.0.0",
  46. "uniqs": "^2.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "Minify at-rule params with PostCSS",
  50. "devDependencies": {
  51. "babel-cli": "^6.0.0",
  52. "cross-env": "^5.0.0"
  53. },
  54. "engines": {
  55. "node": ">=6.9.0"
  56. },
  57. "files": [
  58. "dist"
  59. ],
  60. "homepage": "https://github.com/cssnano/cssnano",
  61. "keywords": [
  62. "postcss",
  63. "css",
  64. "postcss-plugin",
  65. "minify",
  66. "optimise",
  67. "params"
  68. ],
  69. "license": "MIT",
  70. "main": "dist/index.js",
  71. "name": "postcss-minify-params",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/cssnano/cssnano.git"
  75. },
  76. "scripts": {
  77. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  78. },
  79. "version": "4.0.2"
  80. }