{
  "_args": [
    [
      "browserslist@2.3.0",
      "/Users/apple/Desktop/Repositories/Gallery/example"
    ]
  ],
  "_development": true,
  "_from": "browserslist@2.3.0",
  "_id": "browserslist@2.3.0",
  "_inBundle": false,
  "_integrity": "sha1-sqp2QVxxZD/iNo9iQ7Q7u7QhF1I=",
  "_location": "/browserslist",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "browserslist@2.3.0",
    "name": "browserslist",
    "escapedName": "browserslist",
    "rawSpec": "2.3.0",
    "saveSpec": null,
    "fetchSpec": "2.3.0"
  },
  "_requiredBy": [
    "/autoprefixer",
    "/babel-preset-env"
  ],
  "_resolved": "http://registry.npm.taobao.org/browserslist/download/browserslist-2.3.0.tgz",
  "_spec": "2.3.0",
  "_where": "/Users/apple/Desktop/Repositories/Gallery/example",
  "author": {
    "name": "Andrey Sitnik",
    "email": "andrey@sitnik.ru"
  },
  "bin": {
    "browserslist": "./cli.js"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/ai/browserslist/issues"
  },
  "dependencies": {
    "caniuse-lite": "^1.0.30000710",
    "electron-to-chromium": "^1.3.17"
  },
  "description": "Share browsers list between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
  "devDependencies": {
    "cross-spawn": "^5.1.0",
    "eslint": "^4.3.0",
    "eslint-config-logux": "^16.0.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-es5": "^1.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jest": "^20.0.3",
    "eslint-plugin-node": "^5.1.1",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-security": "^1.4.0",
    "eslint-plugin-standard": "^3.0.1",
    "jest": "^20.0.4",
    "lint-staged": "^4.0.2",
    "pre-commit": "^1.1.3",
    "yaspeller-ci": "^0.6.0"
  },
  "eslintConfig": {
    "extends": "eslint-config-logux/browser",
    "rules": {
      "global-require": "off"
    },
    "overrides": {
      "files": [
        "*.test.js"
      ],
      "rules": {
        "es5/no-arrow-functions": "off"
      }
    }
  },
  "homepage": "https://github.com/ai/browserslist#readme",
  "jest": {
    "coverageThreshold": {
      "global": {
        "statements": 100
      }
    }
  },
  "keywords": [
    "caniuse",
    "browsers"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.md": "yaspeller-ci",
    "*.js": "eslint"
  },
  "name": "browserslist",
  "pre-commit": [
    "lint-staged"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ai/browserslist.git"
  },
  "scripts": {
    "lint": "eslint *.js test/*.js",
    "lint-staged": "lint-staged",
    "spellcheck": "yaspeller-ci README.md CHANGELOG.md",
    "test": "jest --coverage && yarn lint && yarn spellcheck"
  },
  "version": "2.3.0"
}
