package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "postcss-replace-overflow-wrap@^3.0.0",
  3. "_id": "postcss-replace-overflow-wrap@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==",
  6. "_location": "/postcss-replace-overflow-wrap",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-replace-overflow-wrap@^3.0.0",
  12. "name": "postcss-replace-overflow-wrap",
  13. "escapedName": "postcss-replace-overflow-wrap",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz",
  22. "_shasum": "61b360ffdaedca84c7c918d2b0f0d0ea559ab01c",
  23. "_spec": "postcss-replace-overflow-wrap@^3.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-preset-env",
  25. "author": {
  26. "name": "Matthias Müller",
  27. "email": "MattDiMu@users.noreply.github.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/MattDiMu/postcss-replace-overflow-wrap/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "postcss": "^7.0.2"
  35. },
  36. "deprecated": false,
  37. "description": "PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.",
  38. "devDependencies": {
  39. "ava": "^0.25.0",
  40. "eslint": "^5.3.0",
  41. "eslint-config-logux": "^24.0.0",
  42. "eslint-config-postcss": "^3.0.3",
  43. "eslint-config-standard": "^11.0.0",
  44. "eslint-plugin-es5": "^1.3.1",
  45. "eslint-plugin-import": "^2.13.0",
  46. "eslint-plugin-jest": "^21.20.1",
  47. "eslint-plugin-node": "^7.0.1",
  48. "eslint-plugin-promise": "^3.8.0",
  49. "eslint-plugin-security": "^1.4.0",
  50. "eslint-plugin-standard": "^3.1.0"
  51. },
  52. "eslintConfig": {
  53. "extends": "eslint-config-postcss/es5",
  54. "rules": {
  55. "max-len": 0,
  56. "es5/no-modules": false
  57. }
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/MattDiMu/postcss-replace-overflow-wrap",
  63. "keywords": [
  64. "postcss",
  65. "css",
  66. "postcss-plugin",
  67. "overflow-wrap",
  68. "word-wrap"
  69. ],
  70. "license": "MIT",
  71. "name": "postcss-replace-overflow-wrap",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/MattDiMu/postcss-replace-overflow-wrap.git"
  75. },
  76. "scripts": {
  77. "test": "ava && eslint *.js"
  78. },
  79. "version": "3.0.0"
  80. }