source: imaps-frontend/node_modules/browserslist/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_from": "browserslist@^4.24.0",
3 "_id": "browserslist@4.24.3",
4 "_inBundle": false,
5 "_integrity": "sha512-1CPmv8iobE2fyRMV97dAcMVegvvWKxmq94hkLiAkUGwKVTyDLw33K+ZxiFrREKmmps4rIw6grcCFCnTMSZ/YiA==",
6 "_location": "/browserslist",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "browserslist@^4.24.0",
12 "name": "browserslist",
13 "escapedName": "browserslist",
14 "rawSpec": "^4.24.0",
15 "saveSpec": null,
16 "fetchSpec": "^4.24.0"
17 },
18 "_requiredBy": [
19 "/@babel/helper-compilation-targets"
20 ],
21 "_resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.3.tgz",
22 "_shasum": "5fc2725ca8fb3c1432e13dac278c7cc103e026d2",
23 "_spec": "browserslist@^4.24.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/helper-compilation-targets",
25 "author": {
26 "name": "Andrey Sitnik",
27 "email": "andrey@sitnik.ru"
28 },
29 "bin": {
30 "browserslist": "cli.js"
31 },
32 "browser": {
33 "./node.js": "./browser.js",
34 "path": false
35 },
36 "bugs": {
37 "url": "https://github.com/browserslist/browserslist/issues"
38 },
39 "bundleDependencies": false,
40 "dependencies": {
41 "caniuse-lite": "^1.0.30001688",
42 "electron-to-chromium": "^1.5.73",
43 "node-releases": "^2.0.19",
44 "update-browserslist-db": "^1.1.1"
45 },
46 "deprecated": false,
47 "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
48 "engines": {
49 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
50 },
51 "funding": [
52 {
53 "type": "opencollective",
54 "url": "https://opencollective.com/browserslist"
55 },
56 {
57 "type": "tidelift",
58 "url": "https://tidelift.com/funding/github/npm/browserslist"
59 },
60 {
61 "type": "github",
62 "url": "https://github.com/sponsors/ai"
63 }
64 ],
65 "homepage": "https://github.com/browserslist/browserslist#readme",
66 "keywords": [
67 "caniuse",
68 "browsers",
69 "target"
70 ],
71 "license": "MIT",
72 "name": "browserslist",
73 "repository": {
74 "type": "git",
75 "url": "git+https://github.com/browserslist/browserslist.git"
76 },
77 "types": "./index.d.ts",
78 "version": "4.24.3"
79}
Note: See TracBrowser for help on using the repository browser.