文件名称:remote-file-size:获取远程文件的大小
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-18 22:41:13
JavaScript
远程文件大小 获取远程文件的大小 注意:remote-file-size 仅在 iojs 和 node v4+ 上受支持。 要与旧版本的节点一起使用,请使用remote-file-size@2 。 安装 $ npm install --save remote-file-size # or for the cli tool $ npm install -g remote-file-size 用法 $ remote-file-size http://registry.npmjs.org/argsplit/-/argsplit-1.0.2.tgz // = > 1.55 kB var remote = require ( 'remote-file-size' ) var url = 'http://registry.npmjs.org/argsplit/-/argsplit-1.0.2.tg
【文件预览】:
remote-file-size-master
----test.js(2KB)
----.travis.yml(43B)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(22B)
----index.js(792B)
----bin()
--------cmd.js(2KB)
--------usage.txt(621B)
----package.json(720B)