JSPM

vm

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 31138
  • Score
    100M100P100Q132719F
  • License MIT

NodeJS Core Module Extended

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 npm npm npm

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.