package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "postcss-lab-function@^2.0.1",
  3. "_id": "postcss-lab-function@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg==",
  6. "_location": "/postcss-lab-function",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-lab-function@^2.0.1",
  12. "name": "postcss-lab-function",
  13. "escapedName": "postcss-lab-function",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz",
  22. "_shasum": "bb51a6856cd12289ab4ae20db1e3821ef13d7d2e",
  23. "_spec": "postcss-lab-function@^2.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-lab-function/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@csstools/convert-colors": "^1.4.0",
  35. "postcss": "^7.0.2",
  36. "postcss-values-parser": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Use lab() and lch() color functions in CSS",
  40. "devDependencies": {
  41. "@babel/core": "^7.1.0",
  42. "@babel/preset-env": "^7.1.0",
  43. "babel-eslint": "^9.0.0",
  44. "eslint": "^5.6.0",
  45. "eslint-config-dev": "^2.0.0",
  46. "postcss-tape": "^2.2.0",
  47. "pre-commit": "^1.2.2",
  48. "rollup": "^0.66.0",
  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-lab-function#readme",
  65. "keywords": [
  66. "postcss",
  67. "css",
  68. "postcss-plugin",
  69. "color",
  70. "colors",
  71. "rgb",
  72. "rgba",
  73. "hsl",
  74. "hsla",
  75. "hwb",
  76. "functional",
  77. "notation",
  78. "design",
  79. "syntax",
  80. "space",
  81. "comma"
  82. ],
  83. "license": "CC0-1.0",
  84. "main": "index.cjs.js",
  85. "module": "index.es.mjs",
  86. "name": "postcss-lab-function",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/jonathantneal/postcss-lab-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": "2.0.1"
  100. }