package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "postcss-custom-media@^7.0.8",
  3. "_id": "postcss-custom-media@7.0.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==",
  6. "_location": "/postcss-custom-media",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-custom-media@^7.0.8",
  12. "name": "postcss-custom-media",
  13. "escapedName": "postcss-custom-media",
  14. "rawSpec": "^7.0.8",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.8"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz",
  22. "_shasum": "fffd13ffeffad73621be5f387076a28b00294e0c",
  23. "_spec": "postcss-custom-media@^7.0.8",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-preset-env",
  25. "author": {
  26. "name": "Jonathan Neal",
  27. "email": "jonathantneal@hotmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/postcss/postcss-custom-media/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Maxime Thirouin"
  36. }
  37. ],
  38. "dependencies": {
  39. "postcss": "^7.0.14"
  40. },
  41. "deprecated": false,
  42. "description": "Use Custom Media Queries in CSS",
  43. "devDependencies": {
  44. "@babel/core": "^7.4.0",
  45. "@babel/plugin-syntax-dynamic-import": "^7.2.0",
  46. "@babel/preset-env": "^7.4.2",
  47. "babel-eslint": "^10.0.1",
  48. "eslint": "^5.16.0",
  49. "eslint-config-dev": "^2.0.0",
  50. "postcss-tape": "^4.0.0",
  51. "pre-commit": "^1.2.2",
  52. "rollup": "^1.7.4",
  53. "rollup-plugin-babel": "^4.3.2"
  54. },
  55. "engines": {
  56. "node": ">=6.0.0"
  57. },
  58. "eslintConfig": {
  59. "extends": "dev",
  60. "parser": "babel-eslint"
  61. },
  62. "files": [
  63. "index.cjs.js",
  64. "index.es.mjs"
  65. ],
  66. "homepage": "https://github.com/postcss/postcss-custom-media#readme",
  67. "keywords": [
  68. "postcss",
  69. "css",
  70. "postcss-plugin",
  71. "custom",
  72. "media",
  73. "query",
  74. "queries",
  75. "w3c",
  76. "csswg",
  77. "atrule",
  78. "at-rule",
  79. "specification"
  80. ],
  81. "license": "MIT",
  82. "main": "index.cjs.js",
  83. "module": "index.es.mjs",
  84. "name": "postcss-custom-media",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/postcss/postcss-custom-media.git"
  88. },
  89. "scripts": {
  90. "prepublishOnly": "npm test",
  91. "pretest": "rollup -c .rollup.js --silent",
  92. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  93. "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
  94. "test:tape": "postcss-tape"
  95. },
  96. "version": "7.0.8"
  97. }