package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "stylehacks@4.0.3",
  5. "D:\\代码\\单商户\\admin"
  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. "dot-prop": "5.2.0",
  16. "indexes-of": "1.0.1",
  17. "uniq": "1.0.1"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "stylehacks@4.0.3",
  23. "name": "stylehacks",
  24. "escapedName": "stylehacks",
  25. "rawSpec": "4.0.3",
  26. "saveSpec": null,
  27. "fetchSpec": "4.0.3"
  28. },
  29. "_requiredBy": [
  30. "/postcss-merge-longhand"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz",
  33. "_spec": "4.0.3",
  34. "_where": "D:\\代码\\单商户\\admin",
  35. "author": {
  36. "name": "Ben Briggs",
  37. "email": "beneb.info@gmail.com",
  38. "url": "http://beneb.info"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/cssnano/cssnano/issues"
  42. },
  43. "dependencies": {
  44. "browserslist": "^4.0.0",
  45. "postcss": "^7.0.0",
  46. "postcss-selector-parser": "^3.0.0"
  47. },
  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. }