租房小程序前端代码
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.

123 lines
3.6 KiB

2 months ago
  1. {
  2. "_from": "eslint-config-airbnb-base@^15.0.0",
  3. "_id": "eslint-config-airbnb-base@15.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==",
  6. "_location": "/eslint-config-airbnb-base",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eslint-config-airbnb-base@^15.0.0",
  12. "name": "eslint-config-airbnb-base",
  13. "escapedName": "eslint-config-airbnb-base",
  14. "rawSpec": "^15.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^15.0.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint-config-airbnb"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz",
  22. "_shasum": "6b09add90ac79c2f8d723a2580e07f3925afd236",
  23. "_spec": "eslint-config-airbnb-base@^15.0.0",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\eslint-config-airbnb",
  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. "confusing-browser-globals": "^1.0.10",
  50. "object.assign": "^4.1.2",
  51. "object.entries": "^1.1.5",
  52. "semver": "^6.3.0"
  53. },
  54. "deprecated": false,
  55. "description": "Airbnb's base JS ESLint config, following our styleguide",
  56. "devDependencies": {
  57. "@babel/runtime": "^7.16.0",
  58. "babel-preset-airbnb": "^4.5.0",
  59. "babel-tape-runner": "^3.0.0",
  60. "eclint": "^2.8.1",
  61. "eslint": "^7.32.0 || ^8.2.0",
  62. "eslint-find-rules": "^4.0.0",
  63. "eslint-plugin-import": "^2.25.2",
  64. "in-publish": "^2.0.1",
  65. "safe-publish-latest": "^2.0.0",
  66. "tape": "^5.3.1"
  67. },
  68. "engines": {
  69. "node": "^10.12.0 || >=12.0.0"
  70. },
  71. "exports": {
  72. ".": "./index.js",
  73. "./legacy": "./legacy.js",
  74. "./whitespace": "./whitespace.js",
  75. "./rules/best-practices": "./rules/best-practices.js",
  76. "./rules/es6": "./rules/es6.js",
  77. "./rules/node": "./rules/node.js",
  78. "./rules/style": "./rules/style.js",
  79. "./rules/errors": "./rules/errors.js",
  80. "./rules/imports": "./rules/imports.js",
  81. "./rules/strict": "./rules/strict.js",
  82. "./rules/variables": "./rules/variables.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-base",
  101. "peerDependencies": {
  102. "eslint": "^7.32.0 || ^8.2.0",
  103. "eslint-plugin-import": "^2.25.2"
  104. },
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/airbnb/javascript.git"
  108. },
  109. "scripts": {
  110. "lint": "eslint --report-unused-disable-directives .",
  111. "posttravis": ":",
  112. "prelint": "eclint check * rules/* test/*",
  113. "prepublish": "not-in-publish || npm run prepublishOnly",
  114. "prepublishOnly": "eslint-find-rules --unused && npm test && safe-publish-latest",
  115. "pretest": "npm run --silent lint",
  116. "pretests-only": "node ./test/requires",
  117. "pretravis": ":",
  118. "test": "npm run --silent tests-only",
  119. "tests-only": "babel-tape-runner ./test/test-*.js",
  120. "travis": "npm run --silent tests-only"
  121. },
  122. "version": "15.0.0"
  123. }