Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
atom / usr / share / atom / resources / app / apm / node_modules / emissary / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "emissary@^1",
        "scope": null,
        "escapedName": "emissary",
        "name": "emissary",
        "rawSpec": "^1",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager/node_modules/first-mate"
    ]
  ],
  "_from": "emissary@>=1.0.0 <2.0.0",
  "_id": "emissary@1.3.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/atom-package-manager/emissary",
  "_npmUser": {
    "name": "kevinsawicki",
    "email": "kevinsawicki@gmail.com"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "raw": "emissary@^1",
    "scope": null,
    "escapedName": "emissary",
    "name": "emissary",
    "rawSpec": "^1",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/atom-package-manager/first-mate",
    "/atom-package-manager/grim"
  ],
  "_resolved": "https://registry.npmjs.org/emissary/-/emissary-1.3.3.tgz",
  "_shasum": "a618d92d682b232d31111dc3625a5df661799606",
  "_shrinkwrap": null,
  "_spec": "emissary@^1",
  "_where": "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager/node_modules/first-mate",
  "author": {
    "name": "Nathan Sobo"
  },
  "bugs": {
    "url": "https://github.com/atom/emissary/issues"
  },
  "dependencies": {
    "es6-weak-map": "^0.1.2",
    "mixto": "1.x",
    "property-accessors": "^1.1",
    "underscore-plus": "1.x"
  },
  "description": "Utility mixins for subscribing to and emitting events.",
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-cli": "~0.1.8",
    "grunt-coffeelint": "0.0.6",
    "grunt-contrib-coffee": "~0.7.0",
    "grunt-shell": "~0.2.2",
    "jasmine-focused": "1.x",
    "rimraf": "~2.2.2"
  },
  "directories": {},
  "dist": {
    "shasum": "a618d92d682b232d31111dc3625a5df661799606",
    "tarball": "https://registry.npmjs.org/emissary/-/emissary-1.3.3.tgz"
  },
  "gitHead": "13170d3e1f8b1cd4396d6dceb3c3bccf0887dae2",
  "homepage": "http://atom.github.io/emissary",
  "keywords": [
    "event-emitter",
    "events",
    "subscribe",
    "subscriber"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/atom/emissary/raw/master/LICENSE.md"
    }
  ],
  "main": "lib/emissary.js",
  "maintainers": [
    {
      "name": "nathansobo",
      "email": "nathansobo@gmail.com"
    },
    {
      "name": "kevinsawicki",
      "email": "kevinsawicki@gmail.com"
    },
    {
      "name": "benogle",
      "email": "ogle.ben@gmail.com"
    }
  ],
  "name": "emissary",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/atom/emissary.git"
  },
  "scripts": {
    "prepublish": "grunt clean lint coffee",
    "test": "grunt test"
  },
  "version": "1.3.3"
}