{ "_from": "propagate@^1.0.0", "_id": "propagate@1.0.0", "_inBundle": false, "_integrity": "sha1-AMLa7t2iDofjeCs0Stuhzd1q1wk=", "_location": "/propagate", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "propagate@^1.0.0", "name": "propagate", "escapedName": "propagate", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/nock" ], "_resolved": "https://registry.npmjs.org/propagate/-/propagate-1.0.0.tgz", "_shasum": "00c2daeedda20e87e3782b344adba1cddd6ad709", "_spec": "propagate@^1.0.0", "_where": "/Volumes/MacMini Disk/Project/Nodejs/flixinfo/node_modules/nock", "author": { "name": "Pedro Teixeira", "email": "pedro.teixeira@gmail.com" }, "bugs": { "url": "http://github.com/pgte/propagate/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Pedro Teixeira" } ], "dependencies": {}, "deprecated": false, "description": "Propagate events", "devDependencies": { "tap": "0.3.x" }, "engines": [ "node >= 0.8.1" ], "homepage": "https://github.com/pgte/propagate#readme", "license": "MIT", "main": "./index.js", "name": "propagate", "repository": { "type": "git", "url": "git+ssh://git@github.com/pgte/propagate.git" }, "scripts": { "test": "node node_modules/tap/bin/tap.js tests/index.js" }, "tags": [ "event", "emitter", "propagation" ], "version": "1.0.0" }