Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "postcss-attribute-case-insensitive@4.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-attribute-case-insensitive@4.0.2",
  9. "_id": "postcss-attribute-case-insensitive@4.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==",
  12. "_location": "/postcss-attribute-case-insensitive",
  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-attribute-case-insensitive@4.0.2",
  22. "name": "postcss-attribute-case-insensitive",
  23. "escapedName": "postcss-attribute-case-insensitive",
  24. "rawSpec": "4.0.2",
  25. "saveSpec": null,
  26. "fetchSpec": "4.0.2"
  27. },
  28. "_requiredBy": [
  29. "/postcss-preset-env"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz",
  32. "_spec": "4.0.2",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Dmitry Semigradsky"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
  39. },
  40. "dependencies": {
  41. "postcss": "^7.0.2",
  42. "postcss-selector-parser": "^6.0.2"
  43. },
  44. "description": "PostCSS plugin to support case insensitive attributes",
  45. "devDependencies": {
  46. "@babel/cli": "^7.8.3",
  47. "@babel/core": "^7.8.3",
  48. "@babel/node": "^7.8.3",
  49. "@babel/preset-env": "^7.8.3",
  50. "@babel/register": "^7.8.3",
  51. "chai": "^4.2.0",
  52. "eslint": "^5.6.0",
  53. "eslint-config-airbnb-base": "^13.1.0",
  54. "eslint-plugin-import": "^2.14.0",
  55. "mocha": "^5.2.0"
  56. },
  57. "homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
  58. "keywords": [
  59. "postcss",
  60. "css",
  61. "postcss-plugin",
  62. "attribute",
  63. "insensitive",
  64. "sensitive",
  65. "CSS4"
  66. ],
  67. "license": "MIT",
  68. "main": "dist/index.js",
  69. "name": "postcss-attribute-case-insensitive",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
  73. },
  74. "scripts": {
  75. "prepublish": "babel src --out-dir dist",
  76. "test": "eslint src && npm run prepublish && mocha --require @babel/register"
  77. },
  78. "version": "4.0.2"
  79. }