{ "_from": "pubsub-js@^1.9.4", "_id": "pubsub-js@1.9.4", "_inBundle": false, "_integrity": "sha512-hJYpaDvPH4w8ZX/0Fdf9ma1AwRgU353GfbaVfPjfJQf1KxZ2iHaHl3fAUw1qlJIR5dr4F3RzjGaWohYUEyoh7A==", "_location": "/pubsub-js", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "pubsub-js@^1.9.4", "name": "pubsub-js", "escapedName": "pubsub-js", "rawSpec": "^1.9.4", "saveSpec": null, "fetchSpec": "^1.9.4" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/pubsub-js/-/pubsub-js-1.9.4.tgz", "_shasum": "5c8678600e34e95b1269e96c17e1b51dab3ecb5a", "_spec": "pubsub-js@^1.9.4", "_where": "D:\\jenkins\\workspace\\ljzc-fvue", "author": { "name": "Morgan Roderick", "email": "morgan@roderick.dk", "url": "http://roderick.dk" }, "bugs": { "url": "https://github.com/mroderick/PubSubJS/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Dependency free publish/subscribe library", "devDependencies": { "@studio/changes": "^2.0.0", "eslint": "4.19.1", "jsdoc-to-markdown": "^5.0.3", "mocha": "7.1.0", "nyc": "15.0.0", "referee": "^1.2.0", "sinon": "9.0.0" }, "directories": { "lib": "src", "test": "test" }, "homepage": "https://github.com/mroderick/PubSubJS#readme", "keywords": [ "pub/sub", "pubsub", "publish/subscribe", "publish", "subscribe" ], "license": "MIT", "main": "./src/pubsub.js", "name": "pubsub-js", "repository": { "type": "git", "url": "git://github.com/mroderick/PubSubJS.git" }, "scripts": { "coverage": "nyc --reporter=lcov --reporter=text --reporter=json-summary npm test", "lint": "eslint src/ test/", "postversion": "git push --follow-tags && npm publish --access public", "prepublishOnly": "jsdoc2md --template ./docs/template.hbs --files ./src/*.js > ./docs/docs.md", "preversion": "npm test", "test": "mocha", "version": "changes --commits --footer" }, "version": "1.9.4" }