jl
Version:
Command-line JSON manipulation library
43 lines (37 loc) • 700 B
JSON
{
"name": "jl",
"version": "2.4.1",
"description": "Command-line JSON manipulation library",
"keywords": [
"json",
"sql",
"cli",
"commandline",
"pipe"
],
"homepage": "https://github.com/avz/node-jl",
"repository": {
"type" : "git",
"url" : "https://github.com/avz/node-jl.git"
},
"license": "BSD-2-Clause",
"author": "Artem Zaytsev <arepo@nologin.ru>",
"main": "./main.js",
"directories": {
"bin": "bin"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"mkfifo": "latest",
"csv-parse": "latest",
"node-getopt": "latest",
"hll-native": "1",
"jl-pick": "1.0.3"
},
"devDependencies": {
"jison": "0.4"
},
"os": ["linux", "freebsd", "darwin"]
}