Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/getpass/package.json')
-rw-r--r--node_modules/getpass/package.json46
1 files changed, 7 insertions, 39 deletions
diff --git a/node_modules/getpass/package.json b/node_modules/getpass/package.json
index 59201beca..f1638eb3c 100644
--- a/node_modules/getpass/package.json
+++ b/node_modules/getpass/package.json
@@ -1,50 +1,18 @@
{
- "_from": "getpass@^0.1.1",
- "_id": "getpass@0.1.7",
- "_inBundle": false,
- "_integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
- "_location": "/getpass",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "getpass@^0.1.1",
- "name": "getpass",
- "escapedName": "getpass",
- "rawSpec": "^0.1.1",
- "saveSpec": null,
- "fetchSpec": "^0.1.1"
- },
- "_requiredBy": [
- "/sshpk"
- ],
- "_resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
- "_shasum": "5eff8e3e684d569ae4cb2b1282604e8ba62149fa",
- "_spec": "getpass@^0.1.1",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/sshpk",
- "author": {
- "name": "Alex Wilson",
- "email": "alex.wilson@joyent.com"
- },
- "bugs": {
- "url": "https://github.com/arekinath/node-getpass/issues"
- },
- "bundleDependencies": false,
+ "name": "getpass",
+ "version": "0.1.7",
+ "description": "getpass for node.js",
+ "main": "lib/index.js",
"dependencies": {
"assert-plus": "^1.0.0"
},
- "deprecated": false,
- "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"
+ "url": "https://github.com/arekinath/node-getpass.git"
},
"scripts": {
"test": "tape test/*.test.js"
},
- "version": "0.1.7"
+ "author": "Alex Wilson <alex.wilson@joyent.com>",
+ "license": "MIT"
}