- 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-minify-gradients/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-minify-gradients", 3 "version": "5.0.2", 2 "_args": [ 3 [ 4 "postcss-minify-gradients@5.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "postcss-minify-gradients@5.0.2", 10 "_id": "postcss-minify-gradients@5.0.2", 11 "_inBundle": false, 12 "_integrity": "sha512-7Do9JP+wqSD6Prittitt2zDLrfzP9pqKs2EcLX7HJYxsxCOwrrcLt4x/ctQTsiOw+/8HYotAoqNkrzItL19SdQ==", 13 "_location": "/postcss-minify-gradients", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "postcss-minify-gradients@5.0.2", 19 "name": "postcss-minify-gradients", 20 "escapedName": "postcss-minify-gradients", 21 "rawSpec": "5.0.2", 22 "saveSpec": null, 23 "fetchSpec": "5.0.2" 24 }, 25 "_requiredBy": [ 26 "/cssnano-preset-default" 27 ], 28 "_resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.0.2.tgz", 29 "_spec": "5.0.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Ben Briggs", 33 "email": "beneb.info@gmail.com", 34 "url": "http://beneb.info" 35 }, 36 "bugs": { 37 "url": "https://github.com/cssnano/cssnano/issues" 38 }, 39 "dependencies": { 40 "colord": "^2.6", 41 "cssnano-utils": "^2.0.1", 42 "postcss-value-parser": "^4.1.0" 43 }, 4 44 "description": "Minify gradient parameters with PostCSS.", 5 " main": "dist/index.js",6 "scripts": {7 "prebuild": "rimraf dist",8 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",9 " prepare": "yarn build"45 "devDependencies": { 46 "postcss": "^8.2.15" 47 }, 48 "engines": { 49 "node": "^10 || ^12 || >=14.0" 10 50 }, 11 51 "files": [ … … 13 53 "dist" 14 54 ], 55 "gitHead": "3ffd3a0f178d60b68eeb84d75353b6decc6ef735", 56 "homepage": "https://github.com/cssnano/cssnano", 15 57 "keywords": [ 16 58 "css", … … 19 61 ], 20 62 "license": "MIT", 21 "homepage": "https://github.com/cssnano/cssnano", 22 "author": { 23 "name": "Ben Briggs", 24 "email": "beneb.info@gmail.com", 25 "url": "http://beneb.info" 26 }, 27 "repository": "cssnano/cssnano", 28 "dependencies": { 29 "colord": "^2.6", 30 "cssnano-utils": "^2.0.1", 31 "postcss-value-parser": "^4.1.0" 32 }, 33 "bugs": { 34 "url": "https://github.com/cssnano/cssnano/issues" 35 }, 36 "engines": { 37 "node": "^10 || ^12 || >=14.0" 38 }, 39 "devDependencies": { 40 "postcss": "^8.2.15" 41 }, 63 "main": "dist/index.js", 64 "name": "postcss-minify-gradients", 42 65 "peerDependencies": { 43 66 "postcss": "^8.2.15" 44 67 }, 45 "gitHead": "3ffd3a0f178d60b68eeb84d75353b6decc6ef735" 68 "repository": { 69 "type": "git", 70 "url": "git+https://github.com/cssnano/cssnano.git" 71 }, 72 "scripts": { 73 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 74 "prebuild": "rimraf dist", 75 "prepare": "yarn build" 76 }, 77 "version": "5.0.2" 46 78 }
Note:
See TracChangeset
for help on using the changeset viewer.