lepu-test-platform-web/node_modules/browserslist/package.json

128 lines
3.1 KiB
JSON

{
"_args": [
[
"browserslist@2.11.3",
"/Applications/work/GitLab/lepu-test-platform-web"
]
],
"_development": true,
"_from": "browserslist@2.11.3",
"_id": "browserslist@2.11.3",
"_inBundle": false,
"_integrity": "sha512-yWu5cXT7Av6mVwzWc8lMsJMHWn4xyjSuGYi4IozbVTLUOEYPSagUB8kiMDUHA1fS3zjr8nkxkn9jdvug4BBRmA==",
"_location": "/browserslist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "browserslist@2.11.3",
"name": "browserslist",
"escapedName": "browserslist",
"rawSpec": "2.11.3",
"saveSpec": null,
"fetchSpec": "2.11.3"
},
"_requiredBy": [
"/autoprefixer"
],
"_resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.11.3.tgz",
"_spec": "2.11.3",
"_where": "/Applications/work/GitLab/lepu-test-platform-web",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bin": {
"browserslist": "cli.js"
},
"browser": {
"./node.js": "./browser.js",
"path": false
},
"bugs": {
"url": "https://github.com/ai/browserslist/issues"
},
"dependencies": {
"caniuse-lite": "^1.0.30000792",
"electron-to-chromium": "^1.3.30"
},
"description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
"devDependencies": {
"cross-spawn": "^5.1.0",
"eslint": "^4.15.0",
"eslint-ci": "^0.1.1",
"eslint-config-logux": "^17.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-es5": "^1.2.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.6.2",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^3.0.1",
"jest": "^22.0.6",
"lint-staged": "^6.0.0",
"pre-commit": "^1.1.3",
"size-limit": "^0.14.0",
"yaspeller-ci": "^1.0.0"
},
"eslintConfig": {
"extends": "eslint-config-logux/browser",
"rules": {
"security/detect-unsafe-regex": "off",
"global-require": "off"
},
"overrides": {
"files": [
"*.test.js"
],
"rules": {
"es5/no-arrow-functions": "off"
}
}
},
"homepage": "https://github.com/ai/browserslist#readme",
"jest": {
"testEnvironment": "node",
"coverageThreshold": {
"global": {
"statements": 100
}
},
"modulePathIgnorePatterns": [
"<rootDir>/test/fixtures"
]
},
"keywords": [
"caniuse",
"browsers",
"target"
],
"license": "MIT",
"lint-staged": {
"*.md": "yaspeller-ci",
"*.js": "eslint"
},
"name": "browserslist",
"pre-commit": [
"lint-staged"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ai/browserslist.git"
},
"scripts": {
"lint": "eslint-ci *.js test/*.js __mocks__/*.js",
"lint-staged": "lint-staged",
"spellcheck": "yaspeller-ci README.md CHANGELOG.md",
"test": "jest --coverage && yarn lint && yarn spellcheck && size-limit"
},
"size-limit": [
{
"path": "index.js",
"limit": "160 KB"
}
],
"version": "2.11.3"
}