{"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"keywords":["app","open","opn","opener","opens","launch","start","xdg-open","xdg","default","cmd","browser","editor","executable","exe","url","urls","arguments","args","spawn","exec","child","process","website","file"],"dist-tags":{"latest":"5.1.0"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","readme":"# opn\n\n> A better [node-open](https://github.com/pwnall/node-open). Opens stuff like websites, files, executables. Cross-platform.\n\n\n#### Why?\n\n- Actively maintained\n- Supports app arguments\n- Safer as it uses `spawn` instead of `exec`\n- Fixes most of the open `node-open` issues\n- Includes the latest [`xdg-open` script](http://cgit.freedesktop.org/xdg/xdg-utils/commit/?id=c55122295c2a480fa721a9614f0e2d42b2949c18) for Linux\n\n\n## Install\n\n```\n$ npm install --save opn\n```\n\n\n## Usage\n\n```js\nconst opn = require('opn');\n\n// Opens the image in the default image viewer\nopn('unicorn.png').then(() => {\n\t// image viewer closed\n});\n\n// Opens the url in the default browser\nopn('http://sindresorhus.com');\n\n// Specify the app to open in\nopn('http://sindresorhus.com', {app: 'firefox'});\n\n// Specify app arguments\nopn('http://sindresorhus.com', {app: ['google chrome', '--incognito']});\n```\n\n\n## API\n\nUses the command `open` on macOS, `start` on Windows and `xdg-open` on other platforms.\n\n### opn(target, [options])\n\nReturns a promise for the [spawned child process](https://nodejs.org/api/child_process.html#child_process_class_childprocess). You would normally not need to use this for anything, but it can be useful if you'd like to attach custom event listeners or perform other operations directly on the spawned process.\n\n#### target\n\nType: `string`\n\nThe thing you want to open. Can be a URL, file, or executable.\n\nOpens in the default app for the file type. For example, URLs opens in your default browser.\n\n#### options\n\nType: `Object`\n\n##### wait\n\nType: `boolean`<br>\nDefault: `true`\n\nWait for the opened app to exit before fulfilling the promise. If `false` it's fulfilled immediately when opening the app.\n\nOn Windows you have to explicitly specify an app for it to be able to wait.\n\n##### app\n\nType: `string` `Array`\n\nSpecify the app to open the `target` with, or an array with the app and app arguments.\n\nThe app name is platform dependent. Don't hard code it in reusable modules. For example, Chrome is `google chrome` on macOS, `google-chrome` on Linux and `chrome` on Windows.\n\n\n## Related\n\n- [opn-cli](https://github.com/sindresorhus/opn-cli) - CLI for this module\n\n\n## License\n\nMIT © [Sindre Sorhus](https://sindresorhus.com)\n","repository":{"type":"git","url":"git+https://github.com/sindresorhus/opn.git"},"users":{"jonkemp":true,"tunnckocore":true,"sbruchmann":true,"ijy":true,"scotttesler":true,"gdbtek":true,"zoxon":true,"ignatovmsu":true,"robermac":true,"dantman":true,"ericwbailey":true,"mpcjazz":true,"mrmartineau":true,"hedleysmith":true,"fotooo":true,"dogancelik":true,"koulmomo":true,"szmtcjm":true,"buzz-dee":true,"anhulife":true,"a3.ivanenko":true,"aus":true,"mimmo1":true,"maxime1992":true,"guananddu":true,"gregmatys":true,"jasonwang1888":true,"vzg03566":true,"lestad":true,"j.su":true,"rexpan":true,"tedyhy":true,"parkerproject":true,"qqcome110":true,"lorenazohar":true,"leonardorb":true,"manikantag":true,"scottfreecode":true,"brainmurder":true,"mhaidarh":true,"sternelee":true,"abhisekp":true,"dzhou777":true,"shakakira":true,"yl2014":true,"fibo":true,"bobxuyang":true,"mecode":true,"phantomk":true,"abuelwafa":true,"nanxing":true,"maxwang":true,"shangsinian":true,"seangenabe":true,"flftfqwxf":true,"fattypanda":true,"sqrtthree":true,"danielbayley":true,"yong_a":true,"iori20091101":true,"panlw":true,"daizch":true,"wangnan0610":true,"tongjieme":true,"pmbenjamin":true,"shuoshubao":true,"ninozhang":true,"chinawolf_wyp":true,"tsxuehu":true,"kimhoe":true,"npmlincq":true,"alexchao":true,"pddivine":true,"heartnett":true,"alexxnica":true,"fengmiaosen":true,"goliatone":true,"rocket0191":true,"bryan.ygf":true,"detj":true,"ahmed-dinar":true},"bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"license":"MIT","versions":{"0.1.0":{"name":"opn","version":"0.1.0","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/opn"},"bin":{"opn":"cli.js"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["cli.js","index.js","xdg-open"],"keywords":["cli","bin","app","open","opn","launch","start","xdg-open","default","cmd","browser","editor","executable"],"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn","_id":"opn@0.1.0","dist":{"shasum":"5a71077eedb87458794cb214a88b80952ea08906","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-0.1.0.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.1.1":{"name":"opn","version":"0.1.1","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/opn"},"bin":{"opn":"cli.js"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["cli.js","index.js","xdg-open"],"keywords":["cli","bin","app","open","opn","launch","start","xdg-open","default","cmd","browser","editor","executable"],"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn","_id":"opn@0.1.1","dist":{"shasum":"d785acb79f0dbe8c6a6849d6f46112b7f1d78c9d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-0.1.1.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.1.2":{"name":"opn","version":"0.1.2","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/opn"},"bin":{"opn":"cli.js"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["cli.js","index.js","xdg-open"],"keywords":["cli","bin","app","open","opn","launch","start","xdg-open","default","cmd","browser","editor","executable"],"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn","_id":"opn@0.1.2","_shasum":"c527832cfd964d52096b524d0035ecaece51db4f","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"c527832cfd964d52096b524d0035ecaece51db4f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-0.1.2.tgz"},"directories":{}},"1.0.0":{"name":"opn","version":"1.0.0","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/opn"},"bin":{"opn":"cli.js"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["cli.js","index.js","xdg-open"],"keywords":["cli","bin","app","open","opn","launch","start","xdg-open","default","cmd","browser","editor","executable"],"devDependencies":{"mocha":"*"},"gitHead":"e29d05bebe51c41be5193de85c7e1d78236d386c","bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn","_id":"opn@1.0.0","_shasum":"1baa822af649a45fca744179a29a8b4c19346574","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"1baa822af649a45fca744179a29a8b4c19346574","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"opn","version":"1.0.1","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/opn"},"bin":{"opn":"cli.js"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["cli.js","index.js","xdg-open"],"keywords":["cli","bin","app","open","opn","launch","start","xdg-open","default","cmd","browser","editor","executable"],"devDependencies":{"mocha":"*"},"gitHead":"728990221e9cf807725173aa4ce4ee6cb3849bd2","bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn","_id":"opn@1.0.1","_shasum":"c2dce2a5c41ab9589a7486aaff4d8de002d041ca","_from":".","_npmVersion":"2.1.16","_nodeVersion":"0.10.32","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"c2dce2a5c41ab9589a7486aaff4d8de002d041ca","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"opn","version":"1.0.2","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/opn"},"bin":{"opn":"cli.js"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["cli.js","index.js","xdg-open"],"keywords":["cli","bin","app","open","opn","launch","start","xdg-open","default","cmd","browser","editor","executable"],"devDependencies":{"mocha":"*"},"gitHead":"9e4d37d526da034defa1d6856b2efad382945bc1","bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn","_id":"opn@1.0.2","_shasum":"b909643346d00a1abc977a8b96f3ce3c53d5cf5f","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"b909643346d00a1abc977a8b96f3ce3c53d5cf5f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-1.0.2.tgz"},"directories":{}},"2.0.0":{"name":"opn","version":"2.0.0","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/opn"},"bin":{"opn":"cli.js"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["cli.js","index.js","xdg-open"],"keywords":["cli-app","cli","app","open","opn","opener","opens","launch","start","xdg-open","xdg","default","cmd","browser","editor","executable","exe","url","urls","arguments","args","spawn","exec","child","process","website","file"],"dependencies":{"meow":"^3.1.0"},"devDependencies":{"mocha":"*"},"gitHead":"be159c8622eee3d91274d7fee5c8e75caefae45e","bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn","_id":"opn@2.0.0","_shasum":"63bf4560d0de234d113f70f8b4ea58125c536da8","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"63bf4560d0de234d113f70f8b4ea58125c536da8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-2.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"2.0.1":{"name":"opn","version":"2.0.1","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/opn"},"bin":{"opn":"cli.js"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["cli.js","index.js","xdg-open"],"keywords":["cli-app","cli","app","open","opn","opener","opens","launch","start","xdg-open","xdg","default","cmd","browser","editor","executable","exe","url","urls","arguments","args","spawn","exec","child","process","website","file"],"dependencies":{"meow":"^3.3.0"},"devDependencies":{"mocha":"*"},"gitHead":"d5bff06315cf9e5d0619d763966ba7d647fc9e9d","bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn","_id":"opn@2.0.1","_shasum":"1b739608f4b92220e7021ab35fa85be73036c2e6","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"1b739608f4b92220e7021ab35fa85be73036c2e6","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-2.0.1.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"3.0.0":{"name":"opn","version":"3.0.0","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/opn"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","xdg-open"],"keywords":["app","open","opn","opener","opens","launch","start","xdg-open","xdg","default","cmd","browser","editor","executable","exe","url","urls","arguments","args","spawn","exec","child","process","website","file"],"dependencies":{"object-assign":"^3.0.0"},"devDependencies":{"mocha":"*"},"gitHead":"30b8e450e7b6daae239d55b51aaa032795c13131","bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn","_id":"opn@3.0.0","_shasum":"0b3b75c7b12d3326ee452960c4e4c6c07ece423f","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"0b3b75c7b12d3326ee452960c4e4c6c07ece423f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-3.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"3.0.1":{"name":"opn","version":"3.0.1","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/opn"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","xdg-open"],"keywords":["app","open","opn","opener","opens","launch","start","xdg-open","xdg","default","cmd","browser","editor","executable","exe","url","urls","arguments","args","spawn","exec","child","process","website","file"],"dependencies":{"object-assign":"^3.0.0"},"devDependencies":{"mocha":"*"},"gitHead":"ef575151ab7cbd8508963755831ffc8e38b6dee1","bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn","_id":"opn@3.0.1","_shasum":"39b10af99e5df95c16f652085d59c51d41561dde","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"39b10af99e5df95c16f652085d59c51d41561dde","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-3.0.1.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"3.0.2":{"name":"opn","version":"3.0.2","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/opn"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","xdg-open"],"keywords":["app","open","opn","opener","opens","launch","start","xdg-open","xdg","default","cmd","browser","editor","executable","exe","url","urls","arguments","args","spawn","exec","child","process","website","file"],"dependencies":{"object-assign":"^3.0.0"},"devDependencies":{"mocha":"*"},"gitHead":"57ac2666dace81593b78a2e59f2ab397f88a90d9","bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn","_id":"opn@3.0.2","_shasum":"d3380607008b2e5cc41e7bd524f54c6adbdeea78","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"d3380607008b2e5cc41e7bd524f54c6adbdeea78","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-3.0.2.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"3.0.3":{"name":"opn","version":"3.0.3","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/opn"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","xdg-open"],"keywords":["app","open","opn","opener","opens","launch","start","xdg-open","xdg","default","cmd","browser","editor","executable","exe","url","urls","arguments","args","spawn","exec","child","process","website","file"],"dependencies":{"object-assign":"^4.0.1"},"devDependencies":{"mocha":"*"},"gitHead":"80d06d7f4a7daa7a215bf9b0a2e530dc277497d8","bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn","_id":"opn@3.0.3","_shasum":"b6d99e7399f78d65c3baaffef1fb288e9b85243a","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"b6d99e7399f78d65c3baaffef1fb288e9b85243a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-3.0.3.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"4.0.0":{"name":"opn","version":"4.0.0","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/opn.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js","xdg-open"],"keywords":["app","open","opn","opener","opens","launch","start","xdg-open","xdg","default","cmd","browser","editor","executable","exe","url","urls","arguments","args","spawn","exec","child","process","website","file"],"dependencies":{"object-assign":"^4.0.1","pinkie-promise":"^2.0.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"c9b6ee66c86757162d787a710282fa998aa384e6","bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn#readme","_id":"opn@4.0.0","_shasum":"cf8ce4e104c14f87d20156c17922876cda09bf79","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"cf8ce4e104c14f87d20156c17922876cda09bf79","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-4.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"4.0.1":{"name":"opn","version":"4.0.1","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/opn"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js","xdg-open"],"keywords":["app","open","opn","opener","opens","launch","start","xdg-open","xdg","default","cmd","browser","editor","executable","exe","url","urls","arguments","args","spawn","exec","child","process","website","file"],"dependencies":{"object-assign":"^4.0.1","pinkie-promise":"^2.0.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"34626da5fbb93e324b51ad281c60091d3bda9205","bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn","_id":"opn@4.0.1","_shasum":"9bd30ee3eba4fd533be2c83d56329a4e58913bf8","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"9bd30ee3eba4fd533be2c83d56329a4e58913bf8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-4.0.1.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/opn-4.0.1.tgz_1456989823472_0.5448145705740899"},"directories":{}},"4.0.2":{"name":"opn","version":"4.0.2","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/opn.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js","xdg-open"],"keywords":["app","open","opn","opener","opens","launch","start","xdg-open","xdg","default","cmd","browser","editor","executable","exe","url","urls","arguments","args","spawn","exec","child","process","website","file"],"dependencies":{"object-assign":"^4.0.1","pinkie-promise":"^2.0.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"b56b0e981ee377d3b04c57a4e6748ad2793ada17","bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn#readme","_id":"opn@4.0.2","_shasum":"7abc22e644dff63b0a96d5ab7f2790c0f01abc95","_from":".","_npmVersion":"3.9.0","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"7abc22e644dff63b0a96d5ab7f2790c0f01abc95","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-4.0.2.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/opn-4.0.2.tgz_1463477356148_0.1645404922310263"},"directories":{}},"5.0.0":{"name":"opn","version":"5.0.0","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/opn.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js","xdg-open"],"keywords":["app","open","opn","opener","opens","launch","start","xdg-open","xdg","default","cmd","browser","editor","executable","exe","url","urls","arguments","args","spawn","exec","child","process","website","file"],"dependencies":{"is-wsl":"^1.1.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"a1a4fa93ba01b04a144ad58fd4fe0e75b19f29a4","bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn#readme","_id":"opn@5.0.0","_shasum":"f8870d7cd969b218030cb6ce5a1285e795931df3","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"f8870d7cd969b218030cb6ce5a1285e795931df3","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-5.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/opn-5.0.0.tgz_1493542232271_0.7398870571050793"},"directories":{}},"5.1.0":{"name":"opn","version":"5.1.0","description":"A better node-open. Opens stuff like websites, files, executables. Cross-platform.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/opn.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js","xdg-open"],"keywords":["app","open","opn","opener","opens","launch","start","xdg-open","xdg","default","cmd","browser","editor","executable","exe","url","urls","arguments","args","spawn","exec","child","process","website","file"],"dependencies":{"is-wsl":"^1.1.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"ebae31e9117ae3ca5c9ee642bafa9449f1e237c2","bugs":{"url":"https://github.com/sindresorhus/opn/issues"},"homepage":"https://github.com/sindresorhus/opn#readme","_id":"opn@5.1.0","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-iPNl7SyM8L30Rm1sjGdLLheyHVw5YXVfi3SKWJzBI7efxRwHojfRFjwE/OLM6qp9xJYMgab8WicTU1cPoY+Hpg==","shasum":"72ce2306a17dbea58ff1041853352b4a8fc77519","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/opn/-/opn-5.1.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/opn-5.1.0.tgz_1497093567063_0.9740056861191988"},"directories":{}}},"name":"opn","time":{"modified":"2017-06-13T23:30:40.609Z","created":"2014-04-05T15:16:05.166Z","0.1.0":"2014-04-05T15:16:05.166Z","0.1.1":"2014-04-05T16:28:00.560Z","0.1.2":"2014-05-21T09:43:21.106Z","1.0.0":"2014-08-02T21:17:09.421Z","1.0.1":"2014-12-25T14:00:17.922Z","1.0.2":"2015-04-22T08:47:10.539Z","2.0.0":"2015-06-13T00:22:56.191Z","2.0.1":"2015-06-20T17:29:01.118Z","3.0.0":"2015-06-29T18:10:25.478Z","3.0.1":"2015-06-29T18:24:19.804Z","3.0.2":"2015-06-29T19:08:18.488Z","3.0.3":"2015-11-04T13:37:23.714Z","4.0.0":"2016-01-16T20:45:19.892Z","4.0.1":"2016-03-03T07:23:44.337Z","4.0.2":"2016-05-17T09:29:16.736Z","5.0.0":"2017-04-30T08:50:32.560Z","5.1.0":"2017-06-10T11:19:28.026Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/opn#readme"}