{ "_from": "eslint-config-airbnb@^19.0.0", "_id": "eslint-config-airbnb@19.0.4", "_inBundle": false, "_integrity": "sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==", "_location": "/eslint-config-airbnb", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "eslint-config-airbnb@^19.0.0", "name": "eslint-config-airbnb", "escapedName": "eslint-config-airbnb", "rawSpec": "^19.0.0", "saveSpec": null, "fetchSpec": "^19.0.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz", "_shasum": "84d4c3490ad70a0ffa571138ebcdea6ab085fdc3", "_spec": "eslint-config-airbnb@^19.0.0", "_where": "E:\\webView\\tenancy-wechat-uniapp", "author": { "name": "Jake Teton-Landis", "url": "https://twitter.com/@jitl" }, "bugs": { "url": "https://github.com/airbnb/javascript/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Jake Teton-Landis", "url": "https://twitter.com/jitl" }, { "name": "Jordan Harband", "email": "ljharb@gmail.com", "url": "http://ljharb.codes" }, { "name": "Harrison Shoff", "url": "https://twitter.com/hshoff" } ], "dependencies": { "eslint-config-airbnb-base": "^15.0.0", "object.assign": "^4.1.2", "object.entries": "^1.1.5" }, "deprecated": false, "description": "Airbnb's ESLint config, following our styleguide", "devDependencies": { "@babel/runtime": "^7.16.3", "babel-preset-airbnb": "^4.5.0", "babel-tape-runner": "^3.0.0", "eclint": "^2.8.1", "eslint": "^7.32.0 || ^8.2.0", "eslint-find-rules": "^4.0.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "in-publish": "^2.0.1", "react": ">= 0.13.0", "safe-publish-latest": "^2.0.0", "tape": "^5.3.2" }, "engines": { "node": "^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0" }, "exports": { ".": "./index.js", "./base": "./base.js", "./hooks": "./hooks.js", "./legacy": "./legacy.js", "./whitespace": "./whitespace.js", "./rules/react": "./rules/react.js", "./rules/react-a11y": "./rules/react-a11y.js", "./rules/react-hooks": "./rules/react-hooks.js", "./package.json": "./package.json" }, "homepage": "https://github.com/airbnb/javascript", "keywords": [ "eslint", "eslintconfig", "config", "airbnb", "javascript", "styleguide", "es2015", "es2016", "es2017", "es2018" ], "license": "MIT", "main": "index.js", "name": "eslint-config-airbnb", "peerDependencies": { "eslint": "^7.32.0 || ^8.2.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/airbnb/javascript.git" }, "scripts": { "link:eslint": "cd node_modules/eslint && npm link --production && cd -", "lint": "eslint .", "posttravis": "npm unlink --no-save eslint-config-airbnb-base eslint >/dev/null &", "prelint": "eclint check * rules/* test/*", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "eslint-find-rules --unused && npm test && safe-publish-latest", "pretest": "npm run --silent lint", "pretests-only": "node ./test/requires", "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", "test": "npm run --silent tests-only", "tests-only": "babel-tape-runner ./test/test-*.js", "travis": "npm run --silent tests-only" }, "version": "19.0.4" }