11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "isexe", 31cb0ef41Sopenharmony_ci "version": "2.0.0", 41cb0ef41Sopenharmony_ci "description": "Minimal module to check if a file is executable.", 51cb0ef41Sopenharmony_ci "main": "index.js", 61cb0ef41Sopenharmony_ci "directories": { 71cb0ef41Sopenharmony_ci "test": "test" 81cb0ef41Sopenharmony_ci }, 91cb0ef41Sopenharmony_ci "devDependencies": { 101cb0ef41Sopenharmony_ci "mkdirp": "^0.5.1", 111cb0ef41Sopenharmony_ci "rimraf": "^2.5.0", 121cb0ef41Sopenharmony_ci "tap": "^10.3.0" 131cb0ef41Sopenharmony_ci }, 141cb0ef41Sopenharmony_ci "scripts": { 151cb0ef41Sopenharmony_ci "test": "tap test/*.js --100", 161cb0ef41Sopenharmony_ci "preversion": "npm test", 171cb0ef41Sopenharmony_ci "postversion": "npm publish", 181cb0ef41Sopenharmony_ci "postpublish": "git push origin --all; git push origin --tags" 191cb0ef41Sopenharmony_ci }, 201cb0ef41Sopenharmony_ci "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 211cb0ef41Sopenharmony_ci "license": "ISC", 221cb0ef41Sopenharmony_ci "repository": { 231cb0ef41Sopenharmony_ci "type": "git", 241cb0ef41Sopenharmony_ci "url": "git+https://github.com/isaacs/isexe.git" 251cb0ef41Sopenharmony_ci }, 261cb0ef41Sopenharmony_ci "keywords": [], 271cb0ef41Sopenharmony_ci "bugs": { 281cb0ef41Sopenharmony_ci "url": "https://github.com/isaacs/isexe/issues" 291cb0ef41Sopenharmony_ci }, 301cb0ef41Sopenharmony_ci "homepage": "https://github.com/isaacs/isexe#readme" 311cb0ef41Sopenharmony_ci} 32