Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

85 linhas
2.1 KiB

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