25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

3 yıl önce
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "postcss-lab-function@2.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-lab-function@2.0.1",
  9. "_id": "postcss-lab-function@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg==",
  12. "_location": "/postcss-lab-function",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "postcss-lab-function@2.0.1",
  22. "name": "postcss-lab-function",
  23. "escapedName": "postcss-lab-function",
  24. "rawSpec": "2.0.1",
  25. "saveSpec": null,
  26. "fetchSpec": "2.0.1"
  27. },
  28. "_requiredBy": [
  29. "/postcss-preset-env"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz",
  32. "_spec": "2.0.1",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Jonathan Neal",
  36. "email": "jonathantneal@hotmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonathantneal/postcss-lab-function/issues"
  40. },
  41. "dependencies": {
  42. "@csstools/convert-colors": "^1.4.0",
  43. "postcss": "^7.0.2",
  44. "postcss-values-parser": "^2.0.0"
  45. },
  46. "description": "Use lab() and lch() color functions in CSS",
  47. "devDependencies": {
  48. "@babel/core": "^7.1.0",
  49. "@babel/preset-env": "^7.1.0",
  50. "babel-eslint": "^9.0.0",
  51. "eslint": "^5.6.0",
  52. "eslint-config-dev": "^2.0.0",
  53. "postcss-tape": "^2.2.0",
  54. "pre-commit": "^1.2.2",
  55. "rollup": "^0.66.0",
  56. "rollup-plugin-babel": "^4.0.3"
  57. },
  58. "engines": {
  59. "node": ">=6.0.0"
  60. },
  61. "eslintConfig": {
  62. "extends": "dev",
  63. "parser": "babel-eslint"
  64. },
  65. "files": [
  66. "index.cjs.js",
  67. "index.cjs.js.map",
  68. "index.es.mjs",
  69. "index.es.mjs.map"
  70. ],
  71. "homepage": "https://github.com/jonathantneal/postcss-lab-function#readme",
  72. "keywords": [
  73. "postcss",
  74. "css",
  75. "postcss-plugin",
  76. "color",
  77. "colors",
  78. "rgb",
  79. "rgba",
  80. "hsl",
  81. "hsla",
  82. "hwb",
  83. "functional",
  84. "notation",
  85. "design",
  86. "syntax",
  87. "space",
  88. "comma"
  89. ],
  90. "license": "CC0-1.0",
  91. "main": "index.cjs.js",
  92. "module": "index.es.mjs",
  93. "name": "postcss-lab-function",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/jonathantneal/postcss-lab-function.git"
  97. },
  98. "scripts": {
  99. "prepublishOnly": "npm test",
  100. "pretest": "rollup -c .rollup.js --silent",
  101. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  102. "test:ec": "echint --ignore index.*.js test",
  103. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  104. "test:tape": "postcss-tape"
  105. },
  106. "version": "2.0.1"
  107. }