install icon indicating copy to clipboard operation
install copied to clipboard

Minimal JavaScript module loader

Results 11 install issues
Sort by recently updated
recently updated
newest added

This is breaking tooling that relies on `package.json` being a valid JSON file.

I don't see a way to replace a file with new content (for example, to hot reload modules). Is it currently possible? Maybe we could have an option like `forceReplace`?

any change to improve module.resolve performance? reproduction repo https://github.com/crapthings/meteor-modulelink i know mui is kinda heavy, but any chance to optimize install?

## The devDependency [terser](https://github.com/fabiosantoscode/terser) was updated from `3.17.0` to `4.0.0`. This version is **not covered** by your **current version range**. If you donโ€™t accept this pull request, your project will...

greenkeeper

## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `5.2.0` to `6.0.0`. This version is **not covered** by your **current version range**. If you donโ€™t accept this pull request, your project will...

greenkeeper

## The devDependency [reify](https://github.com/benjamn/reify) was updated from `0.18.1` to `0.19.0`. This version is **not covered** by your **current version range**. If you donโ€™t accept this pull request, your project will...

greenkeeper

## The devDependency [terser](https://github.com/fabiosantoscode/terser) was updated from `3.10.2` to `3.10.3`. ๐Ÿšจ [View failing branch](https://github.com/benjamn/install/compare/master...benjamn:greenkeeper%2Fterser-3.10.3). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Hi Ben, This is to dynamically "install" code/template at run time, which overcomes the typical meteor compile "bug" (in my eyes it is a bug) where a list of dynamically...

Usually, a NodeJS `module` will have a `paths` property. Unfortunately, the current implementation of `Module` class does not have it, and since some npm packages may assume its existence, this...