Guest User

Untitled

a guest
Jul 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. $ egrep -r 'opts\.\w+ = ' node_modules
  2. node_modules/hyperdb/test/helpers/create.js: opts.reduce = reduce
  3. node_modules/hyperdb/test/helpers/create.js: opts.valueEncoding = opts.valueEncoding || 'utf-8'
  4. node_modules/hyperdb/index.js: if (opts.firstNode) opts.reduce = reduceFirst
  5. node_modules/hyperdb/index.js: opts.heads = version
  6. node_modules/hyperdb/index.js: opts.expectedFeeds = expectedFeeds * factor
  7. node_modules/hyperdb/index.js: if (!opts.id) opts.id = this.id
  8. node_modules/hyperdb/index.js: if (!opts.stream) opts.stream = protocol(opts)
  9. node_modules/duplexify/index.js: opts.objectMode = true
  10. node_modules/duplexify/index.js: opts.highWaterMark = 16
  11. node_modules/append-tree/index.js: if (this._offset) opts.start = Math.max(opts.start || 0, this._offset)
  12. node_modules/append-tree/index.js: if (this._head > -1) opts.end = this._head + 1
  13. node_modules/append-tree/index.js: opts.valueEncoding = {
  14. node_modules/append-tree/index.js: if (opts && opts.cached) opts.wait = false
  15. node_modules/append-tree/index.js: if (opts.wait === undefined) opts.wait = this._wait
  16. node_modules/append-tree/index.js: if (opts.cached === undefined) opts.cached = this._cached
  17. node_modules/append-tree/index.js: if (opts.node === undefined) opts.node = this._asNode
  18. node_modules/from2/index.js: opts.objectMode = true
  19. node_modules/from2/index.js: opts.highWaterMark = 16
  20. node_modules/hypercore/lib/replicate.js: if (!opts.expectedFeeds) opts.expectedFeeds = 1
  21. node_modules/hypercore/lib/replicate.js: if (!opts.id) opts.id = feed.id
  22. node_modules/bulk-write-stream/index.js: opts.objectMode = true
  23. node_modules/hyperdrive/index.js: opts.expectedFeeds = 2
  24. node_modules/hyperdrive/index.js: opts._checkout = this._checkout || this
  25. node_modules/hyperdrive/index.js: opts.metadata = this.metadata
  26. node_modules/hyperdrive/index.js: opts.version = version
Add Comment
Please, Sign In to add comment