source: trip-planner-front/node_modules/postcss-calc/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-calc@8.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-calc@8.0.0",
10 "_id": "postcss-calc@8.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-5NglwDrcbiy8XXfPM11F3HeC6hoT9W7GUH/Zi5U/p7u3Irv4rHhdDcIZwG0llHXV4ftsBjpfWMXAnXNl4lnt8g==",
13 "_location": "/postcss-calc",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "postcss-calc@8.0.0",
19 "name": "postcss-calc",
20 "escapedName": "postcss-calc",
21 "rawSpec": "8.0.0",
22 "saveSpec": null,
23 "fetchSpec": "8.0.0"
24 },
25 "_requiredBy": [
26 "/cssnano-preset-default"
27 ],
28 "_resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.0.0.tgz",
29 "_spec": "8.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Andy Jansson"
33 },
34 "ava": {
35 "require": [
36 "@babel/register",
37 "@babel/polyfill"
38 ]
39 },
40 "bugs": {
41 "url": "https://github.com/postcss/postcss-calc/issues"
42 },
43 "dependencies": {
44 "postcss-selector-parser": "^6.0.2",
45 "postcss-value-parser": "^4.0.2"
46 },
47 "description": "PostCSS plugin to reduce calc()",
48 "devDependencies": {
49 "@babel/cli": "^7.1.2",
50 "@babel/core": "^7.1.2",
51 "@babel/polyfill": "^7.0.0",
52 "@babel/preset-env": "^7.1.0",
53 "@babel/register": "^7.0.0",
54 "ava": "^3.15.0",
55 "babel-eslint": "^10.0.1",
56 "babel-plugin-add-module-exports": "^1.0.0",
57 "cross-env": "^7.0.0",
58 "del-cli": "^3.0.0",
59 "eslint": "^5.7.0",
60 "eslint-config-i-am-meticulous": "^11.0.0",
61 "eslint-plugin-babel": "^5.2.1",
62 "eslint-plugin-import": "^2.14.0",
63 "jison-gho": "^0.6.1-216",
64 "postcss": "^8.2.2"
65 },
66 "eslintConfig": {
67 "parser": "babel-eslint",
68 "extends": "eslint-config-i-am-meticulous",
69 "rules": {
70 "curly": "error"
71 }
72 },
73 "files": [
74 "dist",
75 "LICENSE"
76 ],
77 "homepage": "https://github.com/postcss/postcss-calc#readme",
78 "keywords": [
79 "css",
80 "postcss",
81 "postcss-plugin",
82 "calculation",
83 "calc"
84 ],
85 "license": "MIT",
86 "main": "dist/index.js",
87 "name": "postcss-calc",
88 "peerDependencies": {
89 "postcss": "^8.2.2"
90 },
91 "repository": {
92 "type": "git",
93 "url": "git+https://github.com/postcss/postcss-calc.git"
94 },
95 "scripts": {
96 "build": "del-cli dist && cross-env BABEL_ENV=publish babel src --out-dir dist --ignore src/__tests__/**/*.js && jison src/parser.jison -o dist/parser.js",
97 "prepublish": "npm run build",
98 "pretest": "npm run build && eslint src",
99 "test": "ava"
100 },
101 "version": "8.0.0"
102}
Note: See TracBrowser for help on using the repository browser.