UNPKG

@testcomplete/usermanager

Version:

A library that pick a credentials group session from a catalogue for a testing execution

61 lines (60 loc) 1.48 kB
{ "_from": "sjcl@^1.0.8", "_id": "sjcl@1.0.8", "_inBundle": false, "_integrity": "sha512-LzIjEQ0S0DpIgnxMEayM1rq9aGwGRG4OnZhCdjx7glTaJtf4zRfpg87ImfjSJjoW9vKpagd82McDOwbRT5kQKQ==", "_location": "/sjcl", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "sjcl@^1.0.8", "name": "sjcl", "escapedName": "sjcl", "rawSpec": "^1.0.8", "saveSpec": null, "fetchSpec": "^1.0.8" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/sjcl/-/sjcl-1.0.8.tgz", "_shasum": "f2ec8d7dc1f0f21b069b8914a41a8f236b0e252a", "_spec": "sjcl@^1.0.8", "_where": "Y:\\TestComplete\\UserManager", "author": { "name": "bitwiseshiftleft" }, "bugs": { "url": "https://github.com/bitwiseshiftleft/sjcl/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Stanford Javascript Crypto Library", "devDependencies": { "eslint": "^2.11.1", "jsdoc": "3.4.0" }, "engines": { "node": "*" }, "homepage": "https://github.com/bitwiseshiftleft/sjcl", "keywords": [ "encryption", "high-level", "crypto" ], "license": "(BSD-2-Clause OR GPL-2.0-only)", "main": "sjcl.js", "name": "sjcl", "repository": { "type": "git", "url": "git+https://github.com/bitwiseshiftleft/sjcl.git" }, "scripts": { "jsdoc": "jsdoc -c jsdoc.conf.json", "lint": "eslint . || true", "test": "make test" }, "version": "1.0.8" }