Changeset 59329aa for trip-planner-front/node_modules/isbinaryfile
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/isbinaryfile/package.json
rceaed42 r59329aa 1 1 { 2 "name": "isbinaryfile", 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" 27 ], 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 }, 34 "dependencies": {}, 3 35 "description": "Detects if a file is binary in Node.js. Similar to Perl's -B.", 4 "version": "4.0.8",5 "keywords": [6 "text",7 "binary",8 "encoding",9 "istext",10 "is text",11 "isbinary",12 "is binary",13 "is text or binary",14 "is text or binary file",15 "isbinaryfile",16 "is binary file",17 "istextfile",18 "is text file"19 ],20 "dependencies": {},21 36 "devDependencies": { 22 37 "@types/jest": "^23.3.14", … … 36 51 "lib/**/*" 37 52 ], 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 ], 38 70 "license": "MIT", 39 71 "main": "lib/index.js", 40 "types": "lib/index.d.ts",41 72 "maintainers": [ 42 73 { … … 45 76 } 46 77 ], 47 " funding": "https://github.com/sponsors/gjtorikian/",78 "name": "isbinaryfile", 48 79 "repository": { 49 80 "type": "git", 50 "url": " https://github.com/gjtorikian/isBinaryFile"81 "url": "git+https://github.com/gjtorikian/isBinaryFile.git" 51 82 }, 52 83 "scripts": { … … 54 85 "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", 55 86 "lint": "tslint -p tsconfig.json", 87 "postversion": "git push && git push --tags", 56 88 "prepare": "npm run build", 57 "release": "release-it",58 89 "prepublishOnly": "npm test && npm run lint", 59 90 "preversion": "npm run lint", 91 "release": "release-it", 92 "test": "jest --config jestconfig.json", 60 93 "version": "npm run format && git add -A src", 61 "postversion": "git push && git push --tags",62 "test": "jest --config jestconfig.json",63 94 "watch": "tsc -w" 64 } 95 }, 96 "types": "lib/index.d.ts", 97 "version": "4.0.8" 65 98 }
Note:
See TracChangeset
for help on using the changeset viewer.