Initial commit
[yaffs-website] / node_modules / isexe / package.json
1 {
2   "_args": [
3     [
4       "isexe@^1.1.1",
5       "/var/www/yaffs/node_modules/which"
6     ]
7   ],
8   "_from": "isexe@>=1.1.1 <2.0.0",
9   "_id": "isexe@1.1.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/isexe",
13   "_nodeVersion": "4.0.0",
14   "_npmOperationalInternal": {
15     "host": "packages-9-west.internal.npmjs.com",
16     "tmp": "tmp/isexe-1.1.2.tgz_1454992795963_0.7608721863944083"
17   },
18   "_npmUser": {
19     "email": "i@izs.me",
20     "name": "isaacs"
21   },
22   "_npmVersion": "3.7.0",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "isexe",
26     "raw": "isexe@^1.1.1",
27     "rawSpec": "^1.1.1",
28     "scope": null,
29     "spec": ">=1.1.1 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/which"
34   ],
35   "_resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz",
36   "_shasum": "36f3e22e60750920f5e7241a476a8c6a42275ad0",
37   "_shrinkwrap": null,
38   "_spec": "isexe@^1.1.1",
39   "_where": "/var/www/yaffs/node_modules/which",
40   "author": {
41     "email": "i@izs.me",
42     "name": "Isaac Z. Schlueter",
43     "url": "http://blog.izs.me/"
44   },
45   "bugs": {
46     "url": "https://github.com/isaacs/isexe/issues"
47   },
48   "dependencies": {},
49   "description": "Minimal module to check if a file is executable.",
50   "devDependencies": {
51     "mkdirp": "^0.5.1",
52     "rimraf": "^2.5.0",
53     "tap": "^5.1.2"
54   },
55   "directories": {
56     "test": "test"
57   },
58   "dist": {
59     "shasum": "36f3e22e60750920f5e7241a476a8c6a42275ad0",
60     "tarball": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz"
61   },
62   "gitHead": "1882eed72c2ba152f4dd1336d857b0755ae306d9",
63   "homepage": "https://github.com/isaacs/isexe#readme",
64   "keywords": [],
65   "license": "ISC",
66   "main": "index.js",
67   "maintainers": [
68     {
69       "name": "isaacs",
70       "email": "i@izs.me"
71     }
72   ],
73   "name": "isexe",
74   "optionalDependencies": {},
75   "readme": "ERROR: No README data found!",
76   "repository": {
77     "type": "git",
78     "url": "git+https://github.com/isaacs/isexe.git"
79   },
80   "scripts": {
81     "test": "tap test/*.js --branches=100 --statements=100 --functions=100 --lines=100"
82   },
83   "version": "1.1.2"
84 }