You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 3.9 KiB

3 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. "postcss-preset-env@6.0.6",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-preset-env@6.0.6",
  9. "_id": "postcss-preset-env@6.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-W1Wtqngl7BMe4s9o76odTaVs4HXVLhOHD+L5Ez+7x15yiA+98W/WVO6IPlC1q9BIkgAckRtUFmEDr0sNufXZIQ==",
  12. "_location": "/postcss-preset-env",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "postcss-preset-env@6.0.6",
  22. "name": "postcss-preset-env",
  23. "escapedName": "postcss-preset-env",
  24. "rawSpec": "6.0.6",
  25. "saveSpec": null,
  26. "fetchSpec": "6.0.6"
  27. },
  28. "_requiredBy": [
  29. "/react-scripts"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-6.0.6.tgz",
  32. "_spec": "6.0.6",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Jonathan Neal",
  36. "email": "jonathantneal@hotmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/csstools/postcss-preset-env/issues"
  40. },
  41. "dependencies": {
  42. "autoprefixer": "^9.1.5",
  43. "browserslist": "^4.1.1",
  44. "caniuse-lite": "^1.0.30000887",
  45. "cssdb": "^3.2.1",
  46. "postcss": "^7.0.2",
  47. "postcss-attribute-case-insensitive": "^4.0.0",
  48. "postcss-color-functional-notation": "^2.0.1",
  49. "postcss-color-hex-alpha": "^5.0.2",
  50. "postcss-color-mod-function": "^3.0.3",
  51. "postcss-color-rebeccapurple": "^4.0.1",
  52. "postcss-custom-media": "^7.0.4",
  53. "postcss-custom-properties": "^8.0.5",
  54. "postcss-custom-selectors": "^5.1.2",
  55. "postcss-dir-pseudo-class": "^5.0.0",
  56. "postcss-env-function": "^2.0.2",
  57. "postcss-focus-visible": "^4.0.0",
  58. "postcss-focus-within": "^3.0.0",
  59. "postcss-font-variant": "^4.0.0",
  60. "postcss-gap-properties": "^2.0.0",
  61. "postcss-image-set-function": "^3.0.1",
  62. "postcss-initial": "^3.0.0",
  63. "postcss-lab-function": "^2.0.1",
  64. "postcss-logical": "^3.0.0",
  65. "postcss-media-minmax": "^4.0.0",
  66. "postcss-nesting": "^7.0.0",
  67. "postcss-overflow-shorthand": "^2.0.0",
  68. "postcss-page-break": "^2.0.0",
  69. "postcss-place": "^4.0.1",
  70. "postcss-pseudo-class-any-link": "^6.0.0",
  71. "postcss-replace-overflow-wrap": "^3.0.0",
  72. "postcss-selector-matches": "^4.0.0",
  73. "postcss-selector-not": "^4.0.0"
  74. },
  75. "description": "Convert modern CSS into something browsers understand",
  76. "devDependencies": {
  77. "@babel/core": "^7.1.0",
  78. "@babel/preset-env": "^7.1.0",
  79. "babel-eslint": "^9.0.0",
  80. "eslint": "^5.6.0",
  81. "eslint-config-dev": "^2.0.0",
  82. "postcss-simple-vars": "^5.0.1",
  83. "postcss-tape": "^2.2.0",
  84. "pre-commit": "^1.2.2",
  85. "rollup": "^0.66.2",
  86. "rollup-plugin-babel": "^4.0.3"
  87. },
  88. "engines": {
  89. "node": ">=6.0.0"
  90. },
  91. "eslintConfig": {
  92. "extends": "dev",
  93. "parser": "babel-eslint"
  94. },
  95. "files": [
  96. "index.cjs.js",
  97. "index.cjs.js.map",
  98. "index.es.mjs",
  99. "index.es.mjs.map"
  100. ],
  101. "homepage": "https://github.com/csstools/postcss-preset-env#readme",
  102. "keywords": [
  103. "postcss",
  104. "css",
  105. "postcss-plugin",
  106. "specifications",
  107. "specs",
  108. "features",
  109. "lists",
  110. "stages",
  111. "w3c",
  112. "csswg",
  113. "future",
  114. "next"
  115. ],
  116. "license": "CC0-1.0",
  117. "main": "index.cjs.js",
  118. "module": "index.es.mjs",
  119. "name": "postcss-preset-env",
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/csstools/postcss-preset-env.git"
  123. },
  124. "scripts": {
  125. "prepublishOnly": "npm test",
  126. "pretest": "rollup -c .rollup.js --silent",
  127. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  128. "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
  129. "test:tape": "postcss-tape"
  130. },
  131. "version": "6.0.6"
  132. }