wishthis/node_modules/isexe/package.json

64 lines
1.4 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"isexe@2.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "isexe@2.0.0",
"_id": "isexe@2.0.0",
"_inBundle": false,
"_integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
"_location": "/isexe",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "isexe@2.0.0",
"name": "isexe",
"escapedName": "isexe",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/which"
],
"_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/isaacs/isexe/issues"
},
"description": "Minimal module to check if a file is executable.",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"mkdirp": "^0.5.1",
"rimraf": "^2.5.0",
"tap": "^10.3.0"
},
2022-02-23 16:41:13 +00:00
"directories": {
"test": "test"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"homepage": "https://github.com/isaacs/isexe#readme",
"keywords": [],
2022-01-21 08:28:41 +00:00
"license": "ISC",
2022-02-23 16:41:13 +00:00
"main": "index.js",
"name": "isexe",
2022-01-21 08:28:41 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/isexe.git"
},
2022-02-23 16:41:13 +00:00
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap test/*.js --100"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"version": "2.0.0"
2022-01-21 08:28:41 +00:00
}