projecte_ionic/node_modules/browserslist/package.json
2022-02-09 18:30:03 +01:00

83 lines
2.3 KiB
JSON
Executable file

{
"_from": "browserslist@^4.9.1",
"_id": "browserslist@4.17.6",
"_inBundle": false,
"_integrity": "sha512-uPgz3vyRTlEiCv4ee9KlsKgo2V6qPk7Jsn0KAn2OBqbqKo3iNcPEC1Ti6J4dwnz+aIRfEEEuOzC9IBk8tXUomw==",
"_location": "/browserslist",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "browserslist@^4.9.1",
"name": "browserslist",
"escapedName": "browserslist",
"rawSpec": "^4.9.1",
"saveSpec": null,
"fetchSpec": "^4.9.1"
},
"_requiredBy": [
"/@angular-devkit/build-angular",
"/@babel/helper-compilation-targets",
"/autoprefixer",
"/caniuse-api",
"/core-js-compat",
"/postcss-colormin",
"/postcss-merge-rules",
"/postcss-minify-params",
"/postcss-normalize-unicode",
"/postcss-preset-env",
"/postcss-reduce-initial",
"/stylehacks",
"/webpack"
],
"_resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.6.tgz",
"_shasum": "c76be33e7786b497f66cad25a73756c8b938985d",
"_spec": "browserslist@^4.9.1",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@angular-devkit/build-angular",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bin": {
"browserslist": "cli.js"
},
"browser": {
"./node.js": "./browser.js",
"path": false
},
"bugs": {
"url": "https://github.com/browserslist/browserslist/issues"
},
"bundleDependencies": false,
"dependencies": {
"caniuse-lite": "^1.0.30001274",
"electron-to-chromium": "^1.3.886",
"escalade": "^3.1.1",
"node-releases": "^2.0.1",
"picocolors": "^1.0.0"
},
"deprecated": false,
"description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
"engines": {
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
"homepage": "https://github.com/browserslist/browserslist#readme",
"keywords": [
"caniuse",
"browsers",
"target"
],
"license": "MIT",
"name": "browserslist",
"repository": {
"type": "git",
"url": "git+https://github.com/browserslist/browserslist.git"
},
"types": "./index.d.ts",
"version": "4.17.6"
}