package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "browserslist@^2.10.0",
  3. "_id": "browserslist@2.10.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WyvzSLsuAVPOjbljXnyeWl14Ae+ukAT8MUuagKVzIDvwBxl4UAwD1xqtyQs2eWYPGUKMeC3Ol62goqYuKqTTcw==",
  6. "_location": "/browserslist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "browserslist@^2.10.0",
  12. "name": "browserslist",
  13. "escapedName": "browserslist",
  14. "rawSpec": "^2.10.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.10.0"
  17. },
  18. "_requiredBy": [
  19. "/autoprefixer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.10.0.tgz",
  22. "_shasum": "bac5ee1cc69ca9d96403ffb8a3abdc5b6aed6346",
  23. "_spec": "browserslist@^2.10.0",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/autoprefixer",
  25. "author": {
  26. "name": "Andrey Sitnik",
  27. "email": "andrey@sitnik.ru"
  28. },
  29. "bin": {
  30. "browserslist": "./cli.js"
  31. },
  32. "browser": {
  33. "path": false,
  34. "fs": false
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ai/browserslist/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "caniuse-lite": "^1.0.30000780",
  42. "electron-to-chromium": "^1.3.28"
  43. },
  44. "deprecated": false,
  45. "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
  46. "devDependencies": {
  47. "cross-spawn": "^5.1.0",
  48. "eslint": "^4.12.1",
  49. "eslint-ci": "^0.1.1",
  50. "eslint-config-logux": "^17.0.0",
  51. "eslint-config-standard": "^10.2.1",
  52. "eslint-plugin-es5": "^1.1.0",
  53. "eslint-plugin-import": "^2.8.0",
  54. "eslint-plugin-jest": "^21.4.1",
  55. "eslint-plugin-node": "^5.2.1",
  56. "eslint-plugin-promise": "^3.6.0",
  57. "eslint-plugin-security": "^1.4.0",
  58. "eslint-plugin-standard": "^3.0.1",
  59. "jest": "^21.2.1",
  60. "lint-staged": "^6.0.0",
  61. "pre-commit": "^1.1.3",
  62. "size-limit": "^0.13.2",
  63. "yaspeller-ci": "^1.0.0"
  64. },
  65. "eslintConfig": {
  66. "extends": "eslint-config-logux/browser",
  67. "rules": {
  68. "security/detect-unsafe-regex": "off",
  69. "global-require": "off"
  70. },
  71. "overrides": {
  72. "files": [
  73. "*.test.js"
  74. ],
  75. "rules": {
  76. "es5/no-arrow-functions": "off"
  77. }
  78. }
  79. },
  80. "homepage": "https://github.com/ai/browserslist#readme",
  81. "jest": {
  82. "coverageThreshold": {
  83. "global": {
  84. "statements": 100
  85. }
  86. },
  87. "modulePathIgnorePatterns": [
  88. "test/fixtures"
  89. ]
  90. },
  91. "keywords": [
  92. "caniuse",
  93. "browsers",
  94. "target"
  95. ],
  96. "license": "MIT",
  97. "lint-staged": {
  98. "*.md": "yaspeller-ci",
  99. "*.js": "eslint"
  100. },
  101. "name": "browserslist",
  102. "pre-commit": [
  103. "lint-staged"
  104. ],
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/ai/browserslist.git"
  108. },
  109. "scripts": {
  110. "lint": "eslint-ci *.js test/*.js __mocks__/*.js",
  111. "lint-staged": "lint-staged",
  112. "spellcheck": "yaspeller-ci README.md CHANGELOG.md",
  113. "test": "jest --coverage && yarn lint && yarn spellcheck && size-limit"
  114. },
  115. "size-limit": [
  116. {
  117. "path": "index.js",
  118. "limit": "160 KB"
  119. }
  120. ],
  121. "version": "2.10.0"
  122. }