package.json 3.07 KB
{
  "_from": "eslint-config-airbnb-base@^14.1.0",
  "_id": "eslint-config-airbnb-base@14.2.0",
  "_inBundle": false,
  "_integrity": "sha512-Snswd5oC6nJaevs3nZoLSTvGJBvzTfnBqOIArkf3cbyTyq9UD79wOk8s+RiL6bhca0p/eRO6veczhf6A/7Jy8Q==",
  "_location": "/eslint-config-airbnb-base",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "eslint-config-airbnb-base@^14.1.0",
    "name": "eslint-config-airbnb-base",
    "escapedName": "eslint-config-airbnb-base",
    "rawSpec": "^14.1.0",
    "saveSpec": null,
    "fetchSpec": "^14.1.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.0.tgz",
  "_shasum": "fe89c24b3f9dc8008c9c0d0d88c28f95ed65e9c4",
  "_spec": "eslint-config-airbnb-base@^14.1.0",
  "_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project",
  "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": {
    "confusing-browser-globals": "^1.0.9",
    "object.assign": "^4.1.0",
    "object.entries": "^1.1.2"
  },
  "deprecated": false,
  "description": "Airbnb's base JS ESLint config, following our styleguide",
  "devDependencies": {
    "@babel/runtime": "^7.8.7",
    "babel-preset-airbnb": "^4.5.0",
    "babel-tape-runner": "^3.0.0",
    "eclint": "^2.8.1",
    "eslint": "^5.16.0 || ^6.8.0 || ^7.2.0",
    "eslint-find-rules": "^3.5.0",
    "eslint-plugin-import": "^2.21.2",
    "in-publish": "^2.0.1",
    "safe-publish-latest": "^1.1.4",
    "tape": "^5.0.1"
  },
  "engines": {
    "node": ">= 6"
  },
  "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-base",
  "peerDependencies": {
    "eslint": "^5.16.0 || ^6.8.0 || ^7.2.0",
    "eslint-plugin-import": "^2.21.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airbnb/javascript.git"
  },
  "scripts": {
    "lint": "eslint --report-unused-disable-directives .",
    "posttravis": ":",
    "prelint": "eclint check * rules/* test/*",
    "prepublish": "(in-install || eslint-find-rules --unused) && (not-in-publish || npm test) && safe-publish-latest",
    "pretest": "npm run --silent lint",
    "pretests-only": "node ./test/requires",
    "pretravis": ":",
    "test": "npm run --silent tests-only",
    "tests-only": "babel-tape-runner ./test/test-*.js",
    "travis": "npm run --silent tests-only"
  },
  "version": "14.2.0"
}