| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "binary-extensions@^2.0.0", |
| 3 | "_id": "binary-extensions@2.2.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", |
| 6 | "_location": "/binary-extensions", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "binary-extensions@^2.0.0", |
| 12 | "name": "binary-extensions", |
| 13 | "escapedName": "binary-extensions", |
| 14 | "rawSpec": "^2.0.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^2.0.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/is-binary-path" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", |
| 22 | "_shasum": "75f502eeaf9ffde42fc98829645be4ea76bd9e2d", |
| 23 | "_spec": "binary-extensions@^2.0.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\is-binary-path", |
| 25 | "author": { |
| 26 | "name": "Sindre Sorhus", |
| 27 | "email": "sindresorhus@gmail.com", |
| 28 | "url": "sindresorhus.com" |
| 29 | }, |
| 30 | "bugs": { |
| 31 | "url": "https://github.com/sindresorhus/binary-extensions/issues" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "deprecated": false, |
| 35 | "description": "List of binary file extensions", |
| 36 | "devDependencies": { |
| 37 | "ava": "^1.4.1", |
| 38 | "tsd": "^0.7.2", |
| 39 | "xo": "^0.24.0" |
| 40 | }, |
| 41 | "engines": { |
| 42 | "node": ">=8" |
| 43 | }, |
| 44 | "files": [ |
| 45 | "index.js", |
| 46 | "index.d.ts", |
| 47 | "binary-extensions.json", |
| 48 | "binary-extensions.json.d.ts" |
| 49 | ], |
| 50 | "homepage": "https://github.com/sindresorhus/binary-extensions#readme", |
| 51 | "keywords": [ |
| 52 | "binary", |
| 53 | "extensions", |
| 54 | "extension", |
| 55 | "file", |
| 56 | "json", |
| 57 | "list", |
| 58 | "array" |
| 59 | ], |
| 60 | "license": "MIT", |
| 61 | "name": "binary-extensions", |
| 62 | "repository": { |
| 63 | "type": "git", |
| 64 | "url": "git+https://github.com/sindresorhus/binary-extensions.git" |
| 65 | }, |
| 66 | "scripts": { |
| 67 | "test": "xo && ava && tsd" |
| 68 | }, |
| 69 | "version": "2.2.0" |
| 70 | } |