git.schokokeks.org
Repositories
Help
Report an Issue
fs-words.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
6e9c872
Branches
Tags
develop-client_server
master
typescript
fs-words.git
server
lib
node_modules
getpass
package.json
[add] server:lib:node_modules
Christian Fraß
commited
6e9c872
at 2021-03-08 23:52:07
package.json
Blame
History
Raw
{ "name": "getpass", "version": "0.1.7", "description": "getpass for node.js", "main": "lib/index.js", "dependencies": { "assert-plus": "^1.0.0" }, "repository": { "type": "git", "url": "https://github.com/arekinath/node-getpass.git" }, "scripts": { "test": "tape test/*.test.js" }, "author": "Alex Wilson <alex.wilson@joyent.com>", "license": "MIT" }