source: trip-planner-front/node_modules/postcss-color-hex-alpha/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-color-hex-alpha@5.0.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-color-hex-alpha@5.0.3",
10 "_id": "postcss-color-hex-alpha@5.0.3",
11 "_inBundle": false,
12 "_integrity": "sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==",
13 "_location": "/postcss-color-hex-alpha",
14 "_phantomChildren": {
15 "picocolors": "0.2.1"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "postcss-color-hex-alpha@5.0.3",
21 "name": "postcss-color-hex-alpha",
22 "escapedName": "postcss-color-hex-alpha",
23 "rawSpec": "5.0.3",
24 "saveSpec": null,
25 "fetchSpec": "5.0.3"
26 },
27 "_requiredBy": [
28 "/postcss-preset-env"
29 ],
30 "_resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz",
31 "_spec": "5.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/postcss/postcss-color-hex-alpha/issues"
39 },
40 "contributors": [
41 {
42 "name": "Maxime Thirouin"
43 }
44 ],
45 "dependencies": {
46 "postcss": "^7.0.14",
47 "postcss-values-parser": "^2.0.1"
48 },
49 "description": "Use 4 & 8 character hex color notation in CSS",
50 "devDependencies": {
51 "@babel/core": "^7.4.0",
52 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
53 "@babel/preset-env": "^7.4.2",
54 "babel-eslint": "^10.0.1",
55 "eslint": "^5.16.0",
56 "eslint-config-dev": "^2.0.0",
57 "postcss-tape": "^4.0.0",
58 "pre-commit": "^1.2.2",
59 "rollup": "^1.7.4",
60 "rollup-plugin-babel": "^4.3.2"
61 },
62 "engines": {
63 "node": ">=6.0.0"
64 },
65 "eslintConfig": {
66 "extends": "dev",
67 "parser": "babel-eslint"
68 },
69 "files": [
70 "index.cjs.js",
71 "index.cjs.js.map",
72 "index.es.mjs",
73 "index.es.mjs.map"
74 ],
75 "homepage": "https://github.com/postcss/postcss-color-hex-alpha#readme",
76 "keywords": [
77 "postcss",
78 "css",
79 "postcss-plugin",
80 "color",
81 "hex",
82 "alpha",
83 "transparent",
84 "transparency",
85 "4-digit",
86 "8-digit",
87 "w3c",
88 "csswg",
89 "specification",
90 "spec"
91 ],
92 "license": "MIT",
93 "main": "index.cjs.js",
94 "module": "index.es.mjs",
95 "name": "postcss-color-hex-alpha",
96 "repository": {
97 "type": "git",
98 "url": "git+https://github.com/postcss/postcss-color-hex-alpha.git"
99 },
100 "scripts": {
101 "prepublishOnly": "npm test",
102 "pretest": "rollup -c .rollup.js --silent",
103 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
104 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
105 "test:tape": "postcss-tape"
106 },
107 "version": "5.0.3"
108}
Note: See TracBrowser for help on using the repository browser.