forked from enviPath/enviPy
Current Dev State
This commit is contained in:
87
static/js/ketcher2/node_modules/opn/package.json
generated
vendored
Normal file
87
static/js/ketcher2/node_modules/opn/package.json
generated
vendored
Normal file
@ -0,0 +1,87 @@
|
||||
{
|
||||
"_from": "opn@^3.0.2",
|
||||
"_id": "opn@3.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-ttmec5n3jWXDuq/+8fsojpuFJDo=",
|
||||
"_location": "/opn",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "opn@^3.0.2",
|
||||
"name": "opn",
|
||||
"escapedName": "opn",
|
||||
"rawSpec": "^3.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/budo"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/opn/-/opn-3.0.3.tgz",
|
||||
"_shasum": "b6d99e7399f78d65c3baaffef1fb288e9b85243a",
|
||||
"_spec": "opn@^3.0.2",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/budo",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/opn/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"object-assign": "^4.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A better node-open. Opens stuff like websites, files, executables. Cross-platform.",
|
||||
"devDependencies": {
|
||||
"mocha": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"xdg-open"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/opn#readme",
|
||||
"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"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "opn",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/opn.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "3.0.3"
|
||||
}
|
||||
Reference in New Issue
Block a user