UNPKG
pxi
Version:
latest (0.37.0)
0.37.0
0.36.12
0.36.11
0.36.10
0.36.9
0.36.8
0.36.7
0.36.6
0.36.5
0.36.4
0.36.3
0.36.2
0.36.1
0.36.0
0.35.0
0.34.7
0.34.6
0.34.5
0.34.4
0.34.3
0.34.2
0.34.1
0.34.0
0.33.0
0.32.6
0.32.5
0.32.4
0.32.3
0.32.2
0.32.0
Small, fast, and magical command-line data processor
github.com/Yord/pxi
Yord/pxi
pxi
/
src
/
plugins
/
id
/
appliers
/
id.js
7 lines
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= {
name
:
'id'
,
desc
:
'does not apply any functions and returns the JSON objects unchanged.'
,
func
:
(
fs, {}
) =>
(
jsons, lines
) =>
( {
err
: [],
jsons
: jsons} ) }