@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
120 lines (119 loc) • 7.63 kB
JSON
{
"_args": [
[
{
"raw": "getmac@https://registry.npmjs.org/getmac/-/getmac-1.0.7.tgz",
"scope": null,
"escapedName": "getmac",
"name": "getmac",
"rawSpec": "https://registry.npmjs.org/getmac/-/getmac-1.0.7.tgz",
"spec": "https://registry.npmjs.org/getmac/-/getmac-1.0.7.tgz",
"type": "remote"
},
"/Users/code/tfs/agent3/_work/2/s"
]
],
"_from": "getmac@1.0.7",
"_id": "getmac@1.0.7",
"_inCache": true,
"_location": "/getmac",
"_phantomChildren": {},
"_requested": {
"raw": "getmac@https://registry.npmjs.org/getmac/-/getmac-1.0.7.tgz",
"scope": null,
"escapedName": "getmac",
"name": "getmac",
"rawSpec": "https://registry.npmjs.org/getmac/-/getmac-1.0.7.tgz",
"spec": "https://registry.npmjs.org/getmac/-/getmac-1.0.7.tgz",
"type": "remote"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/getmac/-/getmac-1.0.7.tgz",
"_shasum": "94460f9778698d2e159a03da6c165689f22cdd67",
"_shrinkwrap": null,
"_spec": "getmac@https://registry.npmjs.org/getmac/-/getmac-1.0.7.tgz",
"_where": "/Users/code/tfs/agent3/_work/2/s",
"author": {
"name": "2013+ Bevry Pty Ltd",
"email": "us@bevry.me",
"url": "http://bevry.me"
},
"badges": {
"travis": true,
"npm": true,
"npmdownloads": true,
"david": true,
"daviddev": true,
"gratipay": "bevry",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
},
"bin": {
"getmac-node": "./bin/getmac-node"
},
"bugs": {
"url": "https://github.com/bevry/getmac/issues"
},
"cakeConfiguration": {
"COFFEE_SRC_PATH": "src"
},
"contributors": [
{
"name": "Benjamin Lupton",
"email": "b@lupton.cc",
"url": "https://github.com/balupton"
}
],
"dependencies": {
"extract-opts": "^2.2.0"
},
"description": "Get the mac address of the current machine you are on",
"devDependencies": {
"chai": "^2.1.0",
"coffee-script": "^1.9.1",
"joe": "^1.6.0",
"joe-reporter-console": "^1.2.1",
"projectz": "^0.5.0"
},
"directories": {
"lib": "./out/lib"
},
"engines": {
"node": ">=0.4"
},
"homepage": "https://github.com/bevry/getmac",
"keywords": [
"mac",
"mac-address",
"ifconfig",
"ipconfig",
"getmac"
],
"license": {
"type": "MIT"
},
"main": "./out/lib/getmac",
"maintainers": [
{
"name": "Benjamin Lupton",
"email": "b@lupton.cc",
"url": "https://github.com/balupton"
}
],
"name": "getmac",
"optionalDependencies": {},
"readme": "\n<!-- TITLE/ -->\n\n# getmac\n\n<!-- /TITLE -->\n\n\n<!-- BADGES/ -->\n\n[](http://travis-ci.org/bevry/getmac \"Check this project's build status on TravisCI\")\n[](https://npmjs.org/package/getmac \"View this project on NPM\")\n[](https://npmjs.org/package/getmac \"View this project on NPM\")\n[](https://david-dm.org/bevry/getmac)\n[](https://david-dm.org/bevry/getmac#info=devDependencies)<br/>\n[](https://www.gratipay.com/bevry/ \"Donate weekly to this project using Gratipay\")\n[](http://flattr.com/thing/344188/balupton-on-Flattr \"Donate monthly to this project using Flattr\")\n[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 \"Donate once-off to this project using Paypal\")\n[](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a \"Donate once-off to this project using BitCoin\")\n[](http://amzn.com/w/2F8TXKSNAFG4V \"Buy an item on our wishlist for us\")\n\n<!-- /BADGES -->\n\n\n<!-- DESCRIPTION/ -->\n\nGet the mac address of the current machine you are on\n\n<!-- /DESCRIPTION -->\n\n\n<!-- INSTALL/ -->\n\n## Install\n\n### [NPM](http://npmjs.org/)\n- Use: `require('getmac')`\n- Install: `npm install --save getmac`\n\n<!-- /INSTALL -->\n\n\n## Usage\n\n### CLI\n\n1. Install Globally: `install -g getmac`\n2. Run with: `getmac-node`\n\n### API\n\n``` javascript\n// Fetch the computer's mac address\nrequire('getmac').getMac(function(err,macAddress){\n\tif (err) throw err\n\tconsole.log(macAddress)\n})\n\n// Validate that an address is a mac address\nif ( require('getmac').isMac(\"e4:ce:8f:5b:a7:fc\") ) {\n\tconsole.log('valid mac')\n}\nelse {\n\tconsole.log('invalid mac')\n}\n```\n\n\n\n<!-- HISTORY/ -->\n\n## History\n[Discover the change history by heading on over to the `HISTORY.md` file.](https://github.com/bevry/getmac/blob/master/HISTORY.md#files)\n\n<!-- /HISTORY -->\n\n\n<!-- CONTRIBUTE/ -->\n\n## Contribute\n\n[Discover how you can contribute by heading on over to the `CONTRIBUTING.md` file.](https://github.com/bevry/getmac/blob/master/CONTRIBUTING.md#files)\n\n<!-- /CONTRIBUTE -->\n\n\n<!-- BACKERS/ -->\n\n## Backers\n\n### Maintainers\n\nThese amazing people are maintaining this project:\n\n- Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)\n\n### Sponsors\n\nNo sponsors yet! Will you be the first?\n\n[](https://www.gratipay.com/bevry/ \"Donate weekly to this project using Gratipay\")\n[](http://flattr.com/thing/344188/balupton-on-Flattr \"Donate monthly to this project using Flattr\")\n[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 \"Donate once-off to this project using Paypal\")\n[](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a \"Donate once-off to this project using BitCoin\")\n[](http://amzn.com/w/2F8TXKSNAFG4V \"Buy an item on our wishlist for us\")\n\n### Contributors\n\nThese amazing people have contributed code to this project:\n\n- [Benjamin Lupton](https://github.com/balupton) <b@lupton.cc> — [view contributions](https://github.com/bevry/getmac/commits?author=balupton)\n\n[Become a contributor!](https://github.com/bevry/getmac/blob/master/CONTRIBUTING.md#files)\n\n<!-- /BACKERS -->\n\n\n<!-- LICENSE/ -->\n\n## License\n\nUnless stated otherwise all works are:\n\n- Copyright © 2013+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)\n\nand licensed under:\n\n- The incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://opensource.org/licenses/mit-license.php)\n\n<!-- /LICENSE -->\n\n\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/bevry/getmac.git"
},
"scripts": {
"test": "node ./out/test/everything-test.js"
},
"version": "1.0.7"
}