Changeset e29cc2e for trip-planner-front/node_modules/svgo/package.json
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/svgo/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "svgo@2.7.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "svgo@2.7.0", 10 "_id": "svgo@2.7.0", 2 "_from": "svgo@^2.7.0", 3 "_id": "svgo@2.8.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- aDLsGkre4fTDCWvolyW+fs8ZJFABpzLXbtdK1y71CKnHzAnpDxKXPj2mNKj+pyOXUCzFHzuxRJ94XOFygOWV3w==",5 "_integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", 13 6 "_location": "/svgo", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "svgo@ 2.7.0",11 "raw": "svgo@^2.7.0", 19 12 "name": "svgo", 20 13 "escapedName": "svgo", 21 "rawSpec": " 2.7.0",14 "rawSpec": "^2.7.0", 22 15 "saveSpec": null, 23 "fetchSpec": " 2.7.0"16 "fetchSpec": "^2.7.0" 24 17 }, 25 18 "_requiredBy": [ 26 19 "/postcss-svgo" 27 20 ], 28 "_resolved": "https://registry.npmjs.org/svgo/-/svgo-2.7.0.tgz", 29 "_spec": "2.7.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 21 "_resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", 22 "_shasum": "4ff80cce6710dc2795f0c7c74101e6764cfccd24", 23 "_spec": "svgo@^2.7.0", 24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\postcss-svgo", 31 25 "author": { 32 26 "name": "Kir Belevich", … … 40 34 "url": "https://github.com/svg/svgo/issues" 41 35 }, 36 "bundleDependencies": false, 42 37 "contributors": [ 43 38 { … … 63 58 "css-tree": "^1.1.3", 64 59 "csso": "^4.2.0", 65 " nanocolors": "^0.1.12",60 "picocolors": "^1.0.0", 66 61 "stable": "^0.1.8" 67 62 }, 63 "deprecated": false, 68 64 "description": "Nodejs-based tool for optimizing SVG vector graphics files", 69 65 "devDependencies": { … … 76 72 "del": "^6.0.0", 77 73 "eslint": "^7.32.0", 78 "jest": "^27.2.1", 79 "mock-stdin": "^1.0.0", 74 "jest": "^27.2.5", 80 75 "node-fetch": "^2.6.2", 81 76 "pixelmatch": "^5.2.1", … … 85 80 "rollup": "^2.56.3", 86 81 "rollup-plugin-terser": "^7.0.2", 87 "strip-ansi": "^6.0.0",88 82 "tar-stream": "^2.2.0", 89 83 "typescript": "^4.4.3" … … 144 138 "main": "./lib/svgo-node.js", 145 139 "name": "svgo", 140 "packageManager": "yarn@2.4.3", 146 141 "prettier": { 147 142 "singleQuote": true … … 155 150 "lint": "eslint --ignore-path .gitignore . && prettier --check \"**/*.js\" --ignore-path .gitignore", 156 151 "prepublishOnly": "rm -rf dist && rollup -c", 157 "test": "NODE_OPTIONS=--experimental-vm-modules jest --maxWorkers= 3--coverage",152 "test": "NODE_OPTIONS=--experimental-vm-modules jest --maxWorkers=4 --coverage", 158 153 "test-browser": "rollup -c && node ./test/browser.js", 159 154 "test-regression": "node ./test/regression-extract.js && NO_DIFF=1 node ./test/regression.js", 160 155 "typecheck": "tsc" 161 156 }, 162 "version": "2. 7.0"157 "version": "2.8.0" 163 158 }
Note:
See TracChangeset
for help on using the changeset viewer.