安装节点模块时@用于什么?

What is the @ used for while installing node modules?

我注意到在尝试安装 redux-offline 时,文档说要使用以下方式安装软件包:
npm install --save @redux-offline/redux-offline

虽然这个 article 说要安装包名称前没有“@”的包
npm install --save redux-offline

我想知道两者之间的区别,如果有的话。

@redux-offline/redux-offline 在这里你可以阅读这句话

Redux Offline is now being maintained by a community-driven team. The new versions of the library will now be available under the npm organization @redux-offline. Big thank you to @jevakallio for creating this amazing library in the first place.

正如您在此处看到的 redux-offline,此软件包更新于 3 年前,而 @redux-offline/redux-offline 更新于 3 个月前。

如果您想使用此库,请使用 @redux-offline/redux-offline,因为此软件包正在与社区一起更新。