1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-24 12:13:13 +00:00

get items attachment command

This commit is contained in:
Kyle Spearrin
2018-05-17 13:28:22 -04:00
parent 05535cc134
commit df024379c8
10 changed files with 167 additions and 40 deletions

9
package-lock.json generated
View File

@@ -40,6 +40,15 @@
"integrity": "sha512-MFFKFv2X4iZy/NFl1m1E8uwE1CR96SGwJjgHma09PLtqOWoj3nqeJHMG+P/EuJGVLvC2I6MdQRQsr4TcRduIow==",
"dev": true
},
"@types/node-fetch": {
"version": "1.6.9",
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-1.6.9.tgz",
"integrity": "sha512-n2r6WLoY7+uuPT7pnEtKJCmPUGyJ+cbyBR8Avnu4+m1nzz7DwBVuyIvvlBzCZ/nrpC7rIgb3D6pNavL7rFEa9g==",
"dev": true,
"requires": {
"@types/node": "10.0.8"
}
},
"@types/node-forge": {
"version": "0.7.4",
"resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-0.7.4.tgz",