{“ast”:null,“code”:“/*n * This file is used by module bundlers (browserify/webpack/etc) whenn * including a stream implementation. We use "readable-stream" to get an * consistent behavior between nodejs versions but bundlers often have a shimn * for "stream". Using this shim greatly improve the compatibility and greatlyn * reduce the final size of the bundle (only one stream implementation, notn * two).n */nmodule.exports = require("stream");”,“map”:null,“metadata”:{},“sourceType”:“module”}