Package Exports
- vm
- vm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-vm

NodeJS Core Module Extended
Installation
npm i vm --save
Usage
In your node program:
var vm = require('vm')
API
https://nodejs.org/api/vm.html
License
MIT. Copyright (c) Diego Rodríguez Baquero.