| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "executable@^4.1.0", |
| 3 | "_id": "executable@4.1.1", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==", |
| 6 | "_location": "/executable", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "executable@^4.1.0", |
| 12 | "name": "executable", |
| 13 | "escapedName": "executable", |
| 14 | "rawSpec": "^4.1.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^4.1.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/bin-check" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", |
| 22 | "_shasum": "41532bff361d3e57af4d763b70582db18f5d133c", |
| 23 | "_spec": "executable@^4.1.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\bin-check", |
| 25 | "author": { |
| 26 | "name": "Kevin MÃ¥rtensson", |
| 27 | "email": "kevinmartensson@gmail.com", |
| 28 | "url": "https://github.com/kevva" |
| 29 | }, |
| 30 | "bugs": { |
| 31 | "url": "https://github.com/kevva/executable/issues" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "dependencies": { |
| 35 | "pify": "^2.2.0" |
| 36 | }, |
| 37 | "deprecated": false, |
| 38 | "description": "Check if a file is executable", |
| 39 | "devDependencies": { |
| 40 | "ava": "*", |
| 41 | "xo": "*" |
| 42 | }, |
| 43 | "engines": { |
| 44 | "node": ">=4" |
| 45 | }, |
| 46 | "files": [ |
| 47 | "index.js" |
| 48 | ], |
| 49 | "homepage": "https://github.com/kevva/executable#readme", |
| 50 | "keywords": [ |
| 51 | "exec", |
| 52 | "executable", |
| 53 | "permission" |
| 54 | ], |
| 55 | "license": "MIT", |
| 56 | "name": "executable", |
| 57 | "repository": { |
| 58 | "type": "git", |
| 59 | "url": "git+https://github.com/kevva/executable.git" |
| 60 | }, |
| 61 | "scripts": { |
| 62 | "test": "xo && ava" |
| 63 | }, |
| 64 | "version": "4.1.1", |
| 65 | "xo": { |
| 66 | "esnext": true |
| 67 | } |
| 68 | } |