package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "postcss-image-set-function@^3.0.1",
  3. "_id": "postcss-image-set-function@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==",
  6. "_location": "/postcss-image-set-function",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-image-set-function@^3.0.1",
  12. "name": "postcss-image-set-function",
  13. "escapedName": "postcss-image-set-function",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz",
  22. "_shasum": "28920a2f29945bed4c3198d7df6496d410d3f288",
  23. "_spec": "postcss-image-set-function@^3.0.1",
  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/jonathantneal/postcss-image-set-function/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "postcss": "^7.0.2",
  35. "postcss-values-parser": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Display resolution-dependent images using the image-set() function in CSS",
  39. "devDependencies": {
  40. "@babel/core": "^7.1.0",
  41. "@babel/preset-env": "^7.1.0",
  42. "babel-eslint": "^9.0.0",
  43. "eslint": "^5.6.0",
  44. "eslint-config-dev": "^2.0.0",
  45. "postcss-tape": "^2.2.0",
  46. "pre-commit": "^1.2.2",
  47. "rollup": "^0.66.0",
  48. "rollup-plugin-babel": "^4.0.3"
  49. },
  50. "engines": {
  51. "node": ">=6.0.0"
  52. },
  53. "eslintConfig": {
  54. "extends": "dev",
  55. "parser": "babel-eslint"
  56. },
  57. "files": [
  58. "index.cjs.js",
  59. "index.cjs.js.map",
  60. "index.es.mjs",
  61. "index.es.mjs.map"
  62. ],
  63. "homepage": "https://github.com/jonathantneal/postcss-image-set-function#readme",
  64. "keywords": [
  65. "postcss",
  66. "css",
  67. "postcss-plugin",
  68. "image-set",
  69. "background",
  70. "image",
  71. "responsive",
  72. "resolution",
  73. "negotiation",
  74. "optimization"
  75. ],
  76. "license": "CC0-1.0",
  77. "main": "index.cjs.js",
  78. "module": "index.es.mjs",
  79. "name": "postcss-image-set-function",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jonathantneal/postcss-image-set-function.git"
  83. },
  84. "scripts": {
  85. "prepublishOnly": "npm test",
  86. "pretest": "rollup -c .rollup.js --silent",
  87. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  88. "test:ec": "echint --ignore index.*.js test",
  89. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  90. "test:tape": "postcss-tape"
  91. },
  92. "version": "3.0.1"
  93. }