XinXiKuaiBaoYuan/vue-info-reporter/node_modules/binary-extensions
lixinran f57e8494f4 Initial commit: 知识采集分析Agent项目
- Django后端API服务
- Vue前端界面
- 集成王璞智能分析API
- 任务管理和报告生成功能
- Element Plus UI组件
- 响应式布局设计
2025-10-14 15:47:56 +08:00
..
binary-extensions.json Initial commit: 知识采集分析Agent项目 2025-10-14 15:47:56 +08:00
binary-extensions.json.d.ts Initial commit: 知识采集分析Agent项目 2025-10-14 15:47:56 +08:00
index.d.ts Initial commit: 知识采集分析Agent项目 2025-10-14 15:47:56 +08:00
index.js Initial commit: 知识采集分析Agent项目 2025-10-14 15:47:56 +08:00
license Initial commit: 知识采集分析Agent项目 2025-10-14 15:47:56 +08:00
package.json Initial commit: 知识采集分析Agent项目 2025-10-14 15:47:56 +08:00
readme.md Initial commit: 知识采集分析Agent项目 2025-10-14 15:47:56 +08:00

readme.md

binary-extensions

List of binary file extensions

The list is just a JSON file and can be used anywhere.

Install

npm install binary-extensions

Usage

const binaryExtensions = require('binary-extensions');

console.log(binaryExtensions);
//=> ['3ds', '3g2', …]