Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
  "name": "keygrip",
  "version": "1.1.0",
  "description": "Key signing and verification for rotated credentials",
  "license": "MIT",
  "repository": "crypto-utils/keygrip",
  "dependencies": {
    "tsscmp": "1.0.6"
  },
  "devDependencies": {
    "mocha": "6.1.4",
    "nyc": "14.0.0"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "engines": {
    "node": ">= 0.6"
  },
  "scripts": {
    "test": "mocha --reporter spec test/",
    "test-cov": "nyc --reporter=html --reporter=text npm test",
    "test-travis": "nyc --reporter=text npm test"
  }

,"_resolved": "https://registry.npmjs.org/keygrip/-/keygrip-1.1.0.tgz"
,"_integrity": "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ=="
,"_from": "keygrip@1.1.0"
}