source: trip-planner-front/node_modules/postcss-replace-overflow-wrap/package.json@ 571e0df

Last change on this file since 571e0df was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

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