package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "caniuse-lite": "1.0.30000989",
  9. "chalk": "2.4.2",
  10. "dot-prop": "4.2.0",
  11. "electron-to-chromium": "1.3.255",
  12. "indexes-of": "1.0.1",
  13. "node-releases": "1.1.30",
  14. "uniq": "1.0.1"
  15. },
  16. "_requested": {
  17. "type": "range",
  18. "registry": true,
  19. "raw": "stylehacks@^4.0.0",
  20. "name": "stylehacks",
  21. "escapedName": "stylehacks",
  22. "rawSpec": "^4.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "^4.0.0"
  25. },
  26. "_requiredBy": [
  27. "/cssnano-preset-default/postcss-merge-longhand"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz",
  30. "_shasum": "6718fcaf4d1e07d8a1318690881e8d96726a71d5",
  31. "_spec": "stylehacks@^4.0.0",
  32. "_where": "D:\\workSpace\\dealer_front\\node_modules\\cssnano-preset-default\\node_modules\\postcss-merge-longhand",
  33. "author": {
  34. "name": "Ben Briggs",
  35. "email": "beneb.info@gmail.com",
  36. "url": "http://beneb.info"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/cssnano/cssnano/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "browserslist": "^4.0.0",
  44. "postcss": "^7.0.0",
  45. "postcss-selector-parser": "^3.0.0"
  46. },
  47. "deprecated": false,
  48. "description": "Detect/remove browser hacks from CSS files.",
  49. "devDependencies": {
  50. "babel-cli": "^6.0.0",
  51. "cross-env": "^5.0.0"
  52. },
  53. "engines": {
  54. "node": ">=6.9.0"
  55. },
  56. "files": [
  57. "LICENSE-MIT",
  58. "dist"
  59. ],
  60. "homepage": "https://github.com/cssnano/cssnano",
  61. "keywords": [
  62. "browsers",
  63. "css",
  64. "hack",
  65. "hacks",
  66. "optimise",
  67. "postcss",
  68. "postcss-plugin",
  69. "stylehacks"
  70. ],
  71. "license": "MIT",
  72. "main": "dist/index.js",
  73. "name": "stylehacks",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/cssnano/cssnano.git"
  77. },
  78. "scripts": {
  79. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  80. },
  81. "version": "4.0.3"
  82. }