NPM搜索远程包

时间:2012-03-01 21:23:00

标签: javascript node.js npm package-managers

对于我的生活,我无法弄清楚如何在我的0.2.19版本的安装中搜索远程NPM包。 npm lsnpm search(一个是另一个的明显别名)仅显示本地安装的包。关联的帮助对话框/联机帮助页缺少明显的答案,除了对配置选项的模糊引用:

  

CONFIGURATION

     

listopts          默认值:“”

   A whitespace-separated list of extra args that are always passed to npm ls

   For example: listopts = remote

   npm ls

   The output here will always filter by remote

我是否应该断定npm搜索远程存储库的唯一方法是在配置文件中添加设置,或者是否有可以使用的命令?

1 个答案:

答案 0 :(得分:3)

raynos@raynos-MS-7681:~$ npm search ncore
npm http GET https://registry.npmjs.org/-/all/since?stale=update_after&startkey=1330640201000
npm http 200 https://registry.npmjs.org/-/all/since?stale=update_after&startkey=1330640201000
NAME   DESCRIPTION                        AUTHOR   DATE              KEYWORDS
ncore  Core library for your application  =raynos  2012-02-28 11:49  core archit
raynos@raynos-MS-7681:~$ npm --version
1.1.0