aboutsummaryrefslogtreecommitdiff
path: root/node_modules/isexe
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/isexe
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/isexe')
-rw-r--r--node_modules/isexe/package.json90
1 files changed, 13 insertions, 77 deletions
diff --git a/node_modules/isexe/package.json b/node_modules/isexe/package.json
index f68c1cc91..c86fe7493 100644
--- a/node_modules/isexe/package.json
+++ b/node_modules/isexe/package.json
@@ -1,92 +1,28 @@
{
- "_args": [
- [
- {
- "raw": "isexe@^1.1.1",
- "scope": null,
- "escapedName": "isexe",
- "name": "isexe",
- "rawSpec": "^1.1.1",
- "spec": ">=1.1.1 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/which"
- ]
- ],
- "_from": "isexe@>=1.1.1 <2.0.0",
- "_id": "isexe@1.1.2",
- "_inCache": true,
- "_location": "/isexe",
- "_nodeVersion": "4.0.0",
- "_npmOperationalInternal": {
- "host": "packages-9-west.internal.npmjs.com",
- "tmp": "tmp/isexe-1.1.2.tgz_1454992795963_0.7608721863944083"
- },
- "_npmUser": {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- "_npmVersion": "3.7.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "isexe@^1.1.1",
- "scope": null,
- "escapedName": "isexe",
- "name": "isexe",
- "rawSpec": "^1.1.1",
- "spec": ">=1.1.1 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/which"
- ],
- "_resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz",
- "_shasum": "36f3e22e60750920f5e7241a476a8c6a42275ad0",
- "_shrinkwrap": null,
- "_spec": "isexe@^1.1.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/which",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/isaacs/isexe/issues"
- },
- "dependencies": {},
+ "name": "isexe",
+ "version": "1.1.2",
"description": "Minimal module to check if a file is executable.",
+ "main": "index.js",
+ "directories": {
+ "test": "test"
+ },
"devDependencies": {
"mkdirp": "^0.5.1",
"rimraf": "^2.5.0",
"tap": "^5.1.2"
},
- "directories": {
- "test": "test"
- },
- "dist": {
- "shasum": "36f3e22e60750920f5e7241a476a8c6a42275ad0",
- "tarball": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz"
+ "scripts": {
+ "test": "tap test/*.js --branches=100 --statements=100 --functions=100 --lines=100"
},
- "gitHead": "1882eed72c2ba152f4dd1336d857b0755ae306d9",
- "homepage": "https://github.com/isaacs/isexe#readme",
- "keywords": [],
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
- "main": "index.js",
- "maintainers": [
- {
- "name": "isaacs",
- "email": "i@izs.me"
- }
- ],
- "name": "isexe",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/isexe.git"
},
- "scripts": {
- "test": "tap test/*.js --branches=100 --statements=100 --functions=100 --lines=100"
+ "keywords": [],
+ "bugs": {
+ "url": "https://github.com/isaacs/isexe/issues"
},
- "version": "1.1.2"
+ "homepage": "https://github.com/isaacs/isexe#readme"
}