Changeset 59329aa for trip-planner-front/node_modules/postcss-svgo
- 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-svgo/package.json
rceaed42 r59329aa 1 1 { 2 "name": "postcss-svgo", 3 "version": "5.0.2", 2 "_args": [ 3 [ 4 "postcss-svgo@5.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "postcss-svgo@5.0.2", 10 "_id": "postcss-svgo@5.0.2", 11 "_inBundle": false, 12 "_integrity": "sha512-YzQuFLZu3U3aheizD+B1joQ94vzPfE6BNUcSYuceNxlVnKKsOtdo6hL9/zyC168Q8EwfLSgaDSalsUGa9f2C0A==", 13 "_location": "/postcss-svgo", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "postcss-svgo@5.0.2", 19 "name": "postcss-svgo", 20 "escapedName": "postcss-svgo", 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-svgo/-/postcss-svgo-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 "postcss-value-parser": "^4.1.0", 41 "svgo": "^2.3.0" 42 }, 4 43 "description": "Optimise inline SVG with PostCSS.", 5 " main": "dist/index.js",6 "scripts": {7 "prebuild": "del-cli dist",8 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",9 " prepublish": "yarn build"44 "devDependencies": { 45 "postcss": "^8.2.15" 46 }, 47 "engines": { 48 "node": "^10 || ^12 || >=14.0" 10 49 }, 11 50 "files": [ … … 13 52 "dist" 14 53 ], 54 "gitHead": "9b3c54fd94f3e2bdb503d1e21f171d7fe02f33ca", 55 "homepage": "https://github.com/cssnano/cssnano", 15 56 "keywords": [ 16 57 "css", … … 23 64 ], 24 65 "license": "MIT", 25 "homepage": "https://github.com/cssnano/cssnano", 26 "author": { 27 "name": "Ben Briggs", 28 "email": "beneb.info@gmail.com", 29 "url": "http://beneb.info" 30 }, 31 "repository": "cssnano/cssnano", 32 "dependencies": { 33 "postcss-value-parser": "^4.1.0", 34 "svgo": "^2.3.0" 35 }, 36 "bugs": { 37 "url": "https://github.com/cssnano/cssnano/issues" 38 }, 39 "engines": { 40 "node": "^10 || ^12 || >=14.0" 41 }, 42 "devDependencies": { 43 "postcss": "^8.2.15" 44 }, 66 "main": "dist/index.js", 67 "name": "postcss-svgo", 45 68 "peerDependencies": { 46 69 "postcss": "^8.2.15" 47 70 }, 48 "gitHead": "9b3c54fd94f3e2bdb503d1e21f171d7fe02f33ca" 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/cssnano/cssnano.git" 74 }, 75 "scripts": { 76 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", 77 "prebuild": "del-cli dist", 78 "prepublish": "yarn build" 79 }, 80 "version": "5.0.2" 49 81 }
Note:
See TracChangeset
for help on using the changeset viewer.