Skip to main content

常见包

分类

工具

  • lodash

  • lodash-decorators

  • chokidar

  • neo-async

    • Neo-Async is thought to be used as a drop-in replacement for Async, it almost fully covers its functionality and runs faster.
  • path-to-regexp

  • global-modules

    • 获取 npm 全局安装路径
  • publish-please

命令行

  • minimist

    • 命令行参数解析包
  • getmac

    • 获取机器 mac 信息

兼容性

  • raf

    • requestAnimationFrame polyfill for node and the browser.

Babel 插件

AI

  • @lenml/llama2-tokenizer
    • 处理 Llama 2 模型的分词器的 npm 包。Llama 2 是 Meta AI 研究院发布的一个大型语言模型系列,它基于之前的 Llama 模型进行了改进。分词器是自然语言处理(NLP)任务中非常重要的组成部分,它将文本分割成更小的单元(称为“token”或“tokens”),这些单元可以是单词、子词或字符级别的单位,用于后续的处理和建模。