thedesk/app/node_modules/getpass/package.json

54 lines
1.2 KiB
JSON
Raw Normal View History

2018-02-19 04:41:25 +11:00
{
"_args": [
[
2018-05-26 22:48:13 +10:00
"getpass@0.1.7",
"/Users/aa/TheDesk/app"
2018-02-19 04:41:25 +11:00
]
],
2018-05-26 22:48:13 +10:00
"_from": "getpass@0.1.7",
2018-02-19 04:41:25 +11:00
"_id": "getpass@0.1.7",
2018-05-26 22:48:13 +10:00
"_inBundle": false,
"_integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
2018-02-19 04:41:25 +11:00
"_location": "/getpass",
"_phantomChildren": {},
"_requested": {
2018-05-26 22:48:13 +10:00
"type": "version",
"registry": true,
"raw": "getpass@0.1.7",
2018-02-19 04:41:25 +11:00
"name": "getpass",
2018-05-26 22:48:13 +10:00
"escapedName": "getpass",
"rawSpec": "0.1.7",
"saveSpec": null,
"fetchSpec": "0.1.7"
2018-02-19 04:41:25 +11:00
},
"_requiredBy": [
"/sshpk"
],
"_resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
2018-05-26 22:48:13 +10:00
"_spec": "0.1.7",
"_where": "/Users/aa/TheDesk/app",
2018-02-19 04:41:25 +11:00
"author": {
"name": "Alex Wilson",
"email": "alex.wilson@joyent.com"
},
"bugs": {
"url": "https://github.com/arekinath/node-getpass/issues"
},
"dependencies": {
"assert-plus": "^1.0.0"
},
"description": "getpass for node.js",
"homepage": "https://github.com/arekinath/node-getpass#readme",
"license": "MIT",
"main": "lib/index.js",
"name": "getpass",
"repository": {
"type": "git",
"url": "git+https://github.com/arekinath/node-getpass.git"
},
"scripts": {
"test": "tape test/*.test.js"
},
"version": "0.1.7"
}