github.com/cilki/sh@v2.6.4+incompatible/_js/package.json (about) 1 { 2 "name": "mvdan-sh", 3 "version": "0.3.3", 4 "description": "A shell parser and formatter (POSIX/Bash/mksh)", 5 "main": "index.js", 6 "repository": "https://github.com/mvdan/sh", 7 "author": "Daniel MartÃ", 8 "license": "BSD-3-Clause", 9 "files": [ 10 "README.md", 11 "index.js" 12 ], 13 "keywords": [ 14 "shell", 15 "bash", 16 "sh", 17 "parser", 18 "ast", 19 "syntax", 20 "posix", 21 "bash-parser" 22 ] 23 }