Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/isexe/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/isexe/package.json40
1 files changed, 23 insertions, 17 deletions
diff --git a/tools/node_modules/eslint/node_modules/isexe/package.json b/tools/node_modules/eslint/node_modules/isexe/package.json
index e452689442f..6403682bbe2 100644
--- a/tools/node_modules/eslint/node_modules/isexe/package.json
+++ b/tools/node_modules/eslint/node_modules/isexe/package.json
@@ -1,31 +1,37 @@
{
- "name": "isexe",
- "version": "2.0.0",
- "description": "Minimal module to check if a file is executable.",
- "main": "index.js",
- "directories": {
- "test": "test"
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
+ "url": "http://blog.izs.me/"
+ },
+ "bugs": {
+ "url": "https://github.com/isaacs/isexe/issues"
},
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Minimal module to check if a file is executable.",
"devDependencies": {
"mkdirp": "^0.5.1",
"rimraf": "^2.5.0",
"tap": "^10.3.0"
},
- "scripts": {
- "test": "tap test/*.js --100",
- "preversion": "npm test",
- "postversion": "npm publish",
- "postpublish": "git push origin --all; git push origin --tags"
+ "directories": {
+ "test": "test"
},
- "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
+ "homepage": "https://github.com/isaacs/isexe#readme",
+ "keywords": [],
"license": "ISC",
+ "main": "index.js",
+ "name": "isexe",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/isexe.git"
},
- "keywords": [],
- "bugs": {
- "url": "https://github.com/isaacs/isexe/issues"
+ "scripts": {
+ "postpublish": "git push origin --all; git push origin --tags",
+ "postversion": "npm publish",
+ "preversion": "npm test",
+ "test": "tap test/*.js --100"
},
- "homepage": "https://github.com/isaacs/isexe#readme"
-}
+ "version": "2.0.0"
+} \ No newline at end of file