租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

127 lines
3.9 KiB

3 months ago
  1. {
  2. "_from": "eslint-config-airbnb@^19.0.0",
  3. "_id": "eslint-config-airbnb@19.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==",
  6. "_location": "/eslint-config-airbnb",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eslint-config-airbnb@^19.0.0",
  12. "name": "eslint-config-airbnb",
  13. "escapedName": "eslint-config-airbnb",
  14. "rawSpec": "^19.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^19.0.0"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz",
  22. "_shasum": "84d4c3490ad70a0ffa571138ebcdea6ab085fdc3",
  23. "_spec": "eslint-config-airbnb@^19.0.0",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp",
  25. "author": {
  26. "name": "Jake Teton-Landis",
  27. "url": "https://twitter.com/@jitl"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/airbnb/javascript/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Jake Teton-Landis",
  36. "url": "https://twitter.com/jitl"
  37. },
  38. {
  39. "name": "Jordan Harband",
  40. "email": "ljharb@gmail.com",
  41. "url": "http://ljharb.codes"
  42. },
  43. {
  44. "name": "Harrison Shoff",
  45. "url": "https://twitter.com/hshoff"
  46. }
  47. ],
  48. "dependencies": {
  49. "eslint-config-airbnb-base": "^15.0.0",
  50. "object.assign": "^4.1.2",
  51. "object.entries": "^1.1.5"
  52. },
  53. "deprecated": false,
  54. "description": "Airbnb's ESLint config, following our styleguide",
  55. "devDependencies": {
  56. "@babel/runtime": "^7.16.3",
  57. "babel-preset-airbnb": "^4.5.0",
  58. "babel-tape-runner": "^3.0.0",
  59. "eclint": "^2.8.1",
  60. "eslint": "^7.32.0 || ^8.2.0",
  61. "eslint-find-rules": "^4.0.0",
  62. "eslint-plugin-import": "^2.25.3",
  63. "eslint-plugin-jsx-a11y": "^6.5.1",
  64. "eslint-plugin-react": "^7.28.0",
  65. "eslint-plugin-react-hooks": "^4.3.0",
  66. "in-publish": "^2.0.1",
  67. "react": ">= 0.13.0",
  68. "safe-publish-latest": "^2.0.0",
  69. "tape": "^5.3.2"
  70. },
  71. "engines": {
  72. "node": "^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0"
  73. },
  74. "exports": {
  75. ".": "./index.js",
  76. "./base": "./base.js",
  77. "./hooks": "./hooks.js",
  78. "./legacy": "./legacy.js",
  79. "./whitespace": "./whitespace.js",
  80. "./rules/react": "./rules/react.js",
  81. "./rules/react-a11y": "./rules/react-a11y.js",
  82. "./rules/react-hooks": "./rules/react-hooks.js",
  83. "./package.json": "./package.json"
  84. },
  85. "homepage": "https://github.com/airbnb/javascript",
  86. "keywords": [
  87. "eslint",
  88. "eslintconfig",
  89. "config",
  90. "airbnb",
  91. "javascript",
  92. "styleguide",
  93. "es2015",
  94. "es2016",
  95. "es2017",
  96. "es2018"
  97. ],
  98. "license": "MIT",
  99. "main": "index.js",
  100. "name": "eslint-config-airbnb",
  101. "peerDependencies": {
  102. "eslint": "^7.32.0 || ^8.2.0",
  103. "eslint-plugin-import": "^2.25.3",
  104. "eslint-plugin-jsx-a11y": "^6.5.1",
  105. "eslint-plugin-react": "^7.28.0",
  106. "eslint-plugin-react-hooks": "^4.3.0"
  107. },
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/airbnb/javascript.git"
  111. },
  112. "scripts": {
  113. "link:eslint": "cd node_modules/eslint && npm link --production && cd -",
  114. "lint": "eslint .",
  115. "posttravis": "npm unlink --no-save eslint-config-airbnb-base eslint >/dev/null &",
  116. "prelint": "eclint check * rules/* test/*",
  117. "prepublish": "not-in-publish || npm run prepublishOnly",
  118. "prepublishOnly": "eslint-find-rules --unused && npm test && safe-publish-latest",
  119. "pretest": "npm run --silent lint",
  120. "pretests-only": "node ./test/requires",
  121. "pretravis": "npm run link:eslint && cd ../eslint-config-airbnb-base && npm link --no-save eslint && npm install && npm link && cd - && npm link --no-save eslint-config-airbnb-base",
  122. "test": "npm run --silent tests-only",
  123. "tests-only": "babel-tape-runner ./test/test-*.js",
  124. "travis": "npm run --silent tests-only"
  125. },
  126. "version": "19.0.4"
  127. }