package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "postcss-color-hex-alpha@^5.0.3",
  3. "_id": "postcss-color-hex-alpha@5.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==",
  6. "_location": "/postcss-color-hex-alpha",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-color-hex-alpha@^5.0.3",
  12. "name": "postcss-color-hex-alpha",
  13. "escapedName": "postcss-color-hex-alpha",
  14. "rawSpec": "^5.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.3"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz",
  22. "_shasum": "a8d9ca4c39d497c9661e374b9c51899ef0f87388",
  23. "_spec": "postcss-color-hex-alpha@^5.0.3",
  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-color-hex-alpha/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Maxime Thirouin"
  36. }
  37. ],
  38. "dependencies": {
  39. "postcss": "^7.0.14",
  40. "postcss-values-parser": "^2.0.1"
  41. },
  42. "deprecated": false,
  43. "description": "Use 4 & 8 character hex color notation in CSS",
  44. "devDependencies": {
  45. "@babel/core": "^7.4.0",
  46. "@babel/plugin-syntax-dynamic-import": "^7.2.0",
  47. "@babel/preset-env": "^7.4.2",
  48. "babel-eslint": "^10.0.1",
  49. "eslint": "^5.16.0",
  50. "eslint-config-dev": "^2.0.0",
  51. "postcss-tape": "^4.0.0",
  52. "pre-commit": "^1.2.2",
  53. "rollup": "^1.7.4",
  54. "rollup-plugin-babel": "^4.3.2"
  55. },
  56. "engines": {
  57. "node": ">=6.0.0"
  58. },
  59. "eslintConfig": {
  60. "extends": "dev",
  61. "parser": "babel-eslint"
  62. },
  63. "files": [
  64. "index.cjs.js",
  65. "index.cjs.js.map",
  66. "index.es.mjs",
  67. "index.es.mjs.map"
  68. ],
  69. "homepage": "https://github.com/postcss/postcss-color-hex-alpha#readme",
  70. "keywords": [
  71. "postcss",
  72. "css",
  73. "postcss-plugin",
  74. "color",
  75. "hex",
  76. "alpha",
  77. "transparent",
  78. "transparency",
  79. "4-digit",
  80. "8-digit",
  81. "w3c",
  82. "csswg",
  83. "specification",
  84. "spec"
  85. ],
  86. "license": "MIT",
  87. "main": "index.cjs.js",
  88. "module": "index.es.mjs",
  89. "name": "postcss-color-hex-alpha",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/postcss/postcss-color-hex-alpha.git"
  93. },
  94. "scripts": {
  95. "prepublishOnly": "npm test",
  96. "pretest": "rollup -c .rollup.js --silent",
  97. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  98. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  99. "test:tape": "postcss-tape"
  100. },
  101. "version": "5.0.3"
  102. }