Changeset 59329aa for trip-planner-front/node_modules/getpass
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/getpass/package.json
rceaed42 r59329aa 1 1 { 2 "name": "getpass", 3 "version": "0.1.7", 4 "description": "getpass for node.js", 5 "main": "lib/index.js", 2 "_args": [ 3 [ 4 "getpass@0.1.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "getpass@0.1.7", 10 "_id": "getpass@0.1.7", 11 "_inBundle": false, 12 "_integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", 13 "_location": "/getpass", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "getpass@0.1.7", 19 "name": "getpass", 20 "escapedName": "getpass", 21 "rawSpec": "0.1.7", 22 "saveSpec": null, 23 "fetchSpec": "0.1.7" 24 }, 25 "_requiredBy": [ 26 "/sshpk" 27 ], 28 "_resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", 29 "_spec": "0.1.7", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Alex Wilson", 33 "email": "alex.wilson@joyent.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/arekinath/node-getpass/issues" 37 }, 6 38 "dependencies": { 7 39 "assert-plus": "^1.0.0" 8 40 }, 41 "description": "getpass for node.js", 42 "homepage": "https://github.com/arekinath/node-getpass#readme", 43 "license": "MIT", 44 "main": "lib/index.js", 45 "name": "getpass", 9 46 "repository": { 10 47 "type": "git", 11 "url": " https://github.com/arekinath/node-getpass.git"48 "url": "git+https://github.com/arekinath/node-getpass.git" 12 49 }, 13 50 "scripts": { 14 51 "test": "tape test/*.test.js" 15 52 }, 16 "author": "Alex Wilson <alex.wilson@joyent.com>", 17 "license": "MIT" 53 "version": "0.1.7" 18 54 }
Note:
See TracChangeset
for help on using the changeset viewer.