{ "_from": "eslint-config-airbnb-base", "_id": "eslint-config-airbnb-base@12.1.0", "_inBundle": false, "_integrity": "sha512-/vjm0Px5ZCpmJqnjIzcFb9TKZrKWz0gnuG/7Gfkt0Db1ELJR51xkZth+t14rYdqWgX836XbuxtArbIHlVhbLBA==", "_location": "/eslint-config-airbnb-base", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "eslint-config-airbnb-base", "name": "eslint-config-airbnb-base", "escapedName": "eslint-config-airbnb-base", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.1.0.tgz", "_shasum": "386441e54a12ccd957b0a92564a4bafebd747944", "_spec": "eslint-config-airbnb-base", "_where": "/Users/cloyd/coderrr/odin/javascript-exercises", "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-restricted-globals": "^0.1.1" }, "deprecated": false, "description": "Airbnb's base JS ESLint config, following our styleguide", "devDependencies": { "babel-preset-airbnb": "^2.4.0", "babel-tape-runner": "^2.0.1", "editorconfig-tools": "^0.1.1", "eslint": "^4.9.0", "eslint-find-rules": "^3.1.1", "eslint-plugin-import": "^2.7.0", "in-publish": "^2.0.0", "safe-publish-latest": "^1.1.1", "tape": "^4.8.0" }, "engines": { "node": ">= 4" }, "homepage": "https://github.com/airbnb/javascript", "keywords": [ "eslint", "eslintconfig", "config", "airbnb", "javascript", "styleguide" ], "license": "MIT", "main": "index.js", "name": "eslint-config-airbnb-base", "peerDependencies": { "eslint": "^4.9.0", "eslint-plugin-import": "^2.7.0" }, "repository": { "type": "git", "url": "git+https://github.com/airbnb/javascript.git" }, "scripts": { "lint": "eslint --report-unused-disable-directives .", "posttravis": ":", "prelint": "editorconfig-tools check * rules/* test/*", "prepublish": "(in-install || eslint-find-rules --unused) && (not-in-publish || npm test) && safe-publish-latest", "pretest": "npm run --silent lint", "pretravis": ":", "test": "npm run --silent tests-only", "tests-only": "babel-tape-runner ./test/test-*.js", "travis": "npm run --silent test" }, "version": "12.1.0" }