PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
node_modules
/
to-readable-stream
'use strict'; const {Readable} = require('stream'); module.exports = input => ( new Readable({ read() { this.push(input); this.push(null); } }) );
[+]
..
[-] readme.md
[edit]
[-] package.json
[edit]
[-] index.js
[edit]
[-] license
[edit]