github-pages-deploy-action/node_modules/progress/package.json

27 lines
616 B
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "progress",
"version": "2.0.3",
2020-03-22 05:13:25 +08:00
"description": "Flexible ascii progress bar",
2020-03-31 20:57:48 +08:00
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/node-progress"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"keywords": [
"cli",
"progress"
],
2020-03-31 20:57:48 +08:00
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
"Christoffer Hallas <christoffer.hallas@gmail.com>",
"Jordan Scales <scalesjordan@gmail.com>",
"Andrew Rhyne <rhyneandrew@gmail.com>",
"Marco Brack <PapstDonB@Googlemail.com>"
],
"dependencies": {},
2020-03-22 05:13:25 +08:00
"main": "./index.js",
2020-03-31 20:57:48 +08:00
"engines": {
"node": ">=0.4.0"
2020-03-22 05:13:25 +08:00
},
2020-03-31 20:57:48 +08:00
"license": "MIT"
2020-03-07 11:45:40 +08:00
}