1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "postcss-custom-properties@8.0.11",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "postcss-custom-properties@8.0.11",
|
---|
10 | "_id": "postcss-custom-properties@8.0.11",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==",
|
---|
13 | "_location": "/postcss-custom-properties",
|
---|
14 | "_phantomChildren": {
|
---|
15 | "picocolors": "0.2.1"
|
---|
16 | },
|
---|
17 | "_requested": {
|
---|
18 | "type": "version",
|
---|
19 | "registry": true,
|
---|
20 | "raw": "postcss-custom-properties@8.0.11",
|
---|
21 | "name": "postcss-custom-properties",
|
---|
22 | "escapedName": "postcss-custom-properties",
|
---|
23 | "rawSpec": "8.0.11",
|
---|
24 | "saveSpec": null,
|
---|
25 | "fetchSpec": "8.0.11"
|
---|
26 | },
|
---|
27 | "_requiredBy": [
|
---|
28 | "/postcss-preset-env"
|
---|
29 | ],
|
---|
30 | "_resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz",
|
---|
31 | "_spec": "8.0.11",
|
---|
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-custom-properties/issues"
|
---|
39 | },
|
---|
40 | "contributors": [
|
---|
41 | {
|
---|
42 | "name": "Maxime Thirouin"
|
---|
43 | }
|
---|
44 | ],
|
---|
45 | "dependencies": {
|
---|
46 | "postcss": "^7.0.17",
|
---|
47 | "postcss-values-parser": "^2.0.1"
|
---|
48 | },
|
---|
49 | "description": "Use Custom Properties Queries in CSS",
|
---|
50 | "devDependencies": {
|
---|
51 | "@babel/core": "^7.4.5",
|
---|
52 | "@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
---|
53 | "@babel/preset-env": "^7.4.5",
|
---|
54 | "babel-eslint": "^10.0.2",
|
---|
55 | "eslint": "^5.16.0",
|
---|
56 | "postcss-tape": "^4.0.0",
|
---|
57 | "pre-commit": "^1.2.2",
|
---|
58 | "rollup": "^1.15.6",
|
---|
59 | "rollup-plugin-babel": "^4.3.2"
|
---|
60 | },
|
---|
61 | "engines": {
|
---|
62 | "node": ">=6.0.0"
|
---|
63 | },
|
---|
64 | "eslintConfig": {
|
---|
65 | "env": {
|
---|
66 | "browser": true,
|
---|
67 | "es6": true,
|
---|
68 | "node": true
|
---|
69 | },
|
---|
70 | "extends": "eslint:recommended",
|
---|
71 | "parser": "babel-eslint",
|
---|
72 | "parserOptions": {
|
---|
73 | "ecmaVersion": 2018,
|
---|
74 | "impliedStrict": true,
|
---|
75 | "sourceType": "module"
|
---|
76 | },
|
---|
77 | "root": true
|
---|
78 | },
|
---|
79 | "files": [
|
---|
80 | "index.cjs.js",
|
---|
81 | "index.cjs.js.map",
|
---|
82 | "index.esm.mjs",
|
---|
83 | "index.esm.mjs.map"
|
---|
84 | ],
|
---|
85 | "homepage": "https://github.com/postcss/postcss-custom-properties#readme",
|
---|
86 | "keywords": [
|
---|
87 | "postcss",
|
---|
88 | "css",
|
---|
89 | "postcss-plugin",
|
---|
90 | "custom",
|
---|
91 | "properties",
|
---|
92 | "declarations",
|
---|
93 | "variables",
|
---|
94 | "vars",
|
---|
95 | "w3c",
|
---|
96 | "csswg",
|
---|
97 | "specification"
|
---|
98 | ],
|
---|
99 | "license": "MIT",
|
---|
100 | "main": "index.cjs.js",
|
---|
101 | "module": "index.esm.mjs",
|
---|
102 | "name": "postcss-custom-properties",
|
---|
103 | "repository": {
|
---|
104 | "type": "git",
|
---|
105 | "url": "git+https://github.com/postcss/postcss-custom-properties.git"
|
---|
106 | },
|
---|
107 | "scripts": {
|
---|
108 | "prepublishOnly": "npm test",
|
---|
109 | "pretest:tape": "rollup -c .rollup.js --silent",
|
---|
110 | "test": "npm run test:js && npm run test:tape",
|
---|
111 | "test:js": "eslint src/{*,**/*}.js --cache --ignore-path .gitignore --quiet",
|
---|
112 | "test:tape": "postcss-tape"
|
---|
113 | },
|
---|
114 | "version": "8.0.11"
|
---|
115 | }
|
---|