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

88 строки
2.6 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-replace-overflow-wrap@3.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-replace-overflow-wrap@3.0.0",
  9. "_id": "postcss-replace-overflow-wrap@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==",
  12. "_location": "/postcss-replace-overflow-wrap",
  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-replace-overflow-wrap@3.0.0",
  22. "name": "postcss-replace-overflow-wrap",
  23. "escapedName": "postcss-replace-overflow-wrap",
  24. "rawSpec": "3.0.0",
  25. "saveSpec": null,
  26. "fetchSpec": "3.0.0"
  27. },
  28. "_requiredBy": [
  29. "/postcss-preset-env"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz",
  32. "_spec": "3.0.0",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Matthias Müller",
  36. "email": "MattDiMu@users.noreply.github.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/MattDiMu/postcss-replace-overflow-wrap/issues"
  40. },
  41. "dependencies": {
  42. "postcss": "^7.0.2"
  43. },
  44. "description": "PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.",
  45. "devDependencies": {
  46. "ava": "^0.25.0",
  47. "eslint": "^5.3.0",
  48. "eslint-config-logux": "^24.0.0",
  49. "eslint-config-postcss": "^3.0.3",
  50. "eslint-config-standard": "^11.0.0",
  51. "eslint-plugin-es5": "^1.3.1",
  52. "eslint-plugin-import": "^2.13.0",
  53. "eslint-plugin-jest": "^21.20.1",
  54. "eslint-plugin-node": "^7.0.1",
  55. "eslint-plugin-promise": "^3.8.0",
  56. "eslint-plugin-security": "^1.4.0",
  57. "eslint-plugin-standard": "^3.1.0"
  58. },
  59. "eslintConfig": {
  60. "extends": "eslint-config-postcss/es5",
  61. "rules": {
  62. "max-len": 0,
  63. "es5/no-modules": false
  64. }
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/MattDiMu/postcss-replace-overflow-wrap",
  70. "keywords": [
  71. "postcss",
  72. "css",
  73. "postcss-plugin",
  74. "overflow-wrap",
  75. "word-wrap"
  76. ],
  77. "license": "MIT",
  78. "name": "postcss-replace-overflow-wrap",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/MattDiMu/postcss-replace-overflow-wrap.git"
  82. },
  83. "scripts": {
  84. "test": "ava && eslint *.js"
  85. },
  86. "version": "3.0.0"
  87. }