package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "events",
  3. "version": "3.2.0",
  4. "description": "Node's event emitter for all engines.",
  5. "keywords": [
  6. "events",
  7. "eventEmitter",
  8. "eventDispatcher",
  9. "listeners"
  10. ],
  11. "author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/Gozala/events.git",
  15. "web": "https://github.com/Gozala/events"
  16. },
  17. "bugs": {
  18. "url": "http://github.com/Gozala/events/issues/"
  19. },
  20. "main": "./events.js",
  21. "engines": {
  22. "node": ">=0.8.x"
  23. },
  24. "devDependencies": {
  25. "airtap": "^1.0.0",
  26. "functions-have-names": "^1.2.1",
  27. "has-symbols": "^1.0.1",
  28. "isarray": "^2.0.5",
  29. "tape": "^5.0.0"
  30. },
  31. "scripts": {
  32. "test": "node tests/index.js",
  33. "test:browsers": "airtap -- tests/index.js"
  34. },
  35. "license": "MIT",
  36. "__npminstall_done": "Thu Dec 24 2020 20:20:56 GMT+0800 (CST)",
  37. "_from": "events@3.2.0",
  38. "_resolved": "https://registry.npm.taobao.org/events/download/events-3.2.0.tgz?cache=0&sync_timestamp=1595422523913&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fevents%2Fdownload%2Fevents-3.2.0.tgz"
  39. }