forked from enviPath/enviPy
Current Dev State
This commit is contained in:
149
static/js/ketcher2/node_modules/domain-browser/package.json
generated
vendored
Normal file
149
static/js/ketcher2/node_modules/domain-browser/package.json
generated
vendored
Normal file
@ -0,0 +1,149 @@
|
||||
{
|
||||
"_from": "domain-browser@~1.1.0",
|
||||
"_id": "domain-browser@1.1.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-hnqksJP6oF8d4IwG9NeyH9+GmLw=",
|
||||
"_location": "/domain-browser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "domain-browser@~1.1.0",
|
||||
"name": "domain-browser",
|
||||
"escapedName": "domain-browser",
|
||||
"rawSpec": "~1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browserify"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.7.tgz",
|
||||
"_shasum": "867aa4b093faa05f1de08c06f4d7b21fdf8698bc",
|
||||
"_spec": "domain-browser@~1.1.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/browserify",
|
||||
"author": {
|
||||
"name": "2013+ Bevry Pty Ltd",
|
||||
"email": "us@bevry.me",
|
||||
"url": "http://bevry.me"
|
||||
},
|
||||
"badges": {
|
||||
"list": [
|
||||
"travisci",
|
||||
"npmversion",
|
||||
"npmdownloads",
|
||||
"daviddm",
|
||||
"daviddmdev",
|
||||
"---",
|
||||
"slackin",
|
||||
"patreon",
|
||||
"gratipay",
|
||||
"flattr",
|
||||
"paypal",
|
||||
"bitcoin",
|
||||
"wishlist"
|
||||
],
|
||||
"config": {
|
||||
"patreonUsername": "bevry",
|
||||
"gratipayUsername": "bevry",
|
||||
"flattrCode": "344188/balupton-on-Flattr",
|
||||
"paypalButtonID": "QB8GQPZAH84N6",
|
||||
"bitcoinURL": "https://bevry.me/bitcoin",
|
||||
"wishlistURL": "https://bevry.me/wishlist",
|
||||
"slackinURL": "https://slack.bevry.me"
|
||||
}
|
||||
},
|
||||
"browsers": true,
|
||||
"bugs": {
|
||||
"url": "https://github.com/bevry/domain-browser/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Benjamin Lupton",
|
||||
"email": "b@lupton.cc",
|
||||
"url": "http://balupton.com"
|
||||
},
|
||||
{
|
||||
"name": "Evan Solomon",
|
||||
"url": "http://evansolomon.me"
|
||||
},
|
||||
{
|
||||
"name": "James Halliday",
|
||||
"email": "substack@gmail.com",
|
||||
"url": "http://substack.net/"
|
||||
},
|
||||
{
|
||||
"name": "Guy Bedford",
|
||||
"email": "guybedford@gmail.com",
|
||||
"url": "twitter.com/guybedford"
|
||||
},
|
||||
{
|
||||
"name": "Bogdan Chadkin",
|
||||
"email": "trysound@yandex.ru",
|
||||
"url": "https://github.com/TrySound"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.",
|
||||
"devDependencies": {
|
||||
"assert-helpers": "^4.1.0",
|
||||
"eslint": "^1.10.3",
|
||||
"joe": "^1.6.0",
|
||||
"joe-reporter-console": "^1.2.1",
|
||||
"projectz": "^1.0.8"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4",
|
||||
"npm": ">=1.2"
|
||||
},
|
||||
"homepage": "https://github.com/bevry/domain-browser",
|
||||
"jspm": {
|
||||
"map": {
|
||||
"./index.js": {
|
||||
"node": "@node/domain"
|
||||
}
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"domain",
|
||||
"trycatch",
|
||||
"try",
|
||||
"catch",
|
||||
"node-compat",
|
||||
"ender.js",
|
||||
"component",
|
||||
"component.io",
|
||||
"umd",
|
||||
"amd",
|
||||
"require.js",
|
||||
"browser"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Benjamin Lupton",
|
||||
"email": "b@lupton.cc",
|
||||
"url": "http://balupton.com"
|
||||
}
|
||||
],
|
||||
"name": "domain-browser",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/bevry/domain-browser.git"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "node --harmony nakefile.js clean",
|
||||
"compile": "node --harmony nakefile.js compile",
|
||||
"meta": "node --harmony nakefile.js meta",
|
||||
"prepare": "node --harmony nakefile.js prepare",
|
||||
"release": "node --harmony nakefile.js release",
|
||||
"setup": "node --harmony nakefile.js setup",
|
||||
"test": "node --harmony ./test.js",
|
||||
"verify": "node --harmony nakefile.js verify",
|
||||
"watch": "node --harmony nakefile.js watch"
|
||||
},
|
||||
"version": "1.1.7"
|
||||
}
|
||||
Reference in New Issue
Block a user