You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

81 lines
2.1 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-minify-params@4.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-minify-params@4.0.2",
  9. "_id": "postcss-minify-params@4.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==",
  12. "_location": "/postcss-minify-params",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "postcss-minify-params@4.0.2",
  22. "name": "postcss-minify-params",
  23. "escapedName": "postcss-minify-params",
  24. "rawSpec": "4.0.2",
  25. "saveSpec": null,
  26. "fetchSpec": "4.0.2"
  27. },
  28. "_requiredBy": [
  29. "/cssnano-preset-default"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz",
  32. "_spec": "4.0.2",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Bogdan Chadkin",
  36. "email": "trysound@yandex.ru"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/cssnano/cssnano/issues"
  40. },
  41. "dependencies": {
  42. "alphanum-sort": "^1.0.0",
  43. "browserslist": "^4.0.0",
  44. "cssnano-util-get-arguments": "^4.0.0",
  45. "postcss": "^7.0.0",
  46. "postcss-value-parser": "^3.0.0",
  47. "uniqs": "^2.0.0"
  48. },
  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. }