first commit

This commit is contained in:
DanielRamirezGe
2020-01-14 20:43:08 -06:00
parent 3557894f7f
commit 5eecfbf6cd
26326 changed files with 2434803 additions and 0 deletions
+59
View File
@@ -0,0 +1,59 @@
{
"_from": "event-pubsub@4.3.0",
"_id": "event-pubsub@4.3.0",
"_inBundle": false,
"_integrity": "sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ==",
"_location": "/event-pubsub",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "event-pubsub@4.3.0",
"name": "event-pubsub",
"escapedName": "event-pubsub",
"rawSpec": "4.3.0",
"saveSpec": null,
"fetchSpec": "4.3.0"
},
"_requiredBy": [
"/node-ipc"
],
"_resolved": "https://registry.npmjs.org/event-pubsub/-/event-pubsub-4.3.0.tgz",
"_shasum": "f68d816bc29f1ec02c539dc58c8dd40ce72cb36e",
"_spec": "event-pubsub@4.3.0",
"_where": "/home/george/citwa/red_de_investigacion_front/first/node_modules/node-ipc",
"author": {
"name": "Brandon Nozaki Miller"
},
"bugs": {
"url": "https://github.com/RIAEvangelist/event-pubsub/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Super light and fast Extensible PubSub events and EventEmitters for Node and the browser with support for ES6 by default, and ES5 versions for older verions of node and older IE/Safari versions. Easy for any developer level. No frills, just high speed pubsub events!",
"directories": {
"example": "examples"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/RIAEvangelist/event-pubsub",
"keywords": [
"event",
"events",
"pubsub",
"node",
"browser"
],
"license": "Unlicense",
"main": "event-pubsub.js",
"name": "event-pubsub",
"repository": {
"type": "git",
"url": "git+https://github.com/RIAEvangelist/event-pubsub.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "4.3.0"
}