UNPKG

node-vault

Version:

Javascript client for HashiCorp's Vault

96 lines (95 loc) 3.09 kB
{ "name": "node-vault", "version": "0.10.5", "description": "Javascript client for HashiCorp's Vault", "main": "./src/index.js", "scripts": { "coverage": "nyc --reporter=lcov npm test", "lint": "eslint .", "test": "mocha", "test-unit": "mocha test/unit.js", "test-watch": "mocha --watch", "predocs": "node scripts/write-features.js", "docs": "docco --output docs src/*.js" }, "engines": { "node": ">= 18.0.0" }, "directories": { "example": "./example", "doc": "./docs" }, "files": [ "src", "index.d.ts" ], "dependencies": { "debug": "^4.3.4", "mustache": "^4.2.0", "postman-request": "^2.88.1-postman.42", "tv4": "^1.3.0" }, "devDependencies": { "@types/request": "^2.48.12", "chai": "^4.3.7", "dirty-chai": "^2.0.1", "docco": "^0.9.1", "eslint": "^8.45.0", "mocha": "^10.2.0", "nyc": "^15.1.0", "sinon": "^15.2.0", "sinon-chai": "^3.7.0" }, "repository": { "type": "git", "url": "git://github.com/nodevault/node-vault.git" }, "keywords": [ "vault", "hashicorp", "secrets", "manage", "client" ], "contributors": [ "kr1sp1n (https://github.com/kr1sp1n)", "Aviad Hahami (https://github.com/aviadhahami)", "Adam Kelsall (https://github.com/adamkelsall)", "Alex Early (https://github.com/aearly)", "Brandon Ros (https://github.com/brandonros)", "Charles Phillips (https://github.com/doublerebel)", "David Drewery (https://github.com/EXPEddrewery)", "Dustin (https://github.com/at88mph)", "Jason Nguyen (https://github.com/gofightnguyen)", "Jeff Sisson (https://github.com/saranrapjs)", "Jonathan Bastnagel (https://github.com/inkadnb)", "Julian Amelung (https://github.com/julianbei)", "Karthik Kumar Viswanathan (https://github.com/guilt)", "Kevin Stiehl (https://github.com/kstiehl)", "Konstantin Matsiushonak (https://github.com/kakoc)", "Mario Pareja (https://github.com/mpareja)", "Mark Frost (https://github.com/frostmar)", "Owen Farrell (https://github.com/owenfarrell)", "Parker Johansen (https://github.com/auroq)", "Patrick Rainier Juen (https://github.com/uLan08)", "Phred Lane (https://github.com/fearphage)", "Ryan Lewis (https://github.com/ryanlewis)", "Samuel Parkinson (https://github.com/sjparkinson)", "Saverio Proto (https://github.com/zioproto)", "Sean Gallavan (https://github.com/seangallavan)", "seyfert (https://github.com/seyfert)", "Simon Boulet (https://github.com/siboulet)", "Tim Robinson (https://github.com/timjrobinson)", "Tom Vogel (https://github.com/tavogel)", "Trevor Robinson (https://github.com/trevorr)", "Vineet Bhatia (https://github.com/firefoxNX)", "Vladyslav Mashkin (https://github.com/jsdream)", "Wes Novack (https://github.com/wes-novack)", "Zach Lintz (https://github.com/zlintz)" ], "license": "MIT", "bugs": { "url": "https://github.com/nodevault/node-vault/issues" }, "homepage": "https://github.com/nodevault/node-vault" }