source: trip-planner-front/node_modules/postcss-env-function/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.6 KB
Line 
1{
2 "_args": [
3 [
4 "postcss-env-function@2.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-env-function@2.0.2",
10 "_id": "postcss-env-function@2.0.2",
11 "_inBundle": false,
12 "_integrity": "sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==",
13 "_location": "/postcss-env-function",
14 "_phantomChildren": {
15 "picocolors": "0.2.1"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "postcss-env-function@2.0.2",
21 "name": "postcss-env-function",
22 "escapedName": "postcss-env-function",
23 "rawSpec": "2.0.2",
24 "saveSpec": null,
25 "fetchSpec": "2.0.2"
26 },
27 "_requiredBy": [
28 "/postcss-preset-env"
29 ],
30 "_resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.2.tgz",
31 "_spec": "2.0.2",
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-env-function/issues"
39 },
40 "dependencies": {
41 "postcss": "^7.0.2",
42 "postcss-values-parser": "^2.0.0"
43 },
44 "description": "Use env() variables in CSS",
45 "devDependencies": {
46 "@babel/core": "^7.1.0",
47 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
48 "@babel/preset-env": "^7.1.0",
49 "babel-eslint": "^9.0.0",
50 "eslint": "^5.6.0",
51 "eslint-config-dev": "^2.0.0",
52 "postcss-tape": "^2.2.0",
53 "pre-commit": "^1.2.2",
54 "rollup": "^0.66.1",
55 "rollup-plugin-babel": "^4.0.3"
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.cjs.js.map",
67 "index.es.mjs",
68 "index.es.mjs.map"
69 ],
70 "homepage": "https://github.com/jonathantneal/postcss-env-function#readme",
71 "keywords": [
72 "postcss",
73 "css",
74 "postcss-plugin",
75 "environments",
76 "variables",
77 "envs",
78 "constants",
79 "functions"
80 ],
81 "license": "CC0-1.0",
82 "main": "index.cjs.js",
83 "module": "index.es.mjs",
84 "name": "postcss-env-function",
85 "repository": {
86 "type": "git",
87 "url": "git+https://github.com/jonathantneal/postcss-env-function.git"
88 },
89 "scripts": {
90 "prepublishOnly": "npm test",
91 "pretest": "rollup -c .rollup.js --silent",
92 "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
93 "test:ec": "echint --ignore index.*.js test",
94 "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
95 "test:tape": "postcss-tape"
96 },
97 "version": "2.0.2"
98}
Note: See TracBrowser for help on using the repository browser.