UNPKG

load-module

Version:

Standard dynamic imports with a few extra features

44 lines (43 loc) 786 B
{ "name": "load-module", "author": "Lloyd Brookes <75pound@gmail.com>", "version": "5.0.0", "description": "Standard dynamic imports with a few extra features", "repository": { "type": "git", "url": "git+https://github.com/75lb/load-module.git" }, "type": "module", "exports": "./index.js", "keywords": [ "load", "require", "module", "package", "import", "esm" ], "license": "MIT", "engines": { "node": ">=12.20" }, "scripts": { "test": "test-runner test/*.js" }, "files": [ "index.js" ], "devDependencies": { "current-module-paths": "^1.1.1", "test-runner": "^0.11.0" }, "dependencies": { "array-back": "^6.2.2" }, "standard": { "ignore": [ "tmp" ], "envs": [] } }