Package Exports
- iterm2-version
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 (iterm2-version) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
iterm2-version 
Get the iTerm2 version
Install
$ npm install --save iterm2-version
Usage
const iterm2Version = require('iterm2-version');
iterm2Version();
//=> '2.9.20160307'
License
MIT © Sindre Sorhus