{
  "_args": [
    [
      "eslint-restricted-globals@0.1.1",
      "B:\\Projects\\eslint-config"
    ]
  ],
  "_from": "eslint-restricted-globals@0.1.1",
  "_id": "eslint-restricted-globals@0.1.1",
  "_inBundle": false,
  "_integrity": "sha1-NfDVy8ZMLj7WLpO0saevBbp+1Nc=",
  "_location": "/eslint-restricted-globals",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "eslint-restricted-globals@0.1.1",
    "name": "eslint-restricted-globals",
    "escapedName": "eslint-restricted-globals",
    "rawSpec": "0.1.1",
    "saveSpec": null,
    "fetchSpec": "0.1.1"
  },
  "_requiredBy": [
    "/eslint-config-airbnb-base"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-restricted-globals/-/eslint-restricted-globals-0.1.1.tgz",
  "_spec": "0.1.1",
  "_where": "B:\\Projects\\eslint-config",
  "author": {
    "name": "Siddharth Doshi",
    "email": "sidoshi@mail.com"
  },
  "bugs": {
    "url": "https://github.com/doshisid/eslint-restricted-globals/issues"
  },
  "description": "A list of confusing globals that should be restricted to be used as globals",
  "devDependencies": {
    "mocha": "^3.4.1"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/doshisid/eslint-restricted-globals#readme",
  "keywords": [
    "eslint",
    "globals"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "eslint-restricted-globals",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doshisid/eslint-restricted-globals.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.1.1"
}
