UNPKG

cordova-browser

Version:
103 lines (102 loc) 3.13 kB
{ "_args": [ [ { "raw": "open@0.0.5", "scope": null, "escapedName": "open", "name": "open", "rawSpec": "0.0.5", "spec": "0.0.5", "type": "version" }, "/Users/steveng/repo/cordova/cordova-browser/node_modules/cordova-serve" ] ], "_from": "open@0.0.5", "_id": "open@0.0.5", "_inCache": true, "_location": "/open", "_npmUser": { "name": "pwnall", "email": "costan@gmail.com" }, "_npmVersion": "1.4.3", "_phantomChildren": {}, "_requested": { "raw": "open@0.0.5", "scope": null, "escapedName": "open", "name": "open", "rawSpec": "0.0.5", "spec": "0.0.5", "type": "version" }, "_requiredBy": [ "/cordova-serve" ], "_resolved": "https://registry.npmjs.org/open/-/open-0.0.5.tgz", "_shasum": "42c3e18ec95466b6bf0dc42f3a2945c3f0cad8fc", "_shrinkwrap": null, "_spec": "open@0.0.5", "_where": "/Users/steveng/repo/cordova/cordova-browser/node_modules/cordova-serve", "author": { "name": "J Jordan", "email": "jjrdn@styosis.com" }, "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": "*" }, "directories": {}, "dist": { "shasum": "42c3e18ec95466b6bf0dc42f3a2945c3f0cad8fc", "tarball": "https://registry.npmjs.org/open/-/open-0.0.5.tgz" }, "engines": { "node": ">= 0.6.0" }, "homepage": "https://github.com/jjrdn/node-open", "keywords": [ "start", "open", "browser", "editor", "default" ], "license": "MIT", "main": "lib/open.js", "maintainers": [ { "name": "jjrdn", "email": "jjrdn@styosis.com" }, { "name": "pwnall", "email": "costan@gmail.com" } ], "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" }