{
  "_from": "undeclared-identifiers@^1.1.2",
  "_id": "undeclared-identifiers@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-13EaeocO4edF/3JKime9rD7oB6QI8llAGhgn5fKOPyfkJbRb6NFv9pYV6dFEmpa4uRjKeBqLZP8GpuzqHlKDMQ==",
  "_location": "/undeclared-identifiers",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "undeclared-identifiers@^1.1.2",
    "name": "undeclared-identifiers",
    "escapedName": "undeclared-identifiers",
    "rawSpec": "^1.1.2",
    "saveSpec": null,
    "fetchSpec": "^1.1.2"
  },
  "_requiredBy": [
    "/insert-module-globals"
  ],
  "_resolved": "https://registry.npmjs.org/undeclared-identifiers/-/undeclared-identifiers-1.1.2.tgz",
  "_shasum": "7d850a98887cff4bd0bf64999c014d08ed6d1acc",
  "_spec": "undeclared-identifiers@^1.1.2",
  "_where": "/Users/jongacnik/Sites/_modules/choo-reactive/example/node_modules/insert-module-globals",
  "author": {
    "name": "Renée Kooi",
    "email": "renee@kooi.me"
  },
  "bin": {
    "undeclared-identifiers": "bin.js"
  },
  "bugs": {
    "url": "https://github.com/goto-bus-stop/undeclared-identifiers/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "acorn-node": "^1.3.0",
    "get-assigned-identifiers": "^1.2.0",
    "simple-concat": "^1.0.0",
    "xtend": "^4.0.1"
  },
  "deprecated": false,
  "description": "find undeclared identifiers and property accesses in a javascript file.",
  "devDependencies": {
    "jquery": "^3.3.1",
    "lodash": "^4.17.5",
    "nanobench": "^2.1.0",
    "standard": "^11.0.0",
    "tap-spec": "^4.0.2",
    "tape": "^4.0.0"
  },
  "homepage": "https://github.com/goto-bus-stop/undeclared-identifiers",
  "keywords": [
    "ast",
    "check",
    "detect",
    "identifiers",
    "javascript",
    "undeclared"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "undeclared-identifiers",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goto-bus-stop/undeclared-identifiers.git"
  },
  "scripts": {
    "test": "standard && tape test/*.js | tap-spec"
  },
  "version": "1.1.2"
}
