package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "stylehacks@4.0.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "stylehacks@4.0.3",
  10. "_id": "stylehacks@4.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==",
  13. "_location": "/stylehacks",
  14. "_phantomChildren": {
  15. "caniuse-lite": "1.0.30001147",
  16. "chalk": "2.4.2",
  17. "dot-prop": "5.3.0",
  18. "electron-to-chromium": "1.3.578",
  19. "escalade": "3.1.0",
  20. "has-flag": "3.0.0",
  21. "indexes-of": "1.0.1",
  22. "node-releases": "1.1.61",
  23. "source-map": "0.6.1",
  24. "uniq": "1.0.1"
  25. },
  26. "_requested": {
  27. "type": "version",
  28. "registry": true,
  29. "raw": "stylehacks@4.0.3",
  30. "name": "stylehacks",
  31. "escapedName": "stylehacks",
  32. "rawSpec": "4.0.3",
  33. "saveSpec": null,
  34. "fetchSpec": "4.0.3"
  35. },
  36. "_requiredBy": [
  37. "/cssnano-preset-default/postcss-merge-longhand"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz",
  40. "_spec": "4.0.3",
  41. "_where": "E:\\amr1.0\\AMR",
  42. "author": {
  43. "name": "Ben Briggs",
  44. "email": "beneb.info@gmail.com",
  45. "url": "http://beneb.info"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/cssnano/cssnano/issues"
  49. },
  50. "dependencies": {
  51. "browserslist": "^4.0.0",
  52. "postcss": "^7.0.0",
  53. "postcss-selector-parser": "^3.0.0"
  54. },
  55. "description": "Detect/remove browser hacks from CSS files.",
  56. "devDependencies": {
  57. "babel-cli": "^6.0.0",
  58. "cross-env": "^5.0.0"
  59. },
  60. "engines": {
  61. "node": ">=6.9.0"
  62. },
  63. "files": [
  64. "LICENSE-MIT",
  65. "dist"
  66. ],
  67. "homepage": "https://github.com/cssnano/cssnano",
  68. "keywords": [
  69. "browsers",
  70. "css",
  71. "hack",
  72. "hacks",
  73. "optimise",
  74. "postcss",
  75. "postcss-plugin",
  76. "stylehacks"
  77. ],
  78. "license": "MIT",
  79. "main": "dist/index.js",
  80. "name": "stylehacks",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/cssnano/cssnano.git"
  84. },
  85. "scripts": {
  86. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  87. },
  88. "version": "4.0.3"
  89. }