source: trip-planner-front/node_modules/postcss-color-gray/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.6 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-color-gray@5.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-color-gray@5.0.0",
10 "_id": "postcss-color-gray@5.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw==",
13 "_location": "/postcss-color-gray",
14 "_phantomChildren": {
15 "picocolors": "0.2.1"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "postcss-color-gray@5.0.0",
21 "name": "postcss-color-gray",
22 "escapedName": "postcss-color-gray",
23 "rawSpec": "5.0.0",
24 "saveSpec": null,
25 "fetchSpec": "5.0.0"
26 },
27 "_requiredBy": [
28 "/postcss-preset-env"
29 ],
30 "_resolved": "https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz",
31 "_spec": "5.0.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Shinnosuke Watanabe",
35 "url": "https://github.com/shinnn"
36 },
37 "bugs": {
38 "url": "https://github.com/postcss/postcss-color-gray/issues"
39 },
40 "dependencies": {
41 "@csstools/convert-colors": "^1.4.0",
42 "postcss": "^7.0.5",
43 "postcss-values-parser": "^2.0.0"
44 },
45 "description": "Use the gray() color function in CSS",
46 "devDependencies": {
47 "@babel/core": "^7.0.0",
48 "@babel/preset-env": "^7.0.0",
49 "babel-eslint": "^10.0.1",
50 "eslint": "^5.6.1",
51 "eslint-config-dev": "^2.0.0",
52 "postcss-tape": "^2.2.0",
53 "pre-commit": "^1.2.2",
54 "rollup": "^0.66.5",
55 "rollup-plugin-babel": "^4.0.1"
56 },
57 "engines": {
58 "node": ">=6.0.0"
59 },
60 "eslintConfig": {
61 "extends": "dev",
62 "parser": "babel-eslint"
63 },
64 "files": [
65 "index.cjs.js",
66 "index.es.js"
67 ],
68 "homepage": "https://github.com/postcss/postcss-color-gray#readme",
69 "keywords": [
70 "postcss",
71 "css",
72 "postcss-plugin",
73 "gray",
74 "color",
75 "lab",
76 "transform",
77 "function",
78 "csswg",
79 "w3c",
80 "specification"
81 ],
82 "license": "ISC",
83 "main": "index.cjs.js",
84 "module": "index.es.js",
85 "name": "postcss-color-gray",
86 "repository": {
87 "type": "git",
88 "url": "git+https://github.com/postcss/postcss-color-gray.git"
89 },
90 "scripts": {
91 "prepublishOnly": "npm test",
92 "pretest": "rollup -c .rollup.js --silent",
93 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
94 "test:ec": "echint --ignore index.*.js test",
95 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
96 "test:tape": "postcss-tape"
97 },
98 "version": "5.0.0"
99}
Note: See TracBrowser for help on using the repository browser.