{
  "_from": "eslint-config-alloy@^1.4.2",
  "_id": "eslint-config-alloy@1.4.2",
  "_inBundle": false,
  "_integrity": "sha512-DtzV8CC4VawC9E6T2J3RQ7tO6c6zTSxPAm8IdpnQcGDhF8/7GXCf46vclSs6tzkodFLbKwnqcCRG1QZV6BsViw==",
  "_location": "/eslint-config-alloy",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "eslint-config-alloy@^1.4.2",
    "name": "eslint-config-alloy",
    "escapedName": "eslint-config-alloy",
    "rawSpec": "^1.4.2",
    "saveSpec": null,
    "fetchSpec": "^1.4.2"
  },
  "_requiredBy": [
    "/eslint-standard-config"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-config-alloy/-/eslint-config-alloy-1.4.2.tgz",
  "_shasum": "7dcb015992a6598055679483103badf55534a0a6",
  "_spec": "eslint-config-alloy@^1.4.2",
  "_where": "/Users/gaborklausz/www/GIT/static-leopoly/js/imuscica/dev/node_modules/eslint-standard-config",
  "author": {
    "name": "xcatliu",
    "email": "xcatliu@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/AlloyTeam/eslint-config-alloy/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "heyli",
      "email": "lcxfs1991@gmail.com"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "AlloyTeam ESLint 规则",
  "devDependencies": {
    "babel-eslint": "^8.0.2",
    "babylon": "^6.18.0",
    "eslint": "^4.11.0",
    "eslint-plugin-react": "^7.4.0",
    "eslint-plugin-typescript": "^0.8.0",
    "eslint-plugin-vue": "^3.13.1",
    "fs-extra": "^5.0.0",
    "mobi-plugin-color": "^1.0.0",
    "mobi.css": "^3.1.1",
    "parcel-bundler": "^1.6.2",
    "prismjs": "^1.12.2",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "typescript": "^2.7.2",
    "typescript-eslint-parser": "^14.0.0",
    "vue-eslint-parser": "^2.0.1-beta.2"
  },
  "homepage": "https://alloyteam.github.io/eslint-config-alloy/",
  "keywords": [
    "eslint",
    "eslintrc",
    "eslintconfig",
    "config",
    "alloy",
    "alloyteam",
    "javascript",
    "styleguide",
    "react",
    "vue",
    "typescript"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "eslint-config-alloy",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlloyTeam/eslint-config-alloy.git"
  },
  "scripts": {
    "build": "node ./scripts/build.js && parcel build site/index.html --out-dir docs --public-url ./",
    "lint": "eslint --ext .js,.vue --ignore-pattern bad.* .",
    "site": "node ./scripts/build.js && parcel site/index.html",
    "start": "npm test && npm run site",
    "test": "npm run lint && node ./test/index.js"
  },
  "version": "1.4.2"
}
