UNPKG

ember-legacy-class-transform

Version:
80 lines (79 loc) 1.87 kB
{ "name": "browserslist", "version": "2.4.0", "description": "Share browsers list between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset", "keywords": [ "caniuse", "browsers" ], "author": "Andrey Sitnik <andrey@sitnik.ru>", "license": "MIT", "repository": "ai/browserslist", "dependencies": { "caniuse-lite": "^1.0.30000718", "electron-to-chromium": "^1.3.18" }, "bin": "./cli.js", "devDependencies": { "cross-spawn": "^5.1.0", "eslint": "^4.5.0", "eslint-config-logux": "^16.0.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-es5": "^1.1.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jest": "^20.0.3", "eslint-plugin-node": "^5.1.1", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-security": "^1.4.0", "eslint-plugin-standard": "^3.0.1", "jest": "^20.0.4", "lint-staged": "^4.0.4", "pre-commit": "^1.1.3", "size-limit": "^0.10.0", "yaspeller-ci": "^0.6.0" }, "eslintConfig": { "extends": "eslint-config-logux/browser", "rules": { "global-require": "off" }, "overrides": { "files": [ "*.test.js" ], "rules": { "es5/no-arrow-functions": "off" } } }, "jest": { "coverageThreshold": { "global": { "statements": 100 } } }, "size-limit": [ { "path": "index.js", "limit": "152 KB" } ], "scripts": { "lint-staged": "lint-staged", "spellcheck": "yaspeller-ci README.md CHANGELOG.md", "lint": "eslint *.js test/*.js __mocks__/*.js", "test": "jest --coverage && yarn lint && yarn spellcheck && size-limit" }, "lint-staged": { "*.md": "yaspeller-ci", "*.js": "eslint" }, "browser": { "path": false, "fs": false }, "pre-commit": [ "lint-staged" ] }