package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "postcss-color-gray@^5.0.0",
  3. "_id": "postcss-color-gray@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw==",
  6. "_location": "/postcss-color-gray",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-color-gray@^5.0.0",
  12. "name": "postcss-color-gray",
  13. "escapedName": "postcss-color-gray",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz",
  22. "_shasum": "532a31eb909f8da898ceffe296fdc1f864be8547",
  23. "_spec": "postcss-color-gray@^5.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-preset-env",
  25. "author": {
  26. "name": "Shinnosuke Watanabe",
  27. "url": "https://github.com/shinnn"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/postcss/postcss-color-gray/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@csstools/convert-colors": "^1.4.0",
  35. "postcss": "^7.0.5",
  36. "postcss-values-parser": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Use the gray() color function in CSS",
  40. "devDependencies": {
  41. "@babel/core": "^7.0.0",
  42. "@babel/preset-env": "^7.0.0",
  43. "babel-eslint": "^10.0.1",
  44. "eslint": "^5.6.1",
  45. "eslint-config-dev": "^2.0.0",
  46. "postcss-tape": "^2.2.0",
  47. "pre-commit": "^1.2.2",
  48. "rollup": "^0.66.5",
  49. "rollup-plugin-babel": "^4.0.1"
  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.es.js"
  61. ],
  62. "homepage": "https://github.com/postcss/postcss-color-gray#readme",
  63. "keywords": [
  64. "postcss",
  65. "css",
  66. "postcss-plugin",
  67. "gray",
  68. "color",
  69. "lab",
  70. "transform",
  71. "function",
  72. "csswg",
  73. "w3c",
  74. "specification"
  75. ],
  76. "license": "ISC",
  77. "main": "index.cjs.js",
  78. "module": "index.es.js",
  79. "name": "postcss-color-gray",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/postcss/postcss-color-gray.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": "5.0.0"
  93. }