Changeset 59329aa for trip-planner-front/node_modules/caniuse-lite
- 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/caniuse-lite/package.json
rceaed42 r59329aa 1 1 { 2 "name": "caniuse-lite", 3 "version": "1.0.30001265", 2 "_args": [ 3 [ 4 "caniuse-lite@1.0.30001265", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "caniuse-lite@1.0.30001265", 10 "_id": "caniuse-lite@1.0.30001265", 11 "_inBundle": false, 12 "_integrity": "sha512-YzBnspggWV5hep1m9Z6sZVLOt7vrju8xWooFAgN6BA5qvy98qPAPb7vNUzypFaoh2pb3vlfzbDO8tB57UPGbtw==", 13 "_location": "/caniuse-lite", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "caniuse-lite@1.0.30001265", 19 "name": "caniuse-lite", 20 "escapedName": "caniuse-lite", 21 "rawSpec": "1.0.30001265", 22 "saveSpec": null, 23 "fetchSpec": "1.0.30001265" 24 }, 25 "_requiredBy": [ 26 "/@angular-devkit/build-angular", 27 "/autoprefixer", 28 "/browserslist", 29 "/caniuse-api", 30 "/postcss-preset-env" 31 ], 32 "_resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001265.tgz", 33 "_spec": "1.0.30001265", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "author": { 36 "name": "Ben Briggs", 37 "email": "beneb.info@gmail.com", 38 "url": "http://beneb.info" 39 }, 40 "bugs": { 41 "url": "https://github.com/browserslist/caniuse-lite/issues" 42 }, 4 43 "description": "A smaller version of caniuse-db, with only the essentials!", 5 "main": "dist/unpacker/index.js",6 44 "files": [ 7 45 "data", 8 46 "dist" 9 47 ], 48 "funding": { 49 "type": "opencollective", 50 "url": "https://opencollective.com/browserslist" 51 }, 52 "homepage": "https://github.com/browserslist/caniuse-lite#readme", 10 53 "keywords": [ 11 54 "support", … … 15 58 "svg" 16 59 ], 17 "author": { 18 "name": "Ben Briggs", 19 "email": "beneb.info@gmail.com", 20 "url": "http://beneb.info" 60 "license": "CC-BY-4.0", 61 "main": "dist/unpacker/index.js", 62 "name": "caniuse-lite", 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/browserslist/caniuse-lite.git" 21 66 }, 22 "repository": "browserslist/caniuse-lite", 23 "funding": { 24 "type": "opencollective", 25 "url": "https://opencollective.com/browserslist" 26 }, 27 "license": "CC-BY-4.0" 67 "version": "1.0.30001265" 28 68 }
Note:
See TracChangeset
for help on using the changeset viewer.