source: trip-planner-front/node_modules/postcss-color-functional-notation/package.json@ 8d391a1

Last change on this file since 8d391a1 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-color-functional-notation@2.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-color-functional-notation@2.0.1",
10 "_id": "postcss-color-functional-notation@2.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==",
13 "_location": "/postcss-color-functional-notation",
14 "_phantomChildren": {
15 "picocolors": "0.2.1"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "postcss-color-functional-notation@2.0.1",
21 "name": "postcss-color-functional-notation",
22 "escapedName": "postcss-color-functional-notation",
23 "rawSpec": "2.0.1",
24 "saveSpec": null,
25 "fetchSpec": "2.0.1"
26 },
27 "_requiredBy": [
28 "/postcss-preset-env"
29 ],
30 "_resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz",
31 "_spec": "2.0.1",
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-functional-notation/issues"
39 },
40 "dependencies": {
41 "postcss": "^7.0.2",
42 "postcss-values-parser": "^2.0.0"
43 },
44 "description": "Use space and slash separated color notation in CSS",
45 "devDependencies": {
46 "@babel/core": "^7.1.0",
47 "@babel/preset-env": "^7.1.0",
48 "babel-eslint": "^9.0.0",
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.0",
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-color-functional-notation#readme",
70 "keywords": [
71 "postcss",
72 "css",
73 "postcss-plugin",
74 "color",
75 "colors",
76 "rgb",
77 "rgba",
78 "hsl",
79 "hsla",
80 "hwb",
81 "functional",
82 "notation",
83 "design",
84 "syntax",
85 "space",
86 "comma"
87 ],
88 "license": "CC0-1.0",
89 "main": "index.cjs.js",
90 "module": "index.es.mjs",
91 "name": "postcss-color-functional-notation",
92 "repository": {
93 "type": "git",
94 "url": "git+https://github.com/jonathantneal/postcss-color-functional-notation.git"
95 },
96 "scripts": {
97 "prepublishOnly": "npm test",
98 "pretest": "rollup -c .rollup.js --silent",
99 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
100 "test:ec": "echint --ignore index.*.js test",
101 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
102 "test:tape": "postcss-tape"
103 },
104 "version": "2.0.1"
105}
Note: See TracBrowser for help on using the repository browser.