X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/are-we-there-yet
lib
/
node_modules
/
npm
/
node_modules
/
are-we-there-yet
/
ðŸ“
..
📄
CHANGES.md
(1.08 KB)
📄
LICENSE
(733 B)
📄
README.md
(6.15 KB)
📄
index.js
(163 B)
ðŸ“
node_modules
📄
package.json
(1.62 KB)
📄
tracker-base.js
(274 B)
📄
tracker-group.js
(3.16 KB)
📄
tracker-stream.js
(943 B)
📄
tracker.js
(826 B)
Editing: tracker-base.js
'use strict' var EventEmitter = require('events').EventEmitter var util = require('util') var trackerId = 0 var TrackerBase = module.exports = function (name) { EventEmitter.call(this) this.id = ++trackerId this.name = name } util.inherits(TrackerBase, EventEmitter)
Upload File
Create Folder