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