package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "stylehacks@^4.0.0",
  3. "_id": "stylehacks@4.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==",
  6. "_location": "/stylehacks",
  7. "_phantomChildren": {
  8. "dot-prop": "5.3.0",
  9. "indexes-of": "1.0.1",
  10. "uniq": "1.0.1"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "stylehacks@^4.0.0",
  16. "name": "stylehacks",
  17. "escapedName": "stylehacks",
  18. "rawSpec": "^4.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^4.0.0"
  21. },
  22. "_requiredBy": [
  23. "/postcss-merge-longhand"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz",
  26. "_shasum": "6718fcaf4d1e07d8a1318690881e8d96726a71d5",
  27. "_spec": "stylehacks@^4.0.0",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-merge-longhand",
  29. "author": {
  30. "name": "Ben Briggs",
  31. "email": "beneb.info@gmail.com",
  32. "url": "http://beneb.info"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/cssnano/cssnano/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "browserslist": "^4.0.0",
  40. "postcss": "^7.0.0",
  41. "postcss-selector-parser": "^3.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "Detect/remove browser hacks from CSS files.",
  45. "devDependencies": {
  46. "babel-cli": "^6.0.0",
  47. "cross-env": "^5.0.0"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. },
  52. "files": [
  53. "LICENSE-MIT",
  54. "dist"
  55. ],
  56. "homepage": "https://github.com/cssnano/cssnano",
  57. "keywords": [
  58. "browsers",
  59. "css",
  60. "hack",
  61. "hacks",
  62. "optimise",
  63. "postcss",
  64. "postcss-plugin",
  65. "stylehacks"
  66. ],
  67. "license": "MIT",
  68. "main": "dist/index.js",
  69. "name": "stylehacks",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/cssnano/cssnano.git"
  73. },
  74. "scripts": {
  75. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  76. },
  77. "version": "4.0.3"
  78. }