backoffice/node_modules/domain-browser/package.json

153 lines
3.6 KiB
JSON

{
"_args": [
[
"domain-browser@1.1.7",
"C:\\wamp64\\www\\ilink"
]
],
"_from": "domain-browser@1.1.7",
"_id": "domain-browser@1.1.7",
"_inBundle": false,
"_integrity": "sha1-hnqksJP6oF8d4IwG9NeyH9+GmLw=",
"_location": "/domain-browser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "domain-browser@1.1.7",
"name": "domain-browser",
"escapedName": "domain-browser",
"rawSpec": "1.1.7",
"saveSpec": null,
"fetchSpec": "1.1.7"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.7.tgz",
"_spec": "1.1.7",
"_where": "C:\\wamp64\\www\\ilink",
"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"
},
"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": {},
"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"
}