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 / event-kit / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "event-kit@^1.0.0",
        "scope": null,
        "escapedName": "event-kit",
        "name": "event-kit",
        "rawSpec": "^1.0.0",
        "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": "event-kit@>=1.0.0 <2.0.0",
  "_id": "event-kit@1.5.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/atom-package-manager/event-kit",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "name": "nathansobo",
    "email": "nathan@github.com"
  },
  "_npmVersion": "3.3.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "event-kit@^1.0.0",
    "scope": null,
    "escapedName": "event-kit",
    "name": "event-kit",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/atom-package-manager/first-mate"
  ],
  "_resolved": "https://registry.npmjs.org/event-kit/-/event-kit-1.5.0.tgz",
  "_shasum": "124ef6aad8328dcb26b71c47590b5b8e63ebc487",
  "_shrinkwrap": null,
  "_spec": "event-kit@^1.0.0",
  "_where": "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager/node_modules/first-mate",
  "bugs": {
    "url": "https://github.com/atom/event-kit/issues"
  },
  "dependencies": {
    "grim": "^1.2.1"
  },
  "description": "Simple library for implementing and consuming evented APIs",
  "devDependencies": {
    "coffee-cache": "^0.2.0",
    "coffee-script": "^1.7.0",
    "grunt": "^0.4.1",
    "grunt-atomdoc": "^1.0.0",
    "grunt-cli": "^0.1.8",
    "grunt-coffeelint": "^0.0.6",
    "grunt-contrib-coffee": "^0.9.0",
    "grunt-shell": "^0.2.2",
    "jasmine-focused": "^1.0.4",
    "rimraf": "^2.2.2",
    "temp": "^0.6.0"
  },
  "directories": {},
  "dist": {
    "shasum": "124ef6aad8328dcb26b71c47590b5b8e63ebc487",
    "tarball": "https://registry.npmjs.org/event-kit/-/event-kit-1.5.0.tgz"
  },
  "gitHead": "9ed0d6d34444572c42e6cffc18531fdbc6f5f1d0",
  "homepage": "https://github.com/atom/event-kit#readme",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/atom/event-kit/raw/master/LICENSE.md"
    }
  ],
  "main": "./lib/event-kit",
  "maintainers": [
    {
      "name": "nathansobo",
      "email": "nathan@github.com"
    },
    {
      "name": "kevinsawicki",
      "email": "kevinsawicki@gmail.com"
    },
    {
      "name": "benogle",
      "email": "ogle.ben@gmail.com"
    },
    {
      "name": "zcbenz",
      "email": "zcbenz@gmail.com"
    },
    {
      "name": "maxbrunsfeld",
      "email": "maxbrunsfeld@gmail.com"
    }
  ],
  "name": "event-kit",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atom/event-kit.git"
  },
  "scripts": {
    "prepublish": "grunt clean lint coffee shell:update-atomdoc atomdoc",
    "test": "grunt test"
  },
  "version": "1.5.0"
}