| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_args": [
- [
- "isbinaryfile@3.0.3",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_development": true,
- "_from": "isbinaryfile@3.0.3",
- "_id": "isbinaryfile@3.0.3",
- "_inBundle": false,
- "_integrity": "sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw==",
- "_location": "/isbinaryfile",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "isbinaryfile@3.0.3",
- "name": "isbinaryfile",
- "escapedName": "isbinaryfile",
- "rawSpec": "3.0.3",
- "saveSpec": null,
- "fetchSpec": "3.0.3"
- },
- "_requiredBy": [
- "/karma"
- ],
- "_resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz",
- "_spec": "3.0.3",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "bugs": {
- "url": "https://github.com/gjtorikian/isBinaryFile/issues"
- },
- "dependencies": {
- "buffer-alloc": "^1.2.0"
- },
- "description": "Detects if a file is binary in Node.js. Similar to Perl's -B.",
- "devDependencies": {
- "grunt": "~0.4.1",
- "grunt-cli": "~0.1.13",
- "grunt-exec": "0.4.3",
- "grunt-release": "~0.6.0",
- "mocha": "^2.2.4"
- },
- "engines": {
- "node": ">=0.6.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/gjtorikian/isBinaryFile#readme",
- "license": "MIT",
- "main": "./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": {
- "test": "mocha"
- },
- "version": "3.0.3"
- }
|