flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
62
VISUALIZACION/node_modules/browserslist/package.json
generated
vendored
Executable file
62
VISUALIZACION/node_modules/browserslist/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"name": "browserslist",
|
||||
"version": "3.2.8",
|
||||
"description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
|
||||
"keywords": [
|
||||
"caniuse",
|
||||
"browsers",
|
||||
"target"
|
||||
],
|
||||
"author": "Andrey Sitnik <andrey@sitnik.ru>",
|
||||
"license": "MIT",
|
||||
"repository": "browserslist/browserslist",
|
||||
"dependencies": {
|
||||
"caniuse-lite": "^1.0.30000844",
|
||||
"electron-to-chromium": "^1.3.47"
|
||||
},
|
||||
"bin": "./cli.js",
|
||||
"devDependencies": {
|
||||
"cross-spawn": "^6.0.5",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-ci": "^0.1.1",
|
||||
"eslint-config-logux": "^22.1.0",
|
||||
"eslint-config-standard": "^11.0.0",
|
||||
"eslint-plugin-es5": "^1.3.1",
|
||||
"eslint-plugin-import": "^2.12.0",
|
||||
"eslint-plugin-jest": "^21.15.1",
|
||||
"eslint-plugin-node": "^6.0.1",
|
||||
"eslint-plugin-promise": "^3.7.0",
|
||||
"eslint-plugin-security": "^1.4.0",
|
||||
"eslint-plugin-standard": "^3.1.0",
|
||||
"fs-extra": "^5.0.0",
|
||||
"jest": "^22.4.4",
|
||||
"lint-staged": "^7.1.2",
|
||||
"pre-commit": "^1.1.3",
|
||||
"size-limit": "^0.18.0",
|
||||
"yaspeller-ci": "^1.0.0"
|
||||
},
|
||||
"jest": {
|
||||
"testEnvironment": "node",
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"statements": 100
|
||||
}
|
||||
},
|
||||
"modulePathIgnorePatterns": [
|
||||
"<rootDir>/test/fixtures"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"lint-staged": "lint-staged",
|
||||
"spellcheck": "yaspeller-ci README.md CHANGELOG.md",
|
||||
"lint": "eslint-ci *.js test/*.js benchmark/*.js",
|
||||
"test": "jest --coverage && yarn lint && yarn spellcheck && size-limit"
|
||||
},
|
||||
"browser": {
|
||||
"./node.js": "./browser.js",
|
||||
"path": false
|
||||
},
|
||||
"pre-commit": [
|
||||
"lint-staged"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue