package.json 2.0 KB

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