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