Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

package.json 2.7 KiB

3 anni fa
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "postcss-custom-media@7.0.8",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-custom-media@7.0.8",
  9. "_id": "postcss-custom-media@7.0.8",
  10. "_inBundle": false,
  11. "_integrity": "sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==",
  12. "_location": "/postcss-custom-media",
  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-custom-media@7.0.8",
  22. "name": "postcss-custom-media",
  23. "escapedName": "postcss-custom-media",
  24. "rawSpec": "7.0.8",
  25. "saveSpec": null,
  26. "fetchSpec": "7.0.8"
  27. },
  28. "_requiredBy": [
  29. "/postcss-preset-env"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz",
  32. "_spec": "7.0.8",
  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/postcss/postcss-custom-media/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Maxime Thirouin"
  44. }
  45. ],
  46. "dependencies": {
  47. "postcss": "^7.0.14"
  48. },
  49. "description": "Use Custom Media Queries in CSS",
  50. "devDependencies": {
  51. "@babel/core": "^7.4.0",
  52. "@babel/plugin-syntax-dynamic-import": "^7.2.0",
  53. "@babel/preset-env": "^7.4.2",
  54. "babel-eslint": "^10.0.1",
  55. "eslint": "^5.16.0",
  56. "eslint-config-dev": "^2.0.0",
  57. "postcss-tape": "^4.0.0",
  58. "pre-commit": "^1.2.2",
  59. "rollup": "^1.7.4",
  60. "rollup-plugin-babel": "^4.3.2"
  61. },
  62. "engines": {
  63. "node": ">=6.0.0"
  64. },
  65. "eslintConfig": {
  66. "extends": "dev",
  67. "parser": "babel-eslint"
  68. },
  69. "files": [
  70. "index.cjs.js",
  71. "index.es.mjs"
  72. ],
  73. "homepage": "https://github.com/postcss/postcss-custom-media#readme",
  74. "keywords": [
  75. "postcss",
  76. "css",
  77. "postcss-plugin",
  78. "custom",
  79. "media",
  80. "query",
  81. "queries",
  82. "w3c",
  83. "csswg",
  84. "atrule",
  85. "at-rule",
  86. "specification"
  87. ],
  88. "license": "MIT",
  89. "main": "index.cjs.js",
  90. "module": "index.es.mjs",
  91. "name": "postcss-custom-media",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/postcss/postcss-custom-media.git"
  95. },
  96. "scripts": {
  97. "prepublishOnly": "npm test",
  98. "pretest": "rollup -c .rollup.js --silent",
  99. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  100. "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
  101. "test:tape": "postcss-tape"
  102. },
  103. "version": "7.0.8"
  104. }