package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "cssnano-utils@3.1.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cssnano-utils@3.1.0",
  10. "_id": "cssnano-utils@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
  13. "_location": "/cssnano-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cssnano-utils@3.1.0",
  19. "name": "cssnano-utils",
  20. "escapedName": "cssnano-utils",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/cssnano-preset-default",
  27. "/postcss-merge-rules",
  28. "/postcss-minify-gradients",
  29. "/postcss-minify-params",
  30. "/postcss-ordered-values"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
  33. "_spec": "3.1.0",
  34. "_where": "/Users/mac/projects/mime/mine",
  35. "bugs": {
  36. "url": "https://github.com/cssnano/cssnano/issues"
  37. },
  38. "description": "Utility methods and plugin for cssnano projects",
  39. "devDependencies": {
  40. "postcss": "^8.2.15"
  41. },
  42. "engines": {
  43. "node": "^10 || ^12 || >=14.0"
  44. },
  45. "files": [
  46. "src",
  47. "LICENSE",
  48. "types"
  49. ],
  50. "homepage": "https://github.com/cssnano/cssnano",
  51. "license": "MIT",
  52. "main": "src/index.js",
  53. "name": "cssnano-utils",
  54. "peerDependencies": {
  55. "postcss": "^8.2.15"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/cssnano/cssnano.git"
  60. },
  61. "types": "types/index.d.ts",
  62. "version": "3.1.0"
  63. }