{
  "_args": [
    [
      "require-in-the-middle@5.1.0",
      "C:\\laragon\\www\\wabot\\botw"
    ]
  ],
  "_development": true,
  "_from": "require-in-the-middle@5.1.0",
  "_id": "require-in-the-middle@5.1.0",
  "_inBundle": false,
  "_integrity": "sha512-M2rLKVupQfJ5lf9OvqFGIT+9iVLnTmjgbOmpil12hiSQNn5zJTKGPoIisETNjfK+09vP3rpm1zJajmErpr2sEQ==",
  "_location": "/require-in-the-middle",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "require-in-the-middle@5.1.0",
    "name": "require-in-the-middle",
    "escapedName": "require-in-the-middle",
    "rawSpec": "5.1.0",
    "saveSpec": null,
    "fetchSpec": "5.1.0"
  },
  "_requiredBy": [
    "/@pm2/io"
  ],
  "_resolved": "https://registry.npmjs.org/require-in-the-middle/-/require-in-the-middle-5.1.0.tgz",
  "_spec": "5.1.0",
  "_where": "C:\\laragon\\www\\wabot\\botw",
  "author": {
    "name": "Thomas Watson Steen",
    "email": "w@tson.dk",
    "url": "https://twitter.com/wa7son"
  },
  "bugs": {
    "url": "https://github.com/elastic/require-in-the-middle/issues"
  },
  "coordinates": [
    56.009779,
    11.962099
  ],
  "dependencies": {
    "debug": "^4.1.1",
    "module-details-from-path": "^1.0.3",
    "resolve": "^1.12.0"
  },
  "description": "Module to hook into the Node.js require function",
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.5",
    "@babel/preset-typescript": "^7.9.0",
    "@babel/register": "^7.9.0",
    "ipp-printer": "^1.0.0",
    "patterns": "^1.0.3",
    "roundround": "^0.2.0",
    "semver": "^6.3.0",
    "standard": "^14.3.1",
    "tape": "^4.11.0"
  },
  "homepage": "https://github.com/elastic/require-in-the-middle#readme",
  "keywords": [
    "require",
    "hook",
    "shim",
    "shimmer",
    "shimming",
    "patch",
    "monkey",
    "monkeypatch",
    "module",
    "load"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "require-in-the-middle",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elastic/require-in-the-middle.git"
  },
  "scripts": {
    "test": "npm run test:lint && npm run test:tape && npm run test:babel",
    "test:babel": "node test/babel/babel-register.js",
    "test:lint": "standard",
    "test:tape": "tape test/*.js"
  },
  "version": "5.1.0"
}
