- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/postcss-calc/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-calc", 3 "version": "8.0.0", 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 }, 4 47 "description": "PostCSS plugin to reduce calc()", 5 "keywords": [6 "css",7 "postcss",8 "postcss-plugin",9 "calculation",10 "calc"11 ],12 "main": "dist/index.js",13 "files": [14 "dist",15 "LICENSE"16 ],17 "scripts": {18 "prepublish": "npm run build",19 "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",20 "pretest": "npm run build && eslint src",21 "test": "ava"22 },23 "author": "Andy Jansson",24 "license": "MIT",25 "repository": "https://github.com/postcss/postcss-calc.git",26 "eslintConfig": {27 "parser": "babel-eslint",28 "extends": "eslint-config-i-am-meticulous",29 "rules": {30 "curly": "error"31 }32 },33 48 "devDependencies": { 34 49 "@babel/cli": "^7.1.2", … … 49 64 "postcss": "^8.2.2" 50 65 }, 51 "dependencies": { 52 "postcss-selector-parser": "^6.0.2", 53 "postcss-value-parser": "^4.0.2" 66 "eslintConfig": { 67 "parser": "babel-eslint", 68 "extends": "eslint-config-i-am-meticulous", 69 "rules": { 70 "curly": "error" 71 } 54 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", 55 88 "peerDependencies": { 56 89 "postcss": "^8.2.2" 57 90 }, 58 "ava": { 59 "require": [ 60 "@babel/register", 61 "@babel/polyfill" 62 ] 63 } 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" 64 102 }
Note:
See TracChangeset
for help on using the changeset viewer.