UNPKG

motion

Version:

motion - moving development forward

74 lines (73 loc) 2.61 kB
{ "_args": [ [ "open@https://registry.npmjs.org/open/-/open-0.0.5.tgz", "/Users/nw/flint/packages/flint" ] ], "_from": "open@0.0.5", "_id": "open@0.0.5", "_inCache": true, "_location": "/open", "_phantomChildren": {}, "_requested": { "name": "open", "raw": "open@https://registry.npmjs.org/open/-/open-0.0.5.tgz", "rawSpec": "https://registry.npmjs.org/open/-/open-0.0.5.tgz", "scope": null, "spec": "https://registry.npmjs.org/open/-/open-0.0.5.tgz", "type": "remote" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/open/-/open-0.0.5.tgz", "_shasum": "42c3e18ec95466b6bf0dc42f3a2945c3f0cad8fc", "_shrinkwrap": null, "_spec": "open@https://registry.npmjs.org/open/-/open-0.0.5.tgz", "_where": "/Users/nw/flint/packages/flint", "author": { "email": "jjrdn@styosis.com", "name": "J Jordan" }, "bugs": { "url": "https://github.com/pwnall/node-open/issues" }, "contributors": [ { "name": "Victor Costan", "email": "victor@costan.us", "url": "http://www.costan.us" } ], "dependencies": {}, "description": "open a file or url in the user's preferred application", "devDependencies": { "mocha": "*" }, "engines": { "node": ">= 0.6.0" }, "homepage": "https://github.com/jjrdn/node-open", "keywords": [ "browser", "default", "editor", "open", "start" ], "license": "MIT", "main": "lib/open.js", "name": "open", "optionalDependencies": {}, "readme": "# open\n\nOpen a file or url in the user's preferred application.\n\n# Usage\n\n```javascript\nvar open = require(\"open\");\nopen(\"http://www.google.com\");\n```\n\n`open` taks an optional argument specifying the program to be used to open the\nfile or URL.\n\n```javascript\nopen(\"http://www.google.com\", \"firefox\");\n```\n\n# Installation\n\n npm install open\n\n# How it works\n\n- on `win32` uses `start`\n- on `darwin` uses `open`\n- otherwise uses the `xdg-open` script from [freedesktop.org](http://portland.freedesktop.org/xdg-utils-1.0/xdg-open.html)\n\n# Warning\n\nThe same care should be taken when calling open as if you were calling\n[child_process.exec](http://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback)\ndirectly. If it is an executable it will run in a new shell.\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/pwnall/node-open.git" }, "scripts": { "test": "node_modules/mocha/bin/mocha" }, "version": "0.0.5" }