source: trip-planner-front/node_modules/postcss-logical/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.8 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-logical@3.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-logical@3.0.0",
10 "_id": "postcss-logical@3.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA==",
13 "_location": "/postcss-logical",
14 "_phantomChildren": {
15 "picocolors": "0.2.1"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "postcss-logical@3.0.0",
21 "name": "postcss-logical",
22 "escapedName": "postcss-logical",
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-logical/-/postcss-logical-3.0.0.tgz",
31 "_spec": "3.0.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Jonathan Neal",
35 "email": "jonathantneal@hotmail.com"
36 },
37 "bugs": {
38 "url": "https://github.com/jonathantneal/postcss-logical/issues"
39 },
40 "dependencies": {
41 "postcss": "^7.0.2"
42 },
43 "description": "Use logical properties and values in CSS",
44 "devDependencies": {
45 "@babel/core": "^7.1.0",
46 "@babel/preset-env": "^7.1.0",
47 "babel-eslint": "^9.0.0",
48 "echint": "^4.0.1",
49 "eslint": "^5.6.0",
50 "eslint-config-dev": "^2.0.0",
51 "postcss-tape": "^2.2.0",
52 "pre-commit": "^1.2.2",
53 "rollup": "^0.66.1",
54 "rollup-plugin-babel": "^4.0.3"
55 },
56 "engines": {
57 "node": ">=6.0.0"
58 },
59 "eslintConfig": {
60 "extends": "dev",
61 "parser": "babel-eslint"
62 },
63 "files": [
64 "index.cjs.js",
65 "index.cjs.js.map",
66 "index.es.mjs",
67 "index.es.mjs.map"
68 ],
69 "homepage": "https://github.com/jonathantneal/postcss-logical#readme",
70 "keywords": [
71 "postcss",
72 "css",
73 "postcss-plugin",
74 "logical",
75 "flow",
76 "relative",
77 "property",
78 "properties",
79 "values",
80 "ltr",
81 "rtl",
82 "dir",
83 "directions",
84 "directional",
85 "inline",
86 "block",
87 "start",
88 "end",
89 "align",
90 "border",
91 "clear",
92 "float",
93 "margin",
94 "padding",
95 "size",
96 "text"
97 ],
98 "license": "CC0-1.0",
99 "main": "index.cjs.js",
100 "module": "index.es.mjs",
101 "name": "postcss-logical",
102 "repository": {
103 "type": "git",
104 "url": "git+https://github.com/jonathantneal/postcss-logical.git"
105 },
106 "scripts": {
107 "prepublishOnly": "npm test",
108 "pretest": "rollup -c .rollup.js --silent",
109 "test": "echo 'Running tests...'; npm run test:ec && npm run test:js && npm run test:tape",
110 "test:ec": "echint --ignore index.*.js test",
111 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
112 "test:tape": "postcss-tape"
113 },
114 "version": "3.0.0"
115}
Note: See TracBrowser for help on using the repository browser.