85 lines
2.3 KiB
JSON
85 lines
2.3 KiB
JSON
|
{
|
||
|
"_from": "require-in-the-middle@^5.0.0",
|
||
|
"_id": "require-in-the-middle@5.1.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-M2rLKVupQfJ5lf9OvqFGIT+9iVLnTmjgbOmpil12hiSQNn5zJTKGPoIisETNjfK+09vP3rpm1zJajmErpr2sEQ==",
|
||
|
"_location": "/require-in-the-middle",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "require-in-the-middle@^5.0.0",
|
||
|
"name": "require-in-the-middle",
|
||
|
"escapedName": "require-in-the-middle",
|
||
|
"rawSpec": "^5.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^5.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@pm2/io"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/require-in-the-middle/-/require-in-the-middle-5.1.0.tgz",
|
||
|
"_shasum": "b768f800377b47526d026bbf5a7f727f16eb412f",
|
||
|
"_spec": "require-in-the-middle@^5.0.0",
|
||
|
"_where": "/var/www/api.medcify.app/node_modules/@pm2/io",
|
||
|
"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"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"coordinates": [
|
||
|
56.009779,
|
||
|
11.962099
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"debug": "^4.1.1",
|
||
|
"module-details-from-path": "^1.0.3",
|
||
|
"resolve": "^1.12.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"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"
|
||
|
}
|