source: trip-planner-front/node_modules/postcss-color-mod-function/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: 3.0 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-color-mod-function@3.0.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-color-mod-function@3.0.3",
10 "_id": "postcss-color-mod-function@3.0.3",
11 "_inBundle": false,
12 "_integrity": "sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ==",
13 "_location": "/postcss-color-mod-function",
14 "_phantomChildren": {
15 "picocolors": "0.2.1"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "postcss-color-mod-function@3.0.3",
21 "name": "postcss-color-mod-function",
22 "escapedName": "postcss-color-mod-function",
23 "rawSpec": "3.0.3",
24 "saveSpec": null,
25 "fetchSpec": "3.0.3"
26 },
27 "_requiredBy": [
28 "/postcss-preset-env"
29 ],
30 "_resolved": "https://registry.npmjs.org/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz",
31 "_spec": "3.0.3",
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-color-mod-function/issues"
39 },
40 "dependencies": {
41 "@csstools/convert-colors": "^1.4.0",
42 "postcss": "^7.0.2",
43 "postcss-values-parser": "^2.0.0"
44 },
45 "description": "Modify colors using the color-mod() function in CSS",
46 "devDependencies": {
47 "@babel/core": "^7.1.0",
48 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
49 "@babel/preset-env": "^7.1.0",
50 "babel-eslint": "^9.0.0",
51 "eslint": "^5.6.0",
52 "eslint-config-dev": "^2.0.0",
53 "postcss-tape": "^2.2.0",
54 "pre-commit": "^1.2.2",
55 "rollup": "^0.66.2",
56 "rollup-plugin-babel": "^4.0.3"
57 },
58 "engines": {
59 "node": ">=6.0.0"
60 },
61 "eslintConfig": {
62 "extends": "dev",
63 "parser": "babel-eslint",
64 "rules": {
65 "max-params": [
66 2,
67 5
68 ]
69 }
70 },
71 "files": [
72 "index.cjs.js",
73 "index.cjs.js.map",
74 "index.es.mjs",
75 "index.es.mjs.map"
76 ],
77 "homepage": "https://github.com/jonathantneal/postcss-color-mod-function#readme",
78 "keywords": [
79 "postcss",
80 "css",
81 "postcss-plugin",
82 "colors",
83 "colours",
84 "modifications",
85 "mods",
86 "adjusters",
87 "adjustments",
88 "csswg",
89 "rgba",
90 "hsla",
91 "white",
92 "black",
93 "red",
94 "green",
95 "blue",
96 "alpha",
97 "hue",
98 "saturation",
99 "lightness",
100 "whiteness",
101 "blackness",
102 "tint",
103 "shade",
104 "blenda",
105 "contrast"
106 ],
107 "license": "CC0-1.0",
108 "main": "index.cjs.js",
109 "module": "index.es.mjs",
110 "name": "postcss-color-mod-function",
111 "repository": {
112 "type": "git",
113 "url": "git+https://github.com/jonathantneal/postcss-color-mod-function.git"
114 },
115 "scripts": {
116 "prepublishOnly": "npm test",
117 "pretest": "rollup -c .rollup.js --silent",
118 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
119 "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
120 "test:tape": "postcss-tape"
121 },
122 "version": "3.0.3"
123}
Note: See TracBrowser for help on using the repository browser.