123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_args": [
- [
- "emittery@0.8.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "emittery@0.8.1",
- "_id": "emittery@0.8.1",
- "_inBundle": false,
- "_integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==",
- "_location": "/emittery",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "emittery@0.8.1",
- "name": "emittery",
- "escapedName": "emittery",
- "rawSpec": "0.8.1",
- "saveSpec": null,
- "fetchSpec": "0.8.1"
- },
- "_requiredBy": [
- "/@jest/core",
- "/jest-runner"
- ],
- "_resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
- "_spec": "0.8.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/emittery/issues"
- },
- "description": "Simple and modern async event emitter",
- "devDependencies": {
- "@types/node": "^13.7.5",
- "ava": "^2.4.0",
- "delay": "^4.3.0",
- "nyc": "^15.0.0",
- "p-event": "^4.1.0",
- "tsd": "^0.14.0",
- "xo": "^0.36.1"
- },
- "engines": {
- "node": ">=10"
- },
- "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.8.1"
- }
|