Sha256: 05ffbf1c6c77c64791ee6857a93aa264e9c02cca038c8e3fb82aafc574be1552
Contents?: true
Size: 650 Bytes
Versions: 32
Compression:
Stored size: 650 Bytes
Contents
{ "name": "shebang-command", "version": "1.2.0", "description": "Get the command from a shebang", "license": "MIT", "repository": "kevva/shebang-command", "author": { "name": "Kevin Martensson", "email": "kevinmartensson@gmail.com", "url": "github.com/kevva" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "cmd", "command", "parse", "shebang" ], "dependencies": { "shebang-regex": "^1.0.0" }, "devDependencies": { "ava": "*", "xo": "*" }, "xo": { "ignores": [ "test.js" ] } }
Version data entries
32 entries across 31 versions & 11 rubygems