line_push/node_modules/browserslist/package.json
2022-07-18 02:50:52 +00:00

89 lines
2.2 KiB
JSON

{
"_args": [
[
"browserslist@4.21.2",
"/home/node/nuxt"
]
],
"_from": "browserslist@4.21.2",
"_id": "browserslist@4.21.2",
"_inBundle": false,
"_integrity": "sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==",
"_location": "/browserslist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "browserslist@4.21.2",
"name": "browserslist",
"escapedName": "browserslist",
"rawSpec": "4.21.2",
"saveSpec": null,
"fetchSpec": "4.21.2"
},
"_requiredBy": [
"/@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"
],
"_resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.2.tgz",
"_spec": "4.21.2",
"_where": "/home/node/nuxt",
"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.30001366",
"electron-to-chromium": "^1.4.188",
"node-releases": "^2.0.6",
"update-browserslist-db": "^1.0.4"
},
"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"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/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.21.2"
}