Changeset 59329aa for trip-planner-front/node_modules/postcss-value-parser
- 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-value-parser/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-value-parser", 3 "version": "4.1.0", 2 "_args": [ 3 [ 4 "postcss-value-parser@4.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "postcss-value-parser@4.1.0", 10 "_id": "postcss-value-parser@4.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==", 13 "_location": "/postcss-value-parser", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "postcss-value-parser@4.1.0", 19 "name": "postcss-value-parser", 20 "escapedName": "postcss-value-parser", 21 "rawSpec": "4.1.0", 22 "saveSpec": null, 23 "fetchSpec": "4.1.0" 24 }, 25 "_requiredBy": [ 26 "/autoprefixer", 27 "/css-loader", 28 "/postcss-calc", 29 "/postcss-colormin", 30 "/postcss-convert-values", 31 "/postcss-import", 32 "/postcss-merge-longhand", 33 "/postcss-minify-font-values", 34 "/postcss-minify-gradients", 35 "/postcss-minify-params", 36 "/postcss-modules-local-by-default", 37 "/postcss-normalize-display-values", 38 "/postcss-normalize-positions", 39 "/postcss-normalize-repeat-style", 40 "/postcss-normalize-string", 41 "/postcss-normalize-timing-functions", 42 "/postcss-normalize-unicode", 43 "/postcss-normalize-url", 44 "/postcss-normalize-whitespace", 45 "/postcss-ordered-values", 46 "/postcss-reduce-transforms", 47 "/postcss-svgo" 48 ], 49 "_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", 50 "_spec": "4.1.0", 51 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 52 "author": { 53 "name": "Bogdan Chadkin", 54 "email": "trysound@yandex.ru" 55 }, 56 "bugs": { 57 "url": "https://github.com/TrySound/postcss-value-parser/issues" 58 }, 4 59 "description": "Transforms css values and at-rule params into the tree", 5 "main": "lib/index.js",6 "files": [7 "lib"8 ],9 60 "devDependencies": { 10 61 "eslint": "^5.16.0", … … 15 66 "tape": "^4.10.2" 16 67 }, 17 "scripts": {18 "lint:prettier": "prettier '**/*.js' '**/*.ts' --list-different",19 "lint:js": "eslint . --cache",20 "lint": "yarn lint:js && yarn lint:prettier",21 "pretest": "yarn lint",22 "test": "tape test/*.js | tap-spec"23 },24 68 "eslintConfig": { 25 69 "env": { … … 29 73 "extends": "eslint:recommended" 30 74 }, 75 "files": [ 76 "lib" 77 ], 78 "homepage": "https://github.com/TrySound/postcss-value-parser", 79 "husky": { 80 "hooks": { 81 "pre-commit": "lint-staged" 82 } 83 }, 84 "keywords": [ 85 "postcss", 86 "value", 87 "parser" 88 ], 89 "license": "MIT", 31 90 "lint-staged": { 32 91 "*.js": [ … … 36 95 ] 37 96 }, 38 "husky": { 39 "hooks": { 40 "pre-commit": "lint-staged" 41 } 42 }, 43 "author": "Bogdan Chadkin <trysound@yandex.ru>", 44 "license": "MIT", 45 "homepage": "https://github.com/TrySound/postcss-value-parser", 97 "main": "lib/index.js", 98 "name": "postcss-value-parser", 46 99 "repository": { 47 100 "type": "git", 48 "url": " https://github.com/TrySound/postcss-value-parser.git"101 "url": "git+https://github.com/TrySound/postcss-value-parser.git" 49 102 }, 50 " keywords": [51 " postcss",52 " value",53 " parser"54 ],55 "bugs": {56 "url": "https://github.com/TrySound/postcss-value-parser/issues"57 }103 "scripts": { 104 "lint": "yarn lint:js && yarn lint:prettier", 105 "lint:js": "eslint . --cache", 106 "lint:prettier": "prettier '**/*.js' '**/*.ts' --list-different", 107 "pretest": "yarn lint", 108 "test": "tape test/*.js | tap-spec" 109 }, 110 "version": "4.1.0" 58 111 }
Note:
See TracChangeset
for help on using the changeset viewer.