package.json 5.13 KB
{
  "_args": [
    [
      {
        "raw": "eslint-plugin-import@^2.2.0",
        "scope": null,
        "escapedName": "eslint-plugin-import",
        "name": "eslint-plugin-import",
        "rawSpec": "^2.2.0",
        "spec": ">=2.2.0 <3.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
    ]
  ],
  "_from": "eslint-plugin-import@>=2.2.0 <3.0.0",
  "_id": "eslint-plugin-import@2.8.0",
  "_inCache": true,
  "_location": "/eslint-plugin-import",
  "_nodeVersion": "8.5.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/eslint-plugin-import-2.8.0.tgz_1508409003632_0.3898932079318911"
  },
  "_npmUser": {
    "name": "benmosher",
    "email": "me@benmosher.com"
  },
  "_npmVersion": "5.3.0",
  "_phantomChildren": {
    "esutils": "2.0.2",
    "isarray": "1.0.0"
  },
  "_requested": {
    "raw": "eslint-plugin-import@^2.2.0",
    "scope": null,
    "escapedName": "eslint-plugin-import",
    "name": "eslint-plugin-import",
    "rawSpec": "^2.2.0",
    "spec": ">=2.2.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/kakao"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz",
  "_shasum": "fa1b6ef31fcb3c501c09859c1b86f1fc5b986894",
  "_shrinkwrap": null,
  "_spec": "eslint-plugin-import@^2.2.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
  "author": {
    "name": "Ben Mosher",
    "email": "me@benmosher.com"
  },
  "bugs": {
    "url": "https://github.com/benmosher/eslint-plugin-import/issues"
  },
  "dependencies": {
    "builtin-modules": "^1.1.1",
    "contains-path": "^0.1.0",
    "debug": "^2.6.8",
    "doctrine": "1.5.0",
    "eslint-import-resolver-node": "^0.3.1",
    "eslint-module-utils": "^2.1.1",
    "has": "^1.0.1",
    "lodash.cond": "^4.3.0",
    "minimatch": "^3.0.3",
    "read-pkg-up": "^2.0.0"
  },
  "description": "Import with sanity.",
  "devDependencies": {
    "babel-eslint": "next",
    "babel-plugin-istanbul": "^2.0.1",
    "babel-preset-es2015-argon": "latest",
    "babel-register": "6.24.1",
    "babylon": "6.15.0",
    "chai": "^3.4.0",
    "coveralls": "^2.11.4",
    "cross-env": "^4.0.0",
    "eslint": "2.x - 4.x",
    "eslint-import-resolver-node": "file:./resolvers/node",
    "eslint-import-resolver-webpack": "file:./resolvers/webpack",
    "eslint-module-utils": "file:./utils",
    "eslint-plugin-import": "2.x",
    "gulp": "^3.9.0",
    "gulp-babel": "6.1.2",
    "istanbul": "^0.4.0",
    "linklocal": "^2.6.0",
    "mocha": "^3.1.2",
    "nyc": "^8.3.0",
    "redux": "^3.0.4",
    "rimraf": "2.5.2",
    "sinon": "^2.3.2",
    "typescript": "^2.0.3",
    "typescript-eslint-parser": "^2.1.0"
  },
  "directories": {
    "test": "tests"
  },
  "dist": {
    "integrity": "sha512-Rf7dfKJxZ16QuTgVv1OYNxkZcsu/hULFnC+e+w0Gzi6jMC3guQoWQgxYxc54IDRinlb6/0v5z/PxxIKmVctN+g==",
    "shasum": "fa1b6ef31fcb3c501c09859c1b86f1fc5b986894",
    "tarball": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "lib",
    "config",
    "memo-parser"
  ],
  "gitHead": "95b1ba6ff1e4f79d263e152a8190ac673025e65b",
  "homepage": "https://github.com/benmosher/eslint-plugin-import",
  "keywords": [
    "eslint",
    "eslintplugin",
    "es6",
    "jsnext",
    "modules",
    "import",
    "export"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    },
    {
      "name": "jfmengels",
      "email": "jfm.engels@gmail.com"
    },
    {
      "name": "benmosher",
      "email": "me@benmosher.com"
    }
  ],
  "name": "eslint-plugin-import",
  "nyc": {
    "require": [
      "babel-register"
    ],
    "sourceMap": false,
    "instrument": false
  },
  "optionalDependencies": {},
  "peerDependencies": {
    "eslint": "2.x - 4.x"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benmosher/eslint-plugin-import.git"
  },
  "scripts": {
    "ci-test": "eslint ./src && gulp pretest && cross-env NODE_PATH=./lib istanbul cover --report lcovonly --dir reports/coverage _mocha tests/lib/ -- --recursive --reporter dot",
    "cover": "gulp pretest && cross-env NODE_PATH=./lib istanbul cover --dir reports/coverage _mocha tests/lib/ -- --recursive -R progress",
    "coverage-report": "npm t && nyc report --reporter html",
    "coveralls": "nyc report --reporter lcovonly && cat ./coverage/lcov.info | coveralls",
    "debug": "cross-env NODE_PATH=./lib mocha debug --recursive --reporter dot tests/lib/",
    "posttest": "eslint ./src",
    "prepublish": "gulp prepublish",
    "pretest": "linklocal",
    "test": "cross-env BABEL_ENV=test NODE_PATH=./src nyc -s mocha -R dot --recursive tests/src -t 5s",
    "test-all": "npm test && for resolver in ./resolvers/*; do cd $resolver && npm test && cd ../..; done",
    "test-compiled": "npm run prepublish && NODE_PATH=./lib mocha --compilers js:babel-register --recursive tests/src",
    "watch": "cross-env NODE_PATH=./src mocha --watch --compilers js:babel-register --recursive tests/src"
  },
  "version": "2.8.0"
}