package.json 4.44 KB
{
  "_args": [
    [
      {
        "raw": "domain-browser@^1.1.1",
        "scope": null,
        "escapedName": "domain-browser",
        "name": "domain-browser",
        "rawSpec": "^1.1.1",
        "spec": ">=1.1.1 <2.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/node-libs-browser"
    ]
  ],
  "_from": "domain-browser@>=1.1.1 <2.0.0",
  "_id": "domain-browser@1.1.7",
  "_inCache": true,
  "_location": "/domain-browser",
  "_nodeVersion": "5.2.0",
  "_npmUser": {
    "name": "balupton",
    "email": "b@lupton.cc"
  },
  "_npmVersion": "3.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "domain-browser@^1.1.1",
    "scope": null,
    "escapedName": "domain-browser",
    "name": "domain-browser",
    "rawSpec": "^1.1.1",
    "spec": ">=1.1.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/node-libs-browser"
  ],
  "_resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.7.tgz",
  "_shasum": "867aa4b093faa05f1de08c06f4d7b21fdf8698bc",
  "_shrinkwrap": null,
  "_spec": "domain-browser@^1.1.1",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/node-libs-browser",
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "867aa4b093faa05f1de08c06f4d7b21fdf8698bc",
    "tarball": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.7.tgz"
  },
  "engines": {
    "node": ">=0.4",
    "npm": ">=1.2"
  },
  "gitHead": "9b7f0590a10569078b1b3b5c33f201f0a59d9822",
  "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": "balupton",
      "email": "b@lupton.cc"
    },
    {
      "name": "substack",
      "email": "mail@substack.net"
    },
    {
      "name": "evansolomon",
      "email": "evan@evanalyze.com"
    }
  ],
  "name": "domain-browser",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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"
}