wishthis/node_modules/isexe/package.json

32 lines
786 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "isexe",
"version": "2.0.0",
2022-02-23 16:41:13 +00:00
"description": "Minimal module to check if a file is executable.",
2022-04-08 10:55:35 +00:00
"main": "index.js",
"directories": {
"test": "test"
},
2022-01-21 08:28:41 +00:00
"devDependencies": {
"mkdirp": "^0.5.1",
"rimraf": "^2.5.0",
"tap": "^10.3.0"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "tap test/*.js --100",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
2022-01-21 08:28:41 +00:00
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/isexe.git"
},
2022-04-08 10:55:35 +00:00
"keywords": [],
"bugs": {
"url": "https://github.com/isaacs/isexe/issues"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/isaacs/isexe#readme"
2022-01-21 08:28:41 +00:00
}