{
  "_args": [
    [
      {
        "raw": "events@^2.0.0",
        "scope": null,
        "escapedName": "events",
        "name": "events",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\browserify"
    ]
  ],
  "_from": "events@^2.0.0",
  "_hasShrinkwrap": false,
  "_id": "events@2.1.0",
  "_location": "/events",
  "_nodeVersion": "10.2.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/events_2.1.0_1527241357438_0.39269775519082817"
  },
  "_npmUser": {
    "name": "goto-bus-stop",
    "email": "rene@kooi.me"
  },
  "_npmVersion": "6.0.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "events@^2.0.0",
    "scope": null,
    "escapedName": "events",
    "name": "events",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/browserify"
  ],
  "_resolved": "https://registry.npmjs.org/events/-/events-2.1.0.tgz",
  "_shasum": "2a9a1e18e6106e0e812aa9ebd4a819b3c29c0ba5",
  "_shrinkwrap": null,
  "_spec": "events@^2.0.0",
  "_where": "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\browserify",
  "author": {
    "name": "Irakli Gozalishvili",
    "email": "rfobic@gmail.com",
    "url": "http://jeditoolkit.com"
  },
  "bugs": {
    "url": "http://github.com/Gozala/events/issues/"
  },
  "dependencies": {},
  "description": "Node's event emitter for all engines.",
  "devDependencies": {
    "isarray": "^2.0.2",
    "mocha": "^3.5.3",
    "object-keys": "^1.0.11",
    "zuul": "^3.11.1"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-3Zmiobend8P9DjmKAty0Era4jV8oJ0yGYe2nJJAxgymF9+N8F2m0hhZiMoWtcfepExzNKZumFU3ksdQbInGWCg==",
    "shasum": "2a9a1e18e6106e0e812aa9ebd4a819b3c29c0ba5",
    "tarball": "https://registry.npmjs.org/events/-/events-2.1.0.tgz",
    "fileCount": 23,
    "unpackedSize": 64911,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbB9qOCRA9TVsSAnZWagAAKlIP/3KUYGB3NVLVdq5fvYqd\n8WT7JEPe0cDKd68uQW2KyDb3PkP87Q6JARZhbPeiW7flSB67UTSU72mZEUkY\nAiWjtnSSagGVJk5SFiUMjLvICVULECVHfQlJxJobR2TXZDbttAWK+6Juqury\nTfeWMJ6iyl9WrMwUrXWQSZomrH9HWfHBhLjsFvgQoteaogsnlgjZTV6DiNWB\nyyGoqL50z4s91Ga4MN8A6YO9Vx7GDonsfHqAh5ChTklHtD4YhvcA9KPT1Rpg\nayltFuf1LDJ4RedYHAs1M6rYqG4bO/t0COrmaJcn5zU6wXkfkJofIhDSBb+5\nTH8776yddNGbyj2JssyigIHA3+DjeWXAcOI3+ain7dN0BiGA08p8VpxlguQn\nJHNs7eVIfe5CKAubP/cEhL69t0iJTHmF+5XNx5qVe8WMfzTliJ3oDgy0IfNz\n834dMitdfoVb6NmwJP1XXZDNlqPRDmdk8tQc75whKCHNyIxAUVheCxzIaeQU\nG2QKwDZSbmior/1GWPsdHIERCQNAJfXro8yvuTSN8/q69Hn+n7pe/+LydqX+\nC/quZ4K0NHL9MMelVmMIMZ1mqEs2Mln0G9/C76BzswWOXrUfrGoirWQrqhWT\neiOW3Nd9VvBessbms6qpwe6v3fdchLLPcBJrz+/q6pBsnLXZ5rkrRAgYPKl+\npclN\r\n=ZwdN\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=0.4.x"
  },
  "gitHead": "a627fd11f80dd277be036805e0f46594fe98baf5",
  "homepage": "https://github.com/Gozala/events#readme",
  "id": "events",
  "keywords": [
    "events",
    "eventEmitter",
    "eventDispatcher",
    "listeners"
  ],
  "license": "MIT",
  "main": "./events.js",
  "maintainers": [
    {
      "name": "defunctzombie",
      "email": "shtylman@gmail.com"
    },
    {
      "name": "goto-bus-stop",
      "email": "rene@kooi.me"
    },
    {
      "name": "gozala",
      "email": "rfobic@gmail.com"
    }
  ],
  "name": "events",
  "optionalDependencies": {},
  "readme": "# Status: [Maintainer Needed](https://github.com/Gozala/events/issues/43)\n\n# events [![Build Status](https://travis-ci.org/Gozala/events.png?branch=master)](https://travis-ci.org/Gozala/events)\n\nNode's event emitter for all engines.\n\n## Install ##\n\n```\nnpm install events\n```\n\n## Require ##\n\n```javascript\nvar EventEmitter = require('events')\n```\n\n## Usage ##\n\nSee the [node.js event emitter docs](http://nodejs.org/api/events.html)\n",
  "readmeFilename": "Readme.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/Gozala/events.git",
    "web": "https://github.com/Gozala/events"
  },
  "scripts": {
    "test": "mocha --ui qunit -- tests/index.js",
    "test:browsers": "zuul -- tests/index.js"
  },
  "version": "2.1.0"
}
