{ "_args": [ [ "event-to-promise@0.7.0", "C:\\Users\\Smith\\repos\\game-server-watcher" ] ], "_from": "event-to-promise@0.7.0", "_id": "event-to-promise@0.7.0", "_inBundle": false, "_integrity": "sha512-VOBBfyaADfe378ZzG0tgkzmsvzUyeU5arehrFzNRt5yaASUDshgctTwSrPI17ocAwR3+YftsxRClHF+GBKFByQ==", "_location": "/event-to-promise", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "event-to-promise@0.7.0", "name": "event-to-promise", "escapedName": "event-to-promise", "rawSpec": "0.7.0", "saveSpec": null, "fetchSpec": "0.7.0" }, "_requiredBy": [ "/gbxremote" ], "_resolved": "https://registry.npmjs.org/event-to-promise/-/event-to-promise-0.7.0.tgz", "_spec": "0.7.0", "_where": "C:\\Users\\Smith\\repos\\game-server-watcher", "author": { "name": "Julien Fontanet", "email": "julien.fontanet@isonoe.net", "url": "http://julien.isonoe.net" }, "bugs": { "url": "https://github.com/julien-f/event-to-promise/issues" }, "description": "Create a promise waiting for an event", "devDependencies": { "mocha": "^2.2.5", "must": "^0.13.1", "native-promise-only": "^0.8.1", "standard": "^6.0.4" }, "files": [ "index.js" ], "homepage": "https://github.com/julien-f/event-to-promise", "keywords": [ "event", "promise" ], "license": "MIT", "name": "event-to-promise", "repository": { "type": "git", "url": "git+https://github.com/julien-f/event-to-promise.git" }, "scripts": { "lint": "standard", "posttest": "npm run lint", "test": "mocha index.spec.js" }, "version": "0.7.0" }