Opal-Estate-Pro/node_modules/browserslist/package.json
2019-09-13 09:44:33 +07:00

94 lines
2.4 KiB
JSON

{
"_from": "browserslist@^1.7.6",
"_id": "browserslist@1.7.7",
"_inBundle": false,
"_integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=",
"_location": "/browserslist",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "browserslist@^1.7.6",
"name": "browserslist",
"escapedName": "browserslist",
"rawSpec": "^1.7.6",
"saveSpec": null,
"fetchSpec": "^1.7.6"
},
"_requiredBy": [
"/autoprefixer",
"/caniuse-api",
"/postcss-merge-rules"
],
"_resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz",
"_shasum": "0bd76704258be829b2398bb50e4b62d1a166b0b9",
"_spec": "browserslist@^1.7.6",
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/t-latehome/wp-content/plugins/opal-estate-pro/node_modules/autoprefixer",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bin": {
"browserslist": "./cli.js"
},
"bugs": {
"url": "https://github.com/ai/browserslist/issues"
},
"bundleDependencies": false,
"dependencies": {
"caniuse-db": "^1.0.30000639",
"electron-to-chromium": "^1.2.7"
},
"deprecated": "Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.",
"description": "Share browsers list between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
"devDependencies": {
"eslint": "^3.18.0",
"eslint-config-postcss": "^2.0.2",
"jest": "^19.0.2",
"lint-staged": "^3.4.0",
"pre-commit": "^1.1.3",
"yaspeller-ci": "^0.3.0"
},
"eslintConfig": {
"extends": "eslint-config-postcss/es5",
"env": {
"jest": true
},
"rules": {
"consistent-return": "off",
"no-process-exit": "off",
"valid-jsdoc": "error"
}
},
"homepage": "https://github.com/ai/browserslist#readme",
"jest": {
"coverageThreshold": {
"global": {
"statements": 100
}
}
},
"keywords": [
"caniuse",
"browsers"
],
"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-staged": "lint-staged",
"test": "jest --coverage && eslint *.js test/*.js && yaspeller-ci *.md"
},
"version": "1.7.7"
}