{
  "_args": [
    [
      {
        "raw": "lexical-scope@^1.2.0",
        "scope": null,
        "escapedName": "lexical-scope",
        "name": "lexical-scope",
        "rawSpec": "^1.2.0",
        "spec": ">=1.2.0 <2.0.0",
        "type": "range"
      },
      "/usr/local/lib/node_modules/ionic/node_modules/insert-module-globals"
    ]
  ],
  "_from": "lexical-scope@>=1.2.0 <2.0.0",
  "_id": "lexical-scope@1.2.0",
  "_inCache": true,
  "_location": "/ionic/lexical-scope",
  "_nodeVersion": "2.4.0",
  "_npmUser": {
    "name": "substack",
    "email": "substack@gmail.com"
  },
  "_npmVersion": "3.3.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "lexical-scope@^1.2.0",
    "scope": null,
    "escapedName": "lexical-scope",
    "name": "lexical-scope",
    "rawSpec": "^1.2.0",
    "spec": ">=1.2.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/ionic/insert-module-globals"
  ],
  "_resolved": "https://registry.npmjs.org/lexical-scope/-/lexical-scope-1.2.0.tgz",
  "_shasum": "fcea5edc704a4b3a8796cdca419c3a0afaf22df4",
  "_shrinkwrap": null,
  "_spec": "lexical-scope@^1.2.0",
  "_where": "/usr/local/lib/node_modules/ionic/node_modules/insert-module-globals",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/lexical-scope/issues"
  },
  "dependencies": {
    "astw": "^2.0.0"
  },
  "description": "detect global and local lexical identifiers from javascript source code",
  "devDependencies": {
    "brfs": "~0.0.3",
    "tape": "~2.4.1"
  },
  "directories": {},
  "dist": {
    "shasum": "fcea5edc704a4b3a8796cdca419c3a0afaf22df4",
    "tarball": "https://registry.npmjs.org/lexical-scope/-/lexical-scope-1.2.0.tgz"
  },
  "gitHead": "c761d2cb7e5f47bbde920cafd5dcf3ba6fac4b87",
  "homepage": "https://github.com/substack/lexical-scope",
  "keywords": [
    "ast",
    "variable",
    "name",
    "lexical",
    "local",
    "global",
    "implicit",
    "exported"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "substack",
      "email": "substack@gmail.com"
    },
    {
      "name": "zertosh",
      "email": "zertosh@gmail.com"
    }
  ],
  "name": "lexical-scope",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/lexical-scope.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/6",
      "ie/7",
      "ie/8",
      "ie/9",
      "ie/10",
      "chrome/20",
      "chrome/latest",
      "firefox/10",
      "firefox/15",
      "firefox/latest",
      "safari/latest",
      "opera/11.0",
      "opera/latest"
    ]
  },
  "version": "1.2.0"
}
