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

19 lines
392 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "getpass",
"version": "0.1.7",
"description": "getpass for node.js",
"main": "lib/index.js",
2020-03-31 20:42:07 +08:00
"dependencies": {
"assert-plus": "^1.0.0"
},
"repository": {
"type": "git",
2020-03-31 20:57:48 +08:00
"url": "https://github.com/arekinath/node-getpass.git"
2020-03-31 20:42:07 +08:00
},
"scripts": {
"test": "tape test/*.test.js"
},
2020-03-31 20:57:48 +08:00
"author": "Alex Wilson <alex.wilson@joyent.com>",
"license": "MIT"
2020-03-31 20:42:07 +08:00
}