fei.wang
10 天以前 ae7b22322555448d95fd56f505bafa325c167a26
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "name": "event-pubsub",
  "version": "4.3.0",
  "description": "Super light and fast Extensible PubSub events and EventEmitters for Node and the browser with support for ES6 by default, and ES5 versions for older verions of node and older IE/Safari versions. Easy for any developer level. No frills, just high speed pubsub events!",
  "main": "event-pubsub.js",
  "directories": {
    "example": "examples"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RIAEvangelist/event-pubsub.git"
  },
  "keywords": [
    "event",
    "events",
    "pubsub",
    "node",
    "browser"
  ],
  "author": "Brandon Nozaki Miller",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/RIAEvangelist/event-pubsub/issues"
  },
  "homepage": "https://github.com/RIAEvangelist/event-pubsub"
 
,"_resolved": "https://registry.npmmirror.com/event-pubsub/-/event-pubsub-4.3.0.tgz"
,"_integrity": "sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ=="
,"_from": "event-pubsub@4.3.0"
}