jam-cloud/jam-ui/node_modules/browserslist/package.json

87 lines
2.3 KiB
JSON

{
"_args": [
[
"browserslist@4.16.6",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "browserslist@4.16.6",
"_id": "browserslist@4.16.6",
"_inBundle": false,
"_integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==",
"_location": "/browserslist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "browserslist@4.16.6",
"name": "browserslist",
"escapedName": "browserslist",
"rawSpec": "4.16.6",
"saveSpec": null,
"fetchSpec": "4.16.6"
},
"_requiredBy": [
"/@babel/helper-compilation-targets",
"/@playwright/test/@babel/helper-compilation-targets",
"/autoprefixer",
"/babel-preset-react-app/@babel/preset-env",
"/caniuse-api",
"/core-js-compat",
"/postcss-colormin",
"/postcss-merge-rules",
"/postcss-minify-params",
"/postcss-normalize",
"/postcss-normalize-unicode",
"/postcss-preset-env",
"/postcss-reduce-initial",
"/stylehacks"
],
"_resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz",
"_spec": "4.16.6",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"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"
},
"dependencies": {
"caniuse-lite": "^1.0.30001219",
"colorette": "^1.2.2",
"electron-to-chromium": "^1.3.723",
"escalade": "^3.1.1",
"node-releases": "^1.1.71"
},
"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.16.6"
}