{ "_from": "emittery@^0.10.2", "_id": "emittery@0.10.2", "_inBundle": false, "_integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", "_location": "/jest-watch-typeahead/emittery", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "emittery@^0.10.2", "name": "emittery", "escapedName": "emittery", "rawSpec": "^0.10.2", "saveSpec": null, "fetchSpec": "^0.10.2" }, "_requiredBy": [ "/jest-watch-typeahead/jest-watcher" ], "_resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", "_shasum": "902eec8aedb8c41938c46e9385e9db7e03182933", "_spec": "emittery@^0.10.2", "_where": "/home/josie/development/container-mom-go/landing-page/node_modules/jest-watch-typeahead/node_modules/jest-watcher", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/emittery/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Simple and modern async event emitter", "devDependencies": { "@types/node": "^15.6.1", "ava": "^2.4.0", "delay": "^4.3.0", "nyc": "^15.0.0", "p-event": "^4.1.0", "tsd": "^0.19.1", "xo": "^0.39.0" }, "engines": { "node": ">=12" }, "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sindresorhus/emittery?sponsor=1", "homepage": "https://github.com/sindresorhus/emittery#readme", "keywords": [ "event", "emitter", "eventemitter", "events", "async", "emit", "on", "once", "off", "listener", "subscribe", "unsubscribe", "pubsub", "tiny", "addlistener", "addeventlistener", "dispatch", "dispatcher", "observer", "trigger", "await", "promise", "typescript", "ts", "typed" ], "license": "MIT", "name": "emittery", "nyc": { "reporter": [ "html", "lcov", "text" ] }, "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/emittery.git" }, "scripts": { "test": "xo && nyc ava && tsd" }, "version": "0.10.2" }