You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
2.5 KiB
98 lines
2.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"isbinaryfile@4.0.8",
|
|
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "isbinaryfile@4.0.8",
|
|
"_id": "isbinaryfile@4.0.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-53h6XFniq77YdW+spoRrebh0mnmTxRPTlcuIArO57lmMdq4uBKFKaeTjnb92oYWrSn/LVL+LT+Hap2tFQj8V+w==",
|
|
"_location": "/isbinaryfile",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "isbinaryfile@4.0.8",
|
|
"name": "isbinaryfile",
|
|
"escapedName": "isbinaryfile",
|
|
"rawSpec": "4.0.8",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.8"
|
|
},
|
|
"_requiredBy": [
|
|
"/karma"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.8.tgz",
|
|
"_spec": "4.0.8",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
|
|
"bugs": {
|
|
"url": "https://github.com/gjtorikian/isBinaryFile/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Detects if a file is binary in Node.js. Similar to Perl's -B.",
|
|
"devDependencies": {
|
|
"@types/jest": "^23.3.14",
|
|
"@types/node": "^10.17.59",
|
|
"jest": "^25.5.4",
|
|
"prettier": "^1.19.1",
|
|
"release-it": "^14.6.1",
|
|
"ts-jest": "^26.5.5",
|
|
"tslint": "^5.20.1",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"typescript": "^3.9.9"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"funding": "https://github.com/sponsors/gjtorikian/",
|
|
"homepage": "https://github.com/gjtorikian/isBinaryFile#readme",
|
|
"keywords": [
|
|
"text",
|
|
"binary",
|
|
"encoding",
|
|
"istext",
|
|
"is text",
|
|
"isbinary",
|
|
"is binary",
|
|
"is text or binary",
|
|
"is text or binary file",
|
|
"isbinaryfile",
|
|
"is binary file",
|
|
"istextfile",
|
|
"is text file"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "Garen J. Torikian",
|
|
"email": "gjtorikian@gmail.com"
|
|
}
|
|
],
|
|
"name": "isbinaryfile",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gjtorikian/isBinaryFile.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
|
|
"lint": "tslint -p tsconfig.json",
|
|
"postversion": "git push && git push --tags",
|
|
"prepare": "npm run build",
|
|
"prepublishOnly": "npm test && npm run lint",
|
|
"preversion": "npm run lint",
|
|
"release": "release-it",
|
|
"test": "jest --config jestconfig.json",
|
|
"version": "npm run format && git add -A src",
|
|
"watch": "tsc -w"
|
|
},
|
|
"types": "lib/index.d.ts",
|
|
"version": "4.0.8"
|
|
}
|