package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "postcss-double-position-gradients@^1.0.0",
  3. "_id": "postcss-double-position-gradients@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA==",
  6. "_location": "/postcss-double-position-gradients",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-double-position-gradients@^1.0.0",
  12. "name": "postcss-double-position-gradients",
  13. "escapedName": "postcss-double-position-gradients",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz",
  22. "_shasum": "fc927d52fddc896cb3a2812ebc5df147e110522e",
  23. "_spec": "postcss-double-position-gradients@^1.0.0",
  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-double-position-gradients/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "postcss": "^7.0.5",
  35. "postcss-values-parser": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Use double-position gradients in CSS",
  39. "devDependencies": {
  40. "@babel/core": "^7.1.2",
  41. "@babel/plugin-syntax-dynamic-import": "^7.0.0",
  42. "@babel/preset-env": "^7.1.0",
  43. "babel-eslint": "^10.0.1",
  44. "eslint": "^5.8.0",
  45. "eslint-config-dev": "^2.0.0",
  46. "postcss-tape": "^2.2.0",
  47. "pre-commit": "^1.2.2",
  48. "rollup": "^0.66.6",
  49. "rollup-plugin-babel": "^4.0.3"
  50. },
  51. "engines": {
  52. "node": ">=6.0.0"
  53. },
  54. "eslintConfig": {
  55. "extends": "dev",
  56. "parser": "babel-eslint"
  57. },
  58. "files": [
  59. "index.cjs.js",
  60. "index.cjs.js.map",
  61. "index.es.mjs",
  62. "index.es.mjs.map"
  63. ],
  64. "homepage": "https://github.com/jonathantneal/postcss-double-position-gradients#readme",
  65. "keywords": [
  66. "postcss",
  67. "css",
  68. "postcss-plugin",
  69. "double",
  70. "position",
  71. "gradients",
  72. "linear",
  73. "radial",
  74. "conic",
  75. "color",
  76. "stop",
  77. "syntax",
  78. "repeating"
  79. ],
  80. "license": "CC0-1.0",
  81. "main": "index.cjs.js",
  82. "module": "index.es.mjs",
  83. "name": "postcss-double-position-gradients",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jonathantneal/postcss-double-position-gradients.git"
  87. },
  88. "scripts": {
  89. "prepublishOnly": "npm test",
  90. "pretest": "rollup -c .rollup.js --silent",
  91. "test": "npm run test:js && npm run test:tape",
  92. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  93. "test:tape": "postcss-tape"
  94. },
  95. "version": "1.0.0"
  96. }