iterm2-version
Advanced tools
Comparing version 2.3.0 to 3.0.0
{ | ||
"name": "iterm2-version", | ||
"version": "2.3.0", | ||
"description": "Get the iTerm2 version", | ||
"license": "MIT", | ||
"repository": "sindresorhus/iterm2-version", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "sindresorhus.com" | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"iterm", | ||
"iterm2", | ||
"terminal", | ||
"app", | ||
"version" | ||
], | ||
"dependencies": { | ||
"app-path": "^2.1.0", | ||
"plist": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"ava": "*", | ||
"xo": "*" | ||
} | ||
"name": "iterm2-version", | ||
"version": "3.0.0", | ||
"description": "Get the iTerm2 version", | ||
"license": "MIT", | ||
"repository": "sindresorhus/iterm2-version", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "sindresorhus.com" | ||
}, | ||
"engines": { | ||
"node": ">=6" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"iterm2", | ||
"iterm", | ||
"terminal", | ||
"app", | ||
"version" | ||
], | ||
"dependencies": { | ||
"app-path": "^2.1.0", | ||
"plist": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"ava": "*", | ||
"xo": "*" | ||
} | ||
} |
# iterm2-version [![Build Status](https://travis-ci.org/sindresorhus/iterm2-version.svg?branch=master)](https://travis-ci.org/sindresorhus/iterm2-version) | ||
> Get the iTerm2 version | ||
> Get the [iTerm2](https://www.iterm2.com) version | ||
Note: The `2` in iTerm2 is [part of the name](https://en.wikipedia.org/wiki/ITerm2) and does not indicate the version. | ||
## Install | ||
``` | ||
$ npm install --save iterm2-version | ||
$ npm install iterm2-version | ||
``` | ||
@@ -19,8 +21,10 @@ | ||
iterm2Version(); | ||
//=> '2.9.20160307' | ||
//=> '3.0.15' | ||
``` | ||
If you're running this on a different terminal or operating system, it will return `undefined`. | ||
## License | ||
MIT © [Sindre Sorhus](https://sindresorhus.com) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2782
30
+ Added@xmldom/xmldom@0.8.10(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedplist@3.1.0(transitive)
+ Addedxmlbuilder@15.1.1(transitive)
- Removedbase64-js@1.2.0(transitive)
- Removedplist@2.1.0(transitive)
- Removedxmlbuilder@8.2.2(transitive)
- Removedxmldom@0.1.31(transitive)
Updatedplist@^3.0.1