1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "progress-stream",
- "version": "1.2.0",
- "description": "Read the progress of a stream",
- "repository": {
- "type": "git",
- "url": "git@github.com:freeall/progress-stream.git"
- },
- "keywords": [
- "stream",
- "progress",
- "percentage",
- "percent",
- "download",
- "upload",
- "file",
- "streaming",
- "request",
- "http"
- ],
- "main": "index.js",
- "dependencies": {
- "through2": "~0.2.3",
- "speedometer": "~0.1.2"
- },
- "devDependencies": {
- "request": "~2.29.0",
- "single-line-log": "~1.0.0",
- "numeral": "~1.5.2"
- },
- "scripts": {
- "test": "node test/http.js && node test/request.js"
- },
- "author": "freeall <freeall@gmail.com>",
- "license": "BSD-2-Clause",
- "_from": "progress-stream@1.2.0",
- "_resolved": "http://registry.npm.taobao.org/progress-stream/download/progress-stream-1.2.0.tgz"
- }
|