Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

3 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "postcss-image-set-function@3.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-image-set-function@3.0.1",
  9. "_id": "postcss-image-set-function@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==",
  12. "_location": "/postcss-image-set-function",
  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-image-set-function@3.0.1",
  22. "name": "postcss-image-set-function",
  23. "escapedName": "postcss-image-set-function",
  24. "rawSpec": "3.0.1",
  25. "saveSpec": null,
  26. "fetchSpec": "3.0.1"
  27. },
  28. "_requiredBy": [
  29. "/postcss-preset-env"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz",
  32. "_spec": "3.0.1",
  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/jonathantneal/postcss-image-set-function/issues"
  40. },
  41. "dependencies": {
  42. "postcss": "^7.0.2",
  43. "postcss-values-parser": "^2.0.0"
  44. },
  45. "description": "Display resolution-dependent images using the image-set() function in CSS",
  46. "devDependencies": {
  47. "@babel/core": "^7.1.0",
  48. "@babel/preset-env": "^7.1.0",
  49. "babel-eslint": "^9.0.0",
  50. "eslint": "^5.6.0",
  51. "eslint-config-dev": "^2.0.0",
  52. "postcss-tape": "^2.2.0",
  53. "pre-commit": "^1.2.2",
  54. "rollup": "^0.66.0",
  55. "rollup-plugin-babel": "^4.0.3"
  56. },
  57. "engines": {
  58. "node": ">=6.0.0"
  59. },
  60. "eslintConfig": {
  61. "extends": "dev",
  62. "parser": "babel-eslint"
  63. },
  64. "files": [
  65. "index.cjs.js",
  66. "index.cjs.js.map",
  67. "index.es.mjs",
  68. "index.es.mjs.map"
  69. ],
  70. "homepage": "https://github.com/jonathantneal/postcss-image-set-function#readme",
  71. "keywords": [
  72. "postcss",
  73. "css",
  74. "postcss-plugin",
  75. "image-set",
  76. "background",
  77. "image",
  78. "responsive",
  79. "resolution",
  80. "negotiation",
  81. "optimization"
  82. ],
  83. "license": "CC0-1.0",
  84. "main": "index.cjs.js",
  85. "module": "index.es.mjs",
  86. "name": "postcss-image-set-function",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/jonathantneal/postcss-image-set-function.git"
  90. },
  91. "scripts": {
  92. "prepublishOnly": "npm test",
  93. "pretest": "rollup -c .rollup.js --silent",
  94. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  95. "test:ec": "echint --ignore index.*.js test",
  96. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  97. "test:tape": "postcss-tape"
  98. },
  99. "version": "3.0.1"
  100. }