Changeset 59329aa for trip-planner-front/node_modules/postcss-values-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-values-parser/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-values-parser", 3 "version": "2.0.1", 2 "_args": [ 3 [ 4 "postcss-values-parser@2.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "postcss-values-parser@2.0.1", 10 "_id": "postcss-values-parser@2.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==", 13 "_location": "/postcss-values-parser", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "postcss-values-parser@2.0.1", 19 "name": "postcss-values-parser", 20 "escapedName": "postcss-values-parser", 21 "rawSpec": "2.0.1", 22 "saveSpec": null, 23 "fetchSpec": "2.0.1" 24 }, 25 "_requiredBy": [ 26 "/postcss-color-functional-notation", 27 "/postcss-color-gray", 28 "/postcss-color-hex-alpha", 29 "/postcss-color-mod-function", 30 "/postcss-color-rebeccapurple", 31 "/postcss-custom-properties", 32 "/postcss-double-position-gradients", 33 "/postcss-env-function", 34 "/postcss-image-set-function", 35 "/postcss-lab-function", 36 "/postcss-place" 37 ], 38 "_resolved": "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz", 39 "_spec": "2.0.1", 40 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 41 "author": { 42 "name": "Andrew Powell", 43 "email": "andrew@shellscape.org", 44 "url": "shellscape" 45 }, 46 "bugs": { 47 "url": "https://github.com/lesshint/postcss-values-parser/issues" 48 }, 49 "dependencies": { 50 "flatten": "^1.0.2", 51 "indexes-of": "^1.0.1", 52 "uniq": "^1.0.1" 53 }, 4 54 "description": "A CSS property value parser for use with PostCSS", 5 "main": "lib/index.js", 6 "repository": "lesshint/postcss-values-parser", 7 "author": { 8 "name": "Andrew Powell (shellscape)", 9 "email": "andrew@shellscape.org", 10 "url": "http://shellscape.org" 55 "devDependencies": { 56 "chai": "^4.1.2", 57 "chai-shallow-deep-equal": "^1.4.0", 58 "eslint": "^5.6.0", 59 "gulp": "^3.9.1", 60 "gulp-eslint": "^5.0.0", 61 "gulp-mocha": "^6.0.0" 11 62 }, 12 "license": "MIT",13 63 "engines": { 14 64 "node": ">=6.14.4" 15 65 }, 16 "scripts": { 17 "test": "gulp" 18 }, 66 "homepage": "https://github.com/lesshint/postcss-values-parser#readme", 19 67 "keywords": [ 20 68 "css", … … 28 76 "properties" 29 77 ], 30 "dependencies": { 31 "flatten": "^1.0.2", 32 "indexes-of": "^1.0.1", 33 "uniq": "^1.0.1" 78 "license": "MIT", 79 "main": "lib/index.js", 80 "name": "postcss-values-parser", 81 "repository": { 82 "type": "git", 83 "url": "git+https://github.com/lesshint/postcss-values-parser.git" 34 84 }, 35 "devDependencies": { 36 "chai": "^4.1.2", 37 "chai-shallow-deep-equal": "^1.4.0", 38 "eslint": "^5.6.0", 39 "gulp": "^3.9.1", 40 "gulp-eslint": "^5.0.0", 41 "gulp-mocha": "^6.0.0" 42 } 85 "scripts": { 86 "test": "gulp" 87 }, 88 "version": "2.0.1" 43 89 }
Note:
See TracChangeset
for help on using the changeset viewer.