Changeset 59329aa for trip-planner-front/node_modules/browserslist
- 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/browserslist/package.json
rceaed42 r59329aa 1 1 { 2 "name": "browserslist", 3 "version": "4.17.3", 4 "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset", 5 "keywords": [ 6 "caniuse", 7 "browsers", 8 "target" 2 "_args": [ 3 [ 4 "browserslist@4.17.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 9 7 ], 10 "funding": { 11 "type": "opencollective", 12 "url": "https://opencollective.com/browserslist" 8 "_development": true, 9 "_from": "browserslist@4.17.3", 10 "_id": "browserslist@4.17.3", 11 "_inBundle": false, 12 "_integrity": "sha512-59IqHJV5VGdcJZ+GZ2hU5n4Kv3YiASzW6Xk5g9tf5a/MAzGeFwgGWU39fVzNIOVcgB3+Gp+kiQu0HEfTVU/3VQ==", 13 "_location": "/browserslist", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "browserslist@4.17.3", 19 "name": "browserslist", 20 "escapedName": "browserslist", 21 "rawSpec": "4.17.3", 22 "saveSpec": null, 23 "fetchSpec": "4.17.3" 13 24 }, 14 "author": "Andrey Sitnik <andrey@sitnik.ru>", 15 "license": "MIT", 16 "repository": "browserslist/browserslist", 25 "_requiredBy": [ 26 "/@angular-devkit/build-angular", 27 "/@babel/helper-compilation-targets", 28 "/autoprefixer", 29 "/caniuse-api", 30 "/core-js-compat", 31 "/postcss-colormin", 32 "/postcss-merge-rules", 33 "/postcss-minify-params", 34 "/postcss-normalize-unicode", 35 "/postcss-preset-env", 36 "/postcss-reduce-initial", 37 "/stylehacks", 38 "/webpack" 39 ], 40 "_resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.3.tgz", 41 "_spec": "4.17.3", 42 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 43 "author": { 44 "name": "Andrey Sitnik", 45 "email": "andrey@sitnik.ru" 46 }, 47 "bin": { 48 "browserslist": "cli.js" 49 }, 50 "browser": { 51 "./node.js": "./browser.js", 52 "path": false 53 }, 54 "bugs": { 55 "url": "https://github.com/browserslist/browserslist/issues" 56 }, 17 57 "dependencies": { 18 58 "caniuse-lite": "^1.0.30001264", … … 22 62 "picocolors": "^0.2.1" 23 63 }, 64 "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset", 24 65 "engines": { 25 66 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 26 67 }, 27 "bin": { 28 "browserslist": "cli.js" 68 "funding": { 69 "type": "opencollective", 70 "url": "https://opencollective.com/browserslist" 71 }, 72 "homepage": "https://github.com/browserslist/browserslist#readme", 73 "keywords": [ 74 "caniuse", 75 "browsers", 76 "target" 77 ], 78 "license": "MIT", 79 "name": "browserslist", 80 "repository": { 81 "type": "git", 82 "url": "git+https://github.com/browserslist/browserslist.git" 29 83 }, 30 84 "types": "./index.d.ts", 31 "browser": { 32 "./node.js": "./browser.js", 33 "path": false 34 } 85 "version": "4.17.3" 35 86 }
Note:
See TracChangeset
for help on using the changeset viewer.