[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "isbinaryfile@4.0.8",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "isbinaryfile@4.0.8",
|
---|
| 10 | "_id": "isbinaryfile@4.0.8",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-53h6XFniq77YdW+spoRrebh0mnmTxRPTlcuIArO57lmMdq4uBKFKaeTjnb92oYWrSn/LVL+LT+Hap2tFQj8V+w==",
|
---|
| 13 | "_location": "/isbinaryfile",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "isbinaryfile@4.0.8",
|
---|
| 19 | "name": "isbinaryfile",
|
---|
| 20 | "escapedName": "isbinaryfile",
|
---|
| 21 | "rawSpec": "4.0.8",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "4.0.8"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/karma"
|
---|
[6a3a178] | 27 | ],
|
---|
[59329aa] | 28 | "_resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.8.tgz",
|
---|
| 29 | "_spec": "4.0.8",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "bugs": {
|
---|
| 32 | "url": "https://github.com/gjtorikian/isBinaryFile/issues"
|
---|
| 33 | },
|
---|
[6a3a178] | 34 | "dependencies": {},
|
---|
[59329aa] | 35 | "description": "Detects if a file is binary in Node.js. Similar to Perl's -B.",
|
---|
[6a3a178] | 36 | "devDependencies": {
|
---|
| 37 | "@types/jest": "^23.3.14",
|
---|
| 38 | "@types/node": "^10.17.59",
|
---|
| 39 | "jest": "^25.5.4",
|
---|
| 40 | "prettier": "^1.19.1",
|
---|
| 41 | "release-it": "^14.6.1",
|
---|
| 42 | "ts-jest": "^26.5.5",
|
---|
| 43 | "tslint": "^5.20.1",
|
---|
| 44 | "tslint-config-prettier": "^1.18.0",
|
---|
| 45 | "typescript": "^3.9.9"
|
---|
| 46 | },
|
---|
| 47 | "engines": {
|
---|
| 48 | "node": ">= 8.0.0"
|
---|
| 49 | },
|
---|
| 50 | "files": [
|
---|
| 51 | "lib/**/*"
|
---|
| 52 | ],
|
---|
[59329aa] | 53 | "funding": "https://github.com/sponsors/gjtorikian/",
|
---|
| 54 | "homepage": "https://github.com/gjtorikian/isBinaryFile#readme",
|
---|
| 55 | "keywords": [
|
---|
| 56 | "text",
|
---|
| 57 | "binary",
|
---|
| 58 | "encoding",
|
---|
| 59 | "istext",
|
---|
| 60 | "is text",
|
---|
| 61 | "isbinary",
|
---|
| 62 | "is binary",
|
---|
| 63 | "is text or binary",
|
---|
| 64 | "is text or binary file",
|
---|
| 65 | "isbinaryfile",
|
---|
| 66 | "is binary file",
|
---|
| 67 | "istextfile",
|
---|
| 68 | "is text file"
|
---|
| 69 | ],
|
---|
[6a3a178] | 70 | "license": "MIT",
|
---|
| 71 | "main": "lib/index.js",
|
---|
| 72 | "maintainers": [
|
---|
| 73 | {
|
---|
| 74 | "name": "Garen J. Torikian",
|
---|
| 75 | "email": "gjtorikian@gmail.com"
|
---|
| 76 | }
|
---|
| 77 | ],
|
---|
[59329aa] | 78 | "name": "isbinaryfile",
|
---|
[6a3a178] | 79 | "repository": {
|
---|
| 80 | "type": "git",
|
---|
[59329aa] | 81 | "url": "git+https://github.com/gjtorikian/isBinaryFile.git"
|
---|
[6a3a178] | 82 | },
|
---|
| 83 | "scripts": {
|
---|
| 84 | "build": "tsc",
|
---|
| 85 | "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
|
---|
| 86 | "lint": "tslint -p tsconfig.json",
|
---|
[59329aa] | 87 | "postversion": "git push && git push --tags",
|
---|
[6a3a178] | 88 | "prepare": "npm run build",
|
---|
| 89 | "prepublishOnly": "npm test && npm run lint",
|
---|
| 90 | "preversion": "npm run lint",
|
---|
[59329aa] | 91 | "release": "release-it",
|
---|
[6a3a178] | 92 | "test": "jest --config jestconfig.json",
|
---|
[59329aa] | 93 | "version": "npm run format && git add -A src",
|
---|
[6a3a178] | 94 | "watch": "tsc -w"
|
---|
[59329aa] | 95 | },
|
---|
| 96 | "types": "lib/index.d.ts",
|
---|
| 97 | "version": "4.0.8"
|
---|
[6a3a178] | 98 | }
|
---|