{"_id":"@zowe/secure-credential-store-for-zowe-cli","_rev":"36-c3e5d00f08237f7cf76b40d48f6c8d73","name":"@zowe/secure-credential-store-for-zowe-cli","dist-tags":{"latest":"4.1.12","zowe-v1-lts":"4.1.12"},"versions":{"4.0.0":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.0.0","keywords":["credential manager","secure store","password"],"author":{"name":"Broadcom"},"license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.0.0","maintainers":[{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"},{"name":"joe_winchester","email":"winchest@uk.ibm.com"}],"homepage":"https://github.com/zowe/zowe-cli-scs-plugin#readme","bugs":{"url":"https://github.com/zowe/zowe-cli-scs-plugin/issues"},"dist":{"shasum":"82e2a869293898354b07f04d1b965a65c455d8a4","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.0.0.tgz","fileCount":5202,"integrity":"sha512-pA8OX4EmBvoG6FBsCubvGSJXQ5RaOzC8k7qkpum7eCK7F1PcptIPkzutvX6HQfmdZgFJS0EWgoefZpgygSdWzA==","signatures":[{"sig":"MEUCICmoj1MILiE/VUqEPfw9ZZBaLv7EqUpx6OLj73T5iNC/AiEA7PeSS4x7oYJde83FSLk5Qw4DdB5fgy/DPvMRczEgj9E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15868928,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIh9ICRA9TVsSAnZWagAAH5sQAJA3Cr0bwBAcXLZBz4Fa\n0brs+n5wRZpn5bodXCMDYruE3Ffdz6SHOWbXyQES+Iemg39M1B+opbJDPlFa\nkvcDfp+6YjYhiNr14REj7lydj8FVGzF0Skde5Dmk5tbdCD66lRbPggxadX+B\nJyToxscacYs0cHZcp8Qn6J8At4qqAp3L2ke/S0VOVLGPGA8lArZQQT/LX7n/\nHoeAwJX3inkX3ZFZQQlzpaJYyIxSGms4Kj8jgI6IjggMFq/bRDMpluR3g1PE\nGLsv44L/6MAHF5Qe5mwCR8uRbKtfFtMv3LjXrU+SSrBQZ7Ao/nirVKZy5l1w\n0/3ZSEDgCA1SKU62596xrvGGhyMAGhQZ9jxmVKseo1jEr8xJ+5YcVkPFWTMQ\nN9v78ZiFLzR3C2Re91nUYDarKW6zbIEO9BRbsZMsywez4NT3kB6VO+2H9aOB\nzvW87l2yPRywhvbl84x20pk51uK6TUri1ecavCag5nIayXZv0w/fSIGhkGD3\nq4SNh+4NWhtNKtU2jg2HWhU0ZgEcevKEGDt+TDVbppwe/l5elvoIHOPDf2zf\nfdB0vAywhrnp9uRBtccCSRhxGqZRg684QT/kiabQ9rkMKC9+PHAoeoIi7TjW\nVhDMpyrUcBMSzLAsCVXUv+IDWgDsDNMzkzZvYQtDLk/CrPqCRCEUtqc9BH0e\nrZh7\r\n=45El\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.0.0.tgz","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm run lint:src && npm run lint:tests","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile","clean":"rimraf lib","watch":"tsc --pretty --watch","coverage":"jest --coverage","lint:src":"tslint --format stylish --exclude \"**/__tests__/**/*.ts\" \"src/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"tslint --format stylish -c ./tslint-tests.json --exclude \"node_modules/**/*\" --exclude \"**__tests__/__results__/**\" \"**/__tests__/**/*.ts\"","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager.  Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"npm run build","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit "},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"","_integrity":"","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":{"url":"git+https://github.com/zowe/zowe-cli-scs-plugin.git","type":"git"},"_npmVersion":"6.9.0","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"8.16.0","dependencies":{"keytar":"5.0.0","@zowe/imperative":"*"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","tslint":"^5.20.1","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.15.2","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^1.25.0","typescript":"^3.7.2","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"4.5.0","jest-html-reporter":"^2.7.0","jest-environment-node":"^24.9.0","jest-environment-node-debug":"^2.0.0"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"bundleDependencies":["@zowe/imperative","keytar"],"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.0.0_1579294536058_0.3178156524618949","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.0.1":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.0.1","keywords":["credential manager","secure store","password"],"author":{"name":"Broadcom"},"license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.0.1","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"}],"homepage":"https://github.com/zowe/zowe-cli-scs-plugin#readme","bugs":{"url":"https://github.com/zowe/zowe-cli-scs-plugin/issues"},"dist":{"shasum":"fcc494a4d3ce34ac70f20aa41f81203d598ddf40","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.0.1.tgz","fileCount":536,"integrity":"sha512-MNRaoCpT/KjNRbpKtFqNpZ6OSSGOEMxEhZZ3EAWm6XweRICBkGckQtqqVSrfcppvYkKFdi1OjdPat1GQGOdQng==","signatures":[{"sig":"MEUCIQDvC69PPFZrWnsAkH3bYFm2xS60WHTApyylmXd5XWSjTgIgR2fOOnWx9dWC5n++B2KpS0EGeKtAHlaI3mfH5v57k/U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1684038,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeTq1iCRA9TVsSAnZWagAAwK4P/jzPZtWZAHsSnK1td0aK\nwnSVlADfNexUq/doAmioqu0WFT+KUFzx1ibmt6MRa22m1YiDtxPUK2Yb0NLm\nBxBbO94HQ/C95jteABAKdticRORwU2QfOf1UNL3qIG5no8I3Q3MaHM6z7lBq\nW/QjVuWEkOSiwrG3tqKPsJPGtgzzr7y+ppMBbkRq7uthPHn/M/OwwC3GKoo9\n5ZmZ8SsY33kS1l2X/m8L0aRuta64C3HEmTs6f2t3mXFuudYiedWsfXCCHK43\nKNY88PEVAe5zMUDKcJbWMvCuAqCh9Ls0VzQTk4qwgW7bn2oNn+PRWfr/a/g6\nSkM4X1iSR+hjEGw+sahj5m/L5yEDuO/1+UnhFN6urJd+EfKb73tyGHvIJmCz\nC7foHCnCDO91FpnQpY9UBeiBkx9JQiNYsqyEE8yEqX23Bd4p5MiYLlLgMZCQ\nDixPCiJNgvTkv16F4cVugvj/l6wE4T3CZ1BoeKRyDQ3pqt6nGwyL4HWc0rlN\njaFmHnLDx9xOB+T57syHZfybqGtv94J/qhPOHxh2UjeIatw9Nlt7Jc5kJvTC\nypgDwb/le3g65CJdJvipMufNNtgGTwsrRiFm8cDrbzrugKXk1Z7Z6RyyQk0L\n02dtuXGkHpDaunnYXq8heT1GE16MLUW+MDqPcUzcojggEtac30oGQmV6YCdb\n6NUt\r\n=wo/l\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.0.1.tgz","readme":"# Secure Credential Store Plug-in for Zowe CLI\n\n<img src=\"imgs/Zowe_ConformanceBadge_cli.png\" width=25% alt=\"Zowe Conformance Badge\"/>\n\nThe Secure Credential Store Plug-in for Zowe CLI lets you store your credentials securely in the default credential manager in your computer's operating system.\n\nAs a systems programmer or application developer, you can store your credentials securely to help prevent your user name and password from being compromised as a result of a malware attack or unlawful actions by others.\n\n-   [How the plug-in works](#how-the-plug-in-works)\n-   [Software requirements](#software-requirements)\n-   [Installing](#installing)\n-   [Building from source](#building-from-source)\n-   [Securing Zowe CLI profiles](#securing-zowe-cli-profiles)\n-   [Running tests](#running-tests)\n-   [Uninstalling](#uninstalling)\n-   [Contributing](#contributing)\n\n\n## How the plug-in works\n\nThe plug-in invokes a native Node module that manages user IDs and passwords in the default credential manager in your computer's operating system.\n\nWhen you install Zowe CLI but do not install the plug-in, your Zowe CLI profiles display as plain text in your default credential manager. For example:\n\n```\ntype: zosmf\nhost: test\nport: 1234\nuser: USERNAME\npass: PASSWORD\nrejectUnauthorized: false\n```\n\nWith the plug-in installed and configured, the plug-in lets you store your Zowe CLI credentials securely. For example:\n\n```\ntype: zosmf\nhost: test\nport: 1234\nuser: 'managed by @zowe/secure-credential-store-for-zowe-cli'\npass: 'managed by @zowe/secure-credential-store-for-zowe-cli'\nrejectUnauthorized: false\n```\n<!-- TODO: Verify that @zowe/secure-credential-store is correct -->\n\nThe initial behavior of the plug-in varies based on the method that you use to install the plug-in.\n\n-   When you install the plug-in using the *Windows Installation Wizard*, the installation process starts the plug-in and updates all of your existing Zowe CLI profiles automatically. No further action on your part is required.\n-   When you install the plug-in from *an online registry or a local package*, the plug-in starts, however, you must update your existing Zowe CLI profiles manually.\n\n## Software requirements\n\nBefore you install and use the plug-in:\n\n-   Install Zowe CLI on your computer.\n\n    For more information, see [Installing Zowe CLI](https://docs.zowe.org/stable/user-guide/cli-installcli.html).\n\n## Installing\n\nUse one of the following methods to install the plug-in:\n\n-   Install the plug-in to Zowe CLI from an online registry or a local package.\n\n    Use this method when you want to install the plug-in quickly and start using it. With this method, you secure your user IDs and passwords manually.\n\n    For more information, see [Install Plug-ins from an Online Registry](https://docs.zowe.org/stable/user-guide/cli-installplugins.html#installing-plug-ins-from-an-online-registry) or [Install Plug-ins from a Local Package](https://docs.zowe.org/stable/user-guide/cli-installplugins.html#installing-plug-ins-from-a-local-package).\n\n-   Build the plug-in from source and install it into your Zowe CLI implementation.\n\n    Use the build from source method when you want to install the plug-in to Zowe CLI using the most current binaries and modify the behavior of the plug-in. For example, you want to create a new command and use the plug-in with the command that you created.\n\n    For more information, see [Building from source](#building-from-source).\n\n## Building from source\n\n**Follow these steps:**\n\n1.  The first time that you clone the Secure Credential Store Plug-in for Zowe CLI from the GitHub repository, issue the following command against the local directory:\n    ```\n    npm install\n    ```\n    The command installs the required dependencies and several development tools. You can run the task at any time to update the tools as needed.\n\n2.  To build your code changes, issue the following command:\n    ```\n    npm run build\n    ```\n\n    The first time you build your code changes, you will be prompted for the location of the Imperative CLI Framework package, which is located in the `node_modules/@zowe` folder in the Zowe CLI home directory.\n\n    **Note:** When you update `package.json` to include new dependencies, or when you pull changes that affect `package.json`, issue the `npm update` command to download the dependencies.\n\n3.  Issue one of the following commands to install the plug-in:\n    ```\n    zowe plugins install <local path your cloned repo>\n    ```\n\n    Or:\n\n    ```\n    zowe plugins install .\n    ```\n\n**Tip:** After the installation process completes, it validates that the plug-in was installed correct and the names of its commands, options, and arguments do not conflict with that of the other plug-ins that you installed into your Zowe CLI implementation.\n\nWhen the validation process is successful, the following message displays:\n\n```\nValidation results for plugin 'secure-credential-store':\nSuccessfully validated.\n```\n\nWhen an unsuccessful message displays, you can troubleshoot the installation by addressing the issues that the message describes. You can also review the information that is contained in the log file that is located in the Zowe CLI home directory.\n\n## Securing Zowe CLI profiles\n\nWhen you install the plug-in using the Windows Installation Wizard, the plug-in secures all of your existing (Zowe CLI) profiles. Conversely, when you do not use the wizard to install the plug-in (you installed the plug-in from an online registry or from a local package), you secure your profiles manually using the Set command. For more information, see [How the plug-in works](#how-the-plug-in-works).\n\nIssue the following `Set` command to **secure** all of your Zowe CLI profiles:\n```\nzowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli\n``` \n\nWhen you want to **unsecure** all of your Zowe CLI profiles, issue the following `Reset` command:\n```\nzowe config reset CredentialManager\n```\n\nYour profiles will need to be recreated after the CredentialManager is reset.\n\n**Note:** For information about how you can customize the behavior of the plug-in, see [Overriding the Default Credential Manager with a Plugin](https://github.com/zowe/imperative/wiki/Overriding-the-Default-Credential-Manager-with-a-Plugin) in the [Imperative CLI Framework](https://github.com/zowe/imperative/wiki) documentation.\n\n## Running tests\n\nYou can perform the following types of tests on the Secure Credential Store Plug-in:\n- Unit\n- Integration\n- System\n\n**Note:** For detailed information about conventions and best practices for running tests against Zowe CLI plug-ins, see see [Zowe CLI Plug-in Testing Guidelines](https://github.com/zowe/zowe-cli/blob/master/docs/PluginTESTINGGuidelines.md).\n\nBefore running the system and integration tests, you must have a server connection to run against. For more information, see [Software requirements](#software-requirements).\n\nTo define access credentials to the server, copy the file named `.../__tests__/__resources__/properties/example_properties.yaml` and create a file named `.../__tests__/__resources__/properties/custom_properties.yaml`.\n\n**Note:** Information about how to customize the `custom_properties.yaml` file is provided in the yaml file itself.\n\nIssue the following commands to run the tests:\n1. `npm run test:unit`\n2. `npm run test:integration`\n3. `npm run test:system`\n\nAny failures potentially indicate an issue with the set-up of the Rest API or configuration parameters that were passed in the `custom_properties.yaml` file.\n\n## Uninstalling\n\n**Follow these steps:**\n\n1.  Issue the following command:\n    ```\n    zowe plugins uninstall @zowe/secure-credential-store-for-zowe-cli\n    ```\nAfter the uninstallation process completes successfully, the product no longer contains the plug-in.\n\n## Contributing\n\nFor information about contributing to the plug-in, see the Zowe CLI [Contribution Guidelines](CONTRIBUTING.md). The guidelines contain standards and conventions for developing plug-ins for Zowe CLI. This includes information about running, writing, maintaining automated tests, developing consistent syntax in your plug-in, and ensuring that your plug-in integrates properly with Zowe CLI.\n\n### Tutorials\n\nTo learn about building new commands or a new plug-in for Zowe CLI, see [Develop for Zowe CLI](https://docs.zowe.org/stable/extend/extend-cli/cli-devTutorials.html).\n\n### Imperative CLU Framework documentation\n\n[Imperative CLI Framework](https://github.com/zowe/imperative/wiki) documentation is a key source of information to learn about the features of Imperative CLI Framework (the code framework that you use to build plug-ins for Zowe CLI). Refer to the documentation as you develop your plug-in.\n","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm run lint:src && npm run lint:tests","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile","clean":"rimraf lib","watch":"tsc --pretty --watch","coverage":"jest --coverage","lint:src":"tslint --format stylish --exclude \"**/__tests__/**/*.ts\" \"src/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"tslint --format stylish -c ./tslint-tests.json --exclude \"node_modules/**/*\" --exclude \"**__tests__/__results__/**\" \"**/__tests__/**/*.ts\"","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager.  Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"npm run build","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit "},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"","_integrity":"","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":{"url":"git+https://github.com/zowe/zowe-cli-scs-plugin.git","type":"git"},"_npmVersion":"6.9.0","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"8.16.0","dependencies":{"keytar":"5.0.0"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","tslint":"^5.20.1","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.15.2","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^1.25.0","typescript":"^3.7.2","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"4.5.0","jest-html-reporter":"^2.7.0","jest-environment-node":"^24.9.0","jest-environment-node-debug":"^2.0.0"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"bundleDependencies":["keytar"],"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.0.1_1582214498142_0.2576796457487891","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.0.2":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.0.2","keywords":["credential manager","secure store","password"],"author":{"name":"Broadcom"},"license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.0.2","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"}],"homepage":"https://github.com/zowe/zowe-cli-scs-plugin#readme","bugs":{"url":"https://github.com/zowe/zowe-cli-scs-plugin/issues"},"dist":{"shasum":"fb49833181b7c9b516bb77af9901b27825ca410a","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.0.2.tgz","fileCount":540,"integrity":"sha512-g0nHui6Si1daOVbKrutPk5fNQNd+bUyWynNuGUSuqPMANXv8RxXkmyatWuBHfIblhkjj/F9t4w2DpRpiy7Sx4A==","signatures":[{"sig":"MEQCIELg/xlGpe4/YA5bSGnFxV+KcoHQ+NMMohYLajhkIGM4AiBTmPF86+rLfaU/UCRXYVJk5hnAIbAlL5iQO8zeNzjDSA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1665117,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJee0yPCRA9TVsSAnZWagAAp3gQAIClTqwNRlpyNmKDsdgo\n1m1VHXz8wXNwnzVSqLW5d4yK/RXfMNryBBhSe+LQs1duCT6vhIIYq+CV/wpM\nkPL9Nurg7CmxCkGigTanunPTBerwRV8kf3UaJhjSpk2kdJRSmRjQOSwFaBbT\nQ2BDG0Gb7ma+yWE2hpx40z2Ttpo/tPPQPiPb2laY3xBTo51aEboEhidMLvn6\nCwYOqTRNj0AHLuKuiJb8xTTHOY0ROP4Qx+6GlqJJx5p96L4/sXbIQywvJXSa\nz2gU12UiVMYClo/k3VUND5AomlfHtnPNF/6QTKJ2VLoqWwWbyxRKBEtyRRCT\n05Lv7wsVpqhIU7rUPedOAfjA1l5fvDI94TgYEnU5EgLwQu6hpdafvVtFsBI0\n5CFTQEd5ULilLz6jBHJP7HeDZXUCt3/4xIcxM7GOSduS9iJVH7WxJVBc6c+1\noGXzhxogs/eyVio7ie/Ov77GGwC9soavsomFdhohV96IsCeprT1OsfUZDEkL\njhklS8XSOGISX4tzPqqFzVvcVvQv2HUdI3T2V34eukxf8uEouM68rYVDwYzp\nghyootk2JtKAw0lrY13s8wFkV+pwn986lQ+Qo8eI8YBvbDGF2ZsDc8Qdz64C\nHcfDzBIw8/yD9EEV0hbG+o6OzFGgA+8wWzb6/2uMcNgezsDtzGjmmNKs01IW\n5JrW\r\n=chjD\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.0.2.tgz","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm run lint:src && npm run lint:tests","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile","clean":"rimraf lib","watch":"tsc --pretty --watch","coverage":"jest --coverage","lint:src":"tslint --format stylish --exclude \"**/__tests__/**/*.ts\" \"src/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"tslint --format stylish -c ./tslint-tests.json --exclude \"node_modules/**/*\" --exclude \"**__tests__/__results__/**\" \"**/__tests__/**/*.ts\"","preinstall":"node scripts/preinstall.js","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && node scripts/postinstall.js && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager. Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"npm run build","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit "},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"","_integrity":"","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":{"url":"git+https://github.com/zowe/zowe-cli-scs-plugin.git","type":"git"},"_npmVersion":"6.9.0","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"8.16.0","dependencies":{"keytar":"5.0.0"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","tslint":"^5.20.1","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.15.2","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^1.25.0","typescript":"^3.7.2","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"4.5.2","jest-html-reporter":"^2.7.0","jest-environment-node":"^24.9.0","jest-environment-node-debug":"^2.0.0"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"bundleDependencies":["keytar"],"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.0.2_1585138831132_0.02877504090807781","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.0.3":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.0.3","keywords":["credential manager","secure store","password"],"author":{"name":"Broadcom"},"license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.0.3","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"}],"homepage":"https://github.com/zowe/zowe-cli-scs-plugin#readme","bugs":{"url":"https://github.com/zowe/zowe-cli-scs-plugin/issues"},"dist":{"shasum":"07df8d8c4f02dc29648b423d697251ab16bd4801","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.0.3.tgz","fileCount":542,"integrity":"sha512-Lr45U/CYb8xSL742gvioQr2FvdPuthopv/6+M3UB6/AbmbFRRBnjCLCj067f8DE9GL5hDMjXa4ORYzwlVqM3Wg==","signatures":[{"sig":"MEQCIHu/IWcoSumRqgLb7b94jydImyIMjX+DUQpW3tu7KK/xAiBCWFfsZy/ryEvlWuVSFYlsRKQwbKxcVb3G/aidw/Xwtg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2560874,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJee03TCRA9TVsSAnZWagAA414P/1hXAtguaOP6+Ae4xHNJ\nK9rUbrYgbaB3bsDQAGQwKpY54oz/n95Fp+ul8Sb24iIZv9rAJRCvzP4hbK+j\nosmF2Eqyb6+Bt87SWiFrZ1s36qY54Y+s0jTOP1RkG7Srkb7RqEIAfYL0UcY3\nrlEI/cBLhwx9NsH8apZuNWJMpFUkX1tA+uaZ//EIrfdl4NhZCAXFxxZW1HOA\nEIcPwvbcgAVLilpMuw+fb2NjXw1j+cwm0txejdc7eyAi1xfbOG3WHXabBnoi\nswf6R3z5TxGU7N8eT+LnxGs/nXTSb5fLAWVJRsHzRO1Vu/oy3uXq3pPmPX7M\n/xkDIwbrHA7upAh3ZoJcHtMJS/gnw8IxE6TQwOCcjJQSs+s7qYoPGRhbVr1f\n+LBaRaGYTIbD4oae3TyeNIiOL4RsbYmx5wRySxFiRz2eG7FNx0Gx0FZmF01V\noC3wrhMyBuYE+seF/QadP0wZzcvuyxqZhnfzfixBKmgJchhiZO70+7XnEjYE\nN2uNWJ1INLpxLP7wD6/JDuHSchm7HXWswWUiLIcNQvQJ304Blj6+8uEm4Vht\nKv4r0sLZvYXdEFdPWuZbxCCXdR0Dm1RMvmfl0GCjLMcWHY2SrzW+uoKnmkLp\nrJ/PW39rc/hvtpj/HDo8u9q09rKHfQOZtqNR5OdMkSHlXwh8ObgRTDJ5dfNq\n9qhi\r\n=Nm9C\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.0.3.tgz","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm run lint:src && npm run lint:tests","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile","clean":"rimraf lib","watch":"tsc --pretty --watch","coverage":"jest --coverage","lint:src":"tslint --format stylish --exclude \"**/__tests__/**/*.ts\" \"src/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"tslint --format stylish -c ./tslint-tests.json --exclude \"node_modules/**/*\" --exclude \"**__tests__/__results__/**\" \"**/__tests__/**/*.ts\"","preinstall":"node scripts/preinstall.js","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager. Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"npm run build","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit "},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"","_integrity":"","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":{"url":"git+https://github.com/zowe/zowe-cli-scs-plugin.git","type":"git"},"_npmVersion":"6.9.0","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"8.16.0","dependencies":{"keytar":"5.0.0"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","tslint":"^5.20.1","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.15.2","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^1.25.0","typescript":"^3.7.2","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"4.5.2","jest-html-reporter":"^2.7.0","jest-environment-node":"^24.9.0","jest-environment-node-debug":"^2.0.0"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"bundleDependencies":["keytar"],"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.0.3_1585139155009_0.45721547189852574","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.0.4":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.0.4","keywords":["credential manager","secure store","password"],"author":{"name":"Broadcom"},"license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.0.4","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"}],"homepage":"https://github.com/zowe/zowe-cli-scs-plugin#readme","bugs":{"url":"https://github.com/zowe/zowe-cli-scs-plugin/issues"},"dist":{"shasum":"2260d89881e8ad9cea370455469e29f1bb36062e","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.0.4.tgz","fileCount":549,"integrity":"sha512-f0MQp8NGyM6rWw/8edKv5+S1JNX3ExDXqJlMJYZ2fZc5gZxyesvg6vvaUiEdVc8r4G15J75cpxaP5xAV9AuchA==","signatures":[{"sig":"MEYCIQCTE0DmnkfeCsdl6Zjc7Imdvc7RMwE+30/v9X9OexkRggIhAPecuxpM/NKOveFZt1MHKSx990WbPuCF7YFx7mwW52SU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2796447,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeh95PCRA9TVsSAnZWagAA5JsP/io/lv1E89GVTtAxFGnF\nIcR9Pvn3vil9JZoQP9aVcnf7X7VRCuB21ltZi8VM/u3ZPE2fWb1bsQgp+TF7\nwkHK/sQmb9ZXMD+IrPSW/qmZS2Z4Uo6TtfwywCx0+OLQpT31uMz0dyzGyjf9\nwdGKbM3ZhWb4/qDcv0KIeWEOwcP2gfk8HNV2COSFBizcGvpjIAYHAKKNiLaE\nypfCXKK8nKsCWiq8VIFuLNLjHODeXXkaBXR8lTHv5c9/DQpBHIw4hue5fOL7\nZbNt6O5eafeQzyB6i3zWDVONmAnjw2gTJot7hpTH4MatIyeCnOu7OEajEa5m\nvHshtkI/m3qIiCo6u4wWpTuT1Vbc42pQuHWm3hi5YN/VT40GasZC0a60LjY4\n3QSJ5neIvLxrIlud0Ov25LjhQLtYX3VA/wdpuUiUMNHxzFGE7YefO0SKpr5w\nhkdZCYXoYTRrzo/XxAXtWkaBctP41BUxm09zFPtx3rBjv94RfGos9LMaItN3\n4PNAoOoYXTxJQfFHuWiw2+dUlKb4czG+n0schef04KnUsQQL8atyNStZKgsN\nrexwY+8fAyRh6pD8L6ssYD2z2OvfG53Jwiy8tlU9x6mN1KKjrIT6Ko7Xv5HD\ncrdI1sKFRwQDdAIOv+v8xz2I2s8B1+U+frQv/NfiRusVjG6NNMtlIsrUbMr3\nW3KR\r\n=m8zd\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.0.4.tgz","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm run lint:src && npm run lint:tests","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile","clean":"rimraf lib","watch":"tsc --pretty --watch","coverage":"jest --coverage","lint:src":"tslint --format stylish --exclude \"**/__tests__/**/*.ts\" \"src/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"tslint --format stylish -c ./tslint-tests.json --exclude \"node_modules/**/*\" --exclude \"**__tests__/__results__/**\" \"**/__tests__/**/*.ts\"","preinstall":"node scripts/preinstall.js","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager. Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"npm run build","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit "},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"","_integrity":"","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":{"url":"git+https://github.com/zowe/zowe-cli-scs-plugin.git","type":"git"},"_npmVersion":"6.9.0","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"8.16.0","dependencies":{"keytar":"5.4.0"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","tslint":"^5.20.1","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.15.2","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^1.25.0","typescript":"^3.7.2","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"^4.5.5","jest-html-reporter":"^2.7.0","jest-environment-node":"^24.9.0","jest-environment-node-debug":"^2.0.0"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"bundleDependencies":["keytar"],"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.0.4_1585962575049_0.8244715712842441","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.1.0":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.1.0","keywords":["credential manager","secure store","password"],"author":{"name":"Broadcom"},"license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.1.0","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"}],"homepage":"https://github.com/zowe/zowe-cli-scs-plugin#readme","bugs":{"url":"https://github.com/zowe/zowe-cli-scs-plugin/issues"},"dist":{"shasum":"669f88adec4527fb97fe43150d199caa569cc1d2","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.1.0.tgz","fileCount":562,"integrity":"sha512-bSFRu2X5tpp7sargGzyKj7eUuaHvBWwy6ZGD3GtrWOPsMcSgQ9/qwa05j7rAKMEGGAS4QiyOvVKnM1scJ2+4oQ==","signatures":[{"sig":"MEYCIQCQzC+O18I1bSFsfqAKWbudvT9dpRaK5ru5oXyvj7TopgIhAIyNZ/wzyl3W9BLSW26BQD8VKzbmgeyLILN00tbq8cEb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2815888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLKnwCRA9TVsSAnZWagAAP3kP/3UQmbMLBCZSGT4LxBKW\nvACrDspKnIoJ0I8bQNhnpSSfjeLI/KcMsTGYDYp5dHy6tkEkU5rr1WhnJQac\nYGMj8Gh5OPqDRfyrxHJgkyX0KTYQ5E/Ru+lMz29yZ08+h8ggkuHBEI+9QkAb\n8BTRXxKk2rzqVpsu9xmCOlnp/VQRVQTg0qshovFsEoyn5bt+E/ghzf5ELgno\npxY9JNn3m5uFu2MTJrmKneovl24rcQGJwT3DewMsKUbRbxxL34nn1zpP5zFt\nLN/fbS2WtHafnpPG1OkJ6M2dccWDMBz0jV86AjTqgY3j33SJzY49yECKUfJF\nbyZvNUG1GAgYUQPXC7mNeX1N3XIfQE5fTg/eXKzMR6zIEGgbpNy5cLHoNUMK\njOrfEiYVsA2Dh+G9dLJjCI+bxPo+ePYhU2NLP5+cwiOBMS0lrSBioBkDSyZO\nwLmiqldzsCOLVHWy7vgdcHXpSR76SgQk8bJj6djVk40NAQWVyOP6mfYvJjI0\nvHRM7t5kAkylimfdvfmXjIs29hIHu7bAjaf9vl+vKFIS2+bWaLPR36KLKZZu\nBaTGJhLkYH+g4/12zMXjH+pYvYlyyTTTkyOISQqKseRYWGUPPcMlrC6CrDP7\nbIrboAVaw+XQs31nO0efgRiaZXfAEa1N/l4+kCskJ9PhfIJkDwEdcJvN3Fad\ny3ys\r\n=BRc4\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.1.0.tgz","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm run lint:src && npm run lint:tests","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile","clean":"rimraf lib","watch":"tsc --pretty --watch","coverage":"jest --coverage","lint:src":"tslint --format stylish --exclude \"**/__tests__/**/*.ts\" \"src/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"tslint --format stylish -c ./tslint-tests.json --exclude \"node_modules/**/*\" --exclude \"**__tests__/__results__/**\" \"**/__tests__/**/*.ts\"","preinstall":"node scripts/preinstall.js","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager. Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"npm run build","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit "},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"","_integrity":"","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":{"url":"git+https://github.com/zowe/zowe-cli-scs-plugin.git","type":"git"},"_npmVersion":"6.9.0","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"8.16.0","dependencies":{"keytar":"5.4.0"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","tslint":"^5.20.1","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.15.2","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^1.25.0","typescript":"^3.7.2","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"^4.7.4","jest-html-reporter":"^2.7.0","jest-environment-node":"^24.9.0","jest-environment-node-debug":"^2.0.0"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"bundleDependencies":["keytar"],"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.1.0_1596762607620_0.7287676041353526","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.1.1":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.1.1","keywords":["credential manager","secure store","password"],"author":{"name":"Broadcom"},"license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.1.1","maintainers":[{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"},{"name":"joe_winchester","email":"winchest@uk.ibm.com"}],"homepage":"https://github.com/zowe/zowe-cli-scs-plugin#readme","bugs":{"url":"https://github.com/zowe/zowe-cli-scs-plugin/issues"},"dist":{"shasum":"96f98709400b5a40fdc26ee7bf0f2fe6a8be5238","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.1.1.tgz","fileCount":603,"integrity":"sha512-AL3CD8BOokqN/ursqtUZpBS9UaaKLNdGEXMItCOU32C50McxnEujkuZ6h/C9P4+670A/WeRy6cZuYmQ7gMC23w==","signatures":[{"sig":"MEUCIQD2DJw8BJEPML2rno/JXazn0lWOY1t4uPmBfFcZSB/udwIgWwfSmdYtWBLDLPBRovoGALSaaoQvVGxTcP+pJ0O/DRk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3521673,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfki1eCRA9TVsSAnZWagAAoiYP+gK1VT0p03nCa/PBgxdx\nkLh5A+DoGZKpUHn/lDiNNtffHgK/67UQpjFMEFryhnbpPMCJfr+4p1q1N3DO\n+MLU/Kvd1a2hfymHUXMJFnxHZT5S6GjfDLb1gneFnUVDcxTS8Co1dyXKhPoZ\n6cka6aCF17F98wblf7r369enII0QnEmJUnapAKyG6+bwQBwZiaDxOKh23zIQ\nd9NwLZfalU/DtvXcZTwzIGUsEMfo71L9luFbS8ek1Pus6aptxJRRaVG065Rd\nGAri/Gxf13unPfieM6iu4//3MrJ2XDTnsjCA1gL1ptPmunSNRkc3OTaflMkT\naa6qNsiolxLKVyoaNaQ1vcTxZzO3BaNVq7h4DlzG4PbpwIDfjjigFyGJZ/76\ntAROYs/GRA01MQo1io18CWi0oYoA0VlgO8NQ/T0y56hCmz3RX9zgMUzOtAP4\nmcfbRgXroU21qzZHHt+0PqB48ZNQ4lXbkfyZNfO7mKjE6zLvehsyZI0T16XO\n/euXoTN3p8G3VGBcE/aMnddKIgSDu1EUTCu50K7SLRThhFfUt9IWMrO6/3m/\nxgvglIWOV5v16vYEM8FHs3KxllGcrb230DbA73FRylCATRTMGAAu9VUzf8eg\nEK+SBUfn4PM27tYqaeJASI0vREvRWNwWVwH5d0DAzH4Sft59DDtMc4bcolQq\n7C9M\r\n=0G5w\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.1.1.tgz","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm run lint:src && npm run lint:tests","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile","clean":"rimraf lib","watch":"tsc --pretty --watch","coverage":"jest --coverage","lint:src":"tslint --format stylish --exclude \"**/__tests__/**/*.ts\" \"src/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"tslint --format stylish -c ./tslint-tests.json --exclude \"node_modules/**/*\" --exclude \"**__tests__/__results__/**\" \"**/__tests__/**/*.ts\"","preinstall":"node scripts/preinstall.js","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager. Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"npm run build","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit "},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"","_integrity":"","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":{"url":"git+https://github.com/zowe/zowe-cli-scs-plugin.git","type":"git"},"_npmVersion":"6.9.0","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"8.16.0","dependencies":{"keytar":"6.0.1"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","tslint":"^5.20.1","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.15.2","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^1.25.0","typescript":"^3.7.2","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"^4.8.1","jest-html-reporter":"^2.7.0","jest-environment-node":"^24.9.0","jest-environment-node-debug":"^2.0.0"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"bundleDependencies":["keytar"],"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.1.1_1603415389725_0.17493926663475667","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.1.2":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.1.2","keywords":["credential manager","secure store","password"],"author":{"name":"Broadcom"},"license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.1.2","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"}],"homepage":"https://github.com/zowe/zowe-cli-scs-plugin#readme","bugs":{"url":"https://github.com/zowe/zowe-cli-scs-plugin/issues"},"dist":{"shasum":"08bf87be720b482db75751f11889c10a65202ad7","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.1.2.tgz","fileCount":612,"integrity":"sha512-vApI6HFznaC8ziJPS91yJeh7rjl8cpQeij1X09vPjujrgFgG204Lds9B75Y0/RFZrNxygc3IyJWFPHFFcHx18g==","signatures":[{"sig":"MEUCIAvFyBUoVaiIVaZNdJ+PjGXh6MzxpkUKge8OCkSya23DAiEA0Fh5aRiZQmjsOtDy5B1mgrGGuL+OczNo/41cOw4/A4I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3482620,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJybDCRA9TVsSAnZWagAAspgQAKGSnJeACjtADBsJEJJL\nzBSk6bfhqvJaCb/PO6sxuqW6zW7fVWZDbjM+4c/pi+tVeJAGvtQU5nSSHpWi\nVfaWpbJQfRvgdK1lBjHprgEASA0IHYUwC8CuuGb+jcW1MHrL+BUuqfM+CNWg\nr5nUfPOM9PHMOiMVtUZzHI3vgCpZnafvsc5SSEh6byWkTGxADG+aXsI15X6r\nwYzl8/b3lJVrhB5AVzhX9r5PeOJnOWj7DvN8aoZIFUDilNv54di/1UOgjIJS\n0QQyNdfo4dSYZegJoGfkj8uX+nEpbN8Pi432PtVT49mpSrjhJl0n3Ee5ANJJ\nUtyp+1iNQRmcUPZxuxRduJ/Wele5YHwTbO5sR4qzWqG/ATInG3AEdGyxEe66\nLmSaBCoVHZ6x2Uy/1S0mF4A1sEU9l4FQSJeQtrVxHQtA6w2lOcbg5iJ1063K\ndb7hUGBUOHuWYuBoA49gCOgWNTzbWvy/2ZIBsLNzFGmXOInpqNaO+eEe5a2X\nL/zd3rED6Ydj/23AvieGQUiroyqJZ0oj5qOWnpULUFctMwGxLnNGfUHEoHY5\nYDh4LiaO9k+MEFKzZt1hxuDYXk9ippx6gfGD88AEadYOYkgmxEM6LxJnRl49\nj3opRDgIzy3pX+Q1Hj+pXMmNkEiteuN2YaN3pAj8SywsjDCljmpbOHmxe46U\n5h/G\r\n=al9v\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.1.2.tgz","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm run lint:src && npm run lint:tests","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile","clean":"rimraf lib","watch":"tsc --pretty --watch","coverage":"jest --coverage","lint:src":"tslint --format stylish --exclude \"**/__tests__/**/*.ts\" \"src/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"tslint --format stylish -c ./tslint-tests.json --exclude \"node_modules/**/*\" --exclude \"**__tests__/__results__/**\" \"**/__tests__/**/*.ts\"","preinstall":"node scripts/preinstall.js","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager. Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"npm run build","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit "},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"","_integrity":"","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":{"url":"git+https://github.com/zowe/zowe-cli-scs-plugin.git","type":"git"},"_npmVersion":"6.9.0","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"8.16.0","dependencies":{"keytar":"6.0.1"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","tslint":"^5.20.1","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.15.2","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^1.25.0","typescript":"^3.7.2","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"^4.11.0","jest-html-reporter":"^2.7.0","jest-environment-node":"^24.9.0","jest-environment-node-debug":"^2.0.0"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"bundleDependencies":["keytar"],"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.1.2_1613178562745_0.050110466830880496","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.1.3":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.1.3","keywords":["credential manager","secure store","password"],"author":{"name":"Broadcom"},"license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.1.3","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"}],"homepage":"https://github.com/zowe/zowe-cli-scs-plugin#readme","bugs":{"url":"https://github.com/zowe/zowe-cli-scs-plugin/issues"},"dist":{"shasum":"d77f351144bc2a4a1a6d091ee6a5a9a7ddc5f738","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.1.3.tgz","fileCount":66,"integrity":"sha512-q6GWOIR8OTYae4Im9+W4JJ/3Cwz37eR0GsHbswSbYaWQlRbOGGZUYQuPYYmELURM5IBDkXhnCiAnwZ0Ln59QIw==","signatures":[{"sig":"MEQCIB2Q+D/d/TURzfjycovNCo7YLN+qAz5NOKjSkQlC9qZjAiAdN/L+hOJmBizrRGZpp6/nR0aNp8ZQ0EIRv8pClNP7Yg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1749280,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQAA5CRA9TVsSAnZWagAAvBMQAJ8gzKnHeY3ijLrzYeuY\n5LXUdeUxpErAcjl2wGE+VR4+NOv0BcocCE+hlNEsK5CqxWfD2YfEMlFxVo3x\nxFHdkoWdByHO5KpMm4WWidMu1YDmGUisYcAb/GOX1MgxWqUucIRgSDmWKpRR\nTLZXeYiJhLEY/9ZN37oBtc+2h/GMbo8Cp4wSxQgJ+sqo0EO8Sdn/iwFtblDy\n9h3hWEtC+PsFxoNKgyOYFFULolwzYYUJoF7jhAmRd/QRwbhBubsJHILHbzpT\nTGZIuxLBXesSxtIoQOSFzfIFgCKQP8+y2m8k83Y08AlstqAWsDCqJFsjD7qy\n5znMo3fKklR0JJnj/MmoOUzCehNYS5EKFFmCS6h7TP7gifsEWpbaUTyXaiy0\nnFQpivZ7drE1zFrT2JuYkYfM0Q+85/1sUaofFcijBLEPDe9FCPRJonSY5j3d\nODgql6M1cyf0brhmh5u31KFESgAFwEAj9rCm4+8xJvZiT+8X36NYm8xIyaeN\nxlXmuWziJceOENF+DKr1w703ThAQLge3/fD5KVNfDhSyHTLtRZgpmAqde18r\noSOPixyFyBkAxAYfTQmWQQqjOwFNkFQ+35RZ+nZ1VIKxeVuY68xYMboHk59i\nQdS3XJBCEatRLLWQqxwADs2v4OVl0rw0zpHZ0SwKbgdrizFbsONNLRi+toNj\nPbD7\r\n=pUy/\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.1.3.tgz","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm run lint:src && npm run lint:tests","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile","clean":"rimraf lib","watch":"tsc --pretty --watch","coverage":"jest --coverage","lint:src":"tslint --format stylish --exclude \"**/__tests__/**/*.ts\" \"src/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"tslint --format stylish -c ./tslint-tests.json --exclude \"node_modules/**/*\" --exclude \"**__tests__/__results__/**\" \"**/__tests__/**/*.ts\"","preinstall":"node scripts/preinstall.js","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager. Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"npm run build","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit "},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"","_integrity":"","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":{"url":"git+https://github.com/zowe/zowe-cli-scs-plugin.git","type":"git"},"_npmVersion":"6.9.0","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"8.16.0","dependencies":{"keytar":"7.1.0"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","tslint":"^5.20.1","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.15.2","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^1.25.0","typescript":"^3.7.2","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"^4.11.2","jest-html-reporter":"^2.7.0","jest-environment-node":"^24.9.0","jest-environment-node-debug":"^2.0.0"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.1.3_1614807096575_0.6779270280575289","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.1.4":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.1.4","keywords":["credential manager","secure store","password"],"author":{"name":"Broadcom"},"license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.1.4","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"}],"homepage":"https://github.com/zowe/zowe-cli-scs-plugin#readme","bugs":{"url":"https://github.com/zowe/zowe-cli-scs-plugin/issues"},"dist":{"shasum":"4657d08dd0e7ba098d39d3d8fe022cfaf004fa2c","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.1.4.tgz","fileCount":37,"integrity":"sha512-Wp1mSIt6C2qy8olBietlTL5Hyr2eauN8NNIwA8F7lvROrc4NY3kuJqySyDZQpOeQGQC56McvdDEdhSqjC0ZC3g==","signatures":[{"sig":"MEUCIEgEpkfmMx5Uce1WuXquJIqXWRlYI0wlB3WhxDmfY/67AiEA780VQzSvV+V4XYu5HWBPzosDKMEr2tapAIjtILH7M90=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":84840,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggMzfCRA9TVsSAnZWagAAyngP/2lYD2p9nHLuzvE09J1w\nOppBWH+vrOjfE696I/KH1yn1gPLkOZPKQtF7994ZfEp2I6EQhKWcZlLmrnTe\nPklEtbIZRQZb9Mg/cOiiyODw1QTjEmsl20Jh4ZTRaMrGOsVXhnjGsCdNAzDs\nv0a2BAhDTnjIhGbWU9dcgb81/oHqJD1JqEG6GIgkvnthBxjZiKTfyEXVg55i\nIHsWDFUnFXpTJ4LGl/BqczO0LxTJPCmfQKjmNhpXPeKu2zxObpoHNCQkc4zy\nhAdghfrHZiFhv82/3fDJyhmoeiM2jrsEB/gzDshEmeXI0C4R11SmgLakegtS\nbDRBN9+4grHkbklRjsKrAv1/WxBv8xKUlOgID5N5ht4hQacVFYz50w/Ik3wJ\n2Hi0G+YtZxqMqbYFgqDXj9sVldRIcUfrtyhVdGi20O4JKZumXP6IiXRdPpcj\n4U6mAbNm7xwFdrExn+VFVm/7k2avx3unmB0x8ZXo1YeoNiGBHMKN2hbQ/TZQ\na2phnEuoqhYT2tpQFaloF6imxhF8VVli9vo32huX89oajCoq8HaaJcQARh45\nTi9kIuOWwaTOsFpAOlAseyLglCSzCBNCNiS9bGRvloTqSilaCxvDusGqbYKT\n2d7/8Pu2mDS80RJmb4TsHsDdJKCar5Im2P43rPY2SZ6E9lu+lwXsVvfVncsj\nP6C7\r\n=/y/g\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.1.4.tgz","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm run lint:src && npm run lint:tests","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile","clean":"rimraf lib","watch":"tsc --pretty --watch","coverage":"jest --coverage","lint:src":"tslint --format stylish --exclude \"**/__tests__/**/*.ts\" \"src/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"tslint --format stylish -c ./tslint-tests.json --exclude \"node_modules/**/*\" --exclude \"**__tests__/__results__/**\" \"**/__tests__/**/*.ts\"","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager. Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"npm run build","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit "},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"","_integrity":"","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":{"url":"git+https://github.com/zowe/zowe-cli-scs-plugin.git","type":"git"},"_npmVersion":"6.9.0","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"8.16.0","dependencies":{"keytar":"7.6.0"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","tslint":"^5.20.1","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.15.2","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^1.25.0","typescript":"^3.7.2","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"^4.13.0","jest-html-reporter":"^2.7.0","jest-environment-node":"^24.9.0","jest-environment-node-debug":"^2.0.0"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.1.4_1619053790467_0.5942638593214922","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.1.5":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.1.5","keywords":["credential manager","secure store","password"],"author":{"name":"Broadcom"},"license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.1.5","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"}],"homepage":"https://github.com/zowe/zowe-cli-scs-plugin#readme","bugs":{"url":"https://github.com/zowe/zowe-cli-scs-plugin/issues"},"dist":{"shasum":"2bab0572c02655a25e1211ef8c46785b09334319","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.1.5.tgz","fileCount":37,"integrity":"sha512-C9Lbplgw/vevz7eNFCR1fXKrFJkKEsJwrHF52GsfjL6XxIWuIpJ2bmiH1CYeL7dK3VlE7R0d6oZ+dXlhXCB/Tg==","signatures":[{"sig":"MEUCIBm2lOMfB9neGQwxRHuqjFjqBsue8lLRTeA5pM/EsvBlAiEAghThg8soA3ux3SYfTVZK1H99dXOTK1Pctqn/ORRs0Jw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":84936,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkJ7kCRA9TVsSAnZWagAACyQQAItdtA6Lh/hxPz/EaTt+\nnsY+BJ53MumZwm/CGUhWmLsUuQUgq83d2VCgTGyGTVAKNjd7W1A4kZLjCYRk\nPwGU/qkdT0c+FRLmfeT86MtVFKcYAP9kofIyjT0ulan7L8YnxPd7NeLTnEjR\nuJIcEJcWy5bdhXcF0o1snz6LN8tv/CcogBlrKYLPMLR3+IqRtD29gwfiJEUn\n8J41TZOygtTqHM9Ap6Ug8n63EgqCeKTc3eUxexmEEFOep9c+g46g7bY4L7KZ\nssX9f8iSDPqejkYLRHEUT8a5z1lIYL0t6Ru/6A4zXahAnJ6UNGFb5IH5t18m\nTx+NxHnPTiDY1hL0ng6ChFZ7i+Qw2bmuefp8928Uv4hy4euoGcn+szHecfrG\nL8zkPGUdk2y/kPPdjwQfHl0zIMJzOoZKtTck00XL+y1M4ObVzfVMXW1XMGLV\nRO43B5hNAI+SikFu8c0gHk9pqHSZAXmPEW0csCLiXQqzseF6yr4gfosNPqdu\n3OiKjuslQAdWAnobGhRQXJ47/F9ojayetdDbKesZfcwkBE7z5NwXT3lfHP1E\nmkzSl/gz8Ycr+LETCja0RcnXQlAP3z/YqEk918mclO7OKb0dtRpDlau52nzH\nO6w9rET8bME3+lQSHGsBz0SFeoc4G97lkXN2Y9jHH9BQYlPJifSJPbUxgnvb\nDDiM\r\n=wl4o\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.1.5.tgz","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm run lint:src && npm run lint:tests","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile","clean":"rimraf lib","watch":"tsc --pretty --watch","coverage":"jest --coverage","lint:src":"tslint --format stylish --exclude \"**/__tests__/**/*.ts\" \"src/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"tslint --format stylish -c ./tslint-tests.json --exclude \"node_modules/**/*\" --exclude \"**__tests__/__results__/**\" \"**/__tests__/**/*.ts\"","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager. Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"npm run build","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit "},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"","_integrity":"","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":{"url":"git+https://github.com/zowe/zowe-cli-scs-plugin.git","type":"git"},"_npmVersion":"6.9.0","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"8.16.0","dependencies":{"keytar":"7.7.0"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","tslint":"^5.20.1","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.15.2","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^1.25.0","typescript":"^3.7.2","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"^4.13.1","jest-html-reporter":"^2.7.0","jest-environment-node":"^24.9.0","jest-environment-node-debug":"^2.0.0"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.1.5_1620090595689_0.20020357096465347","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.1.6":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.1.6","keywords":["credential manager","secure store","password"],"author":"Broadcom","license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.1.6","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"}],"dist":{"shasum":"8820efea5e6868047ca3e6cb1cd17bd23f894ced","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.1.6.tgz","fileCount":36,"integrity":"sha512-7rOmLUtGXsUyeLlXwlFwX9D6FCL33Whl38tgi52nHvWgQsDeoHoPS1LAkRxPbj6tkN+TDG4ITov1lUKuXZpUTA==","signatures":[{"sig":"MEYCIQC0USaQkfin5U/9siRBeLfJup+GJ6y8eqKeg9UtqpVDKAIhAIKN1MTV1EoOS+JW8Mtdk/FqiK3inAAbsH72HOrK0L7V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhymQcCRA9TVsSAnZWagAAsSsP/A0YjMCJW0tofQG/IW/U\nuVwjX3+SVHBH+QfALdyh3oOWH3tnvysaj7U0XVNxvXS5U+reGtsvQHRBfRIs\nadi2zL38hi8oO2proSwUdMZo+9FWJT5u8r0EfwsSi8+Cc5e/KSqSj6+Ux4Ih\nFOrjuOmSTBYxau5lb/2UXKuwiGjdm/LA2OKea5vpwciIoWu/IQgyfuMTZteZ\nXBa6Diw6UN23gQHcvnQzi6PgGA0IbFtcQ+L9oGBcwLRHRZ7T8fmNgL/1m8J/\nohTktqhHbm603SP6J4Rt2P0n29fTG0k7q85IGjXZj/uhcQlqZtHJmeT9a4kz\n4lXkgDByQVBbJBktvHtiCInlhOZoVFjA6lUkNPl926RQIA0GqoFQ1dVWfuNT\n4BkeA+lL/99qaE+ykyTM852Pn20BSI/X3DyNcQePq+FCl3UXeygDgVF45hAf\nvQv1Q5+CkF5tGke5ltnl9nfNahtXHLZRxhrYPHkk/vbc8Hars0vowap5RcAE\nNG4GdYgwyDjWPz+I9rErf9tqDMhAHLRe77OUBu4gKwMCy5ajCxOLt4F8aETd\nckct0rAjymm85YtQAme4ZKooX6AO+KGE/NyvSCkkB9wzY6PGRlQ8i6DhLQYJ\nFym/uM4mElLSkQlq14a24+9Jjiwwhrt7WgMNKlWggC0RI40OeRjcgRzQGMfh\n890W\r\n=nQDo\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.1.6.tgz","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"**/__tests__/**/*.ts\"","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile && npm run circularDependencyCheck","clean":"rimraf lib","watch":"tsc --pretty --watch","typedoc":"typedoc --out ./docs/typedoc/ ./src/ --disableOutputCheck","coverage":"jest --coverage","lint:src":"eslint \"src/**/*.ts\" --ignore-pattern \"**/__tests__/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"eslint \"**/__tests__/**/*.ts\"","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager. Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"npm run build","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit ","circularDependencyCheck":"madge -c lib"},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"/home/jenkins/workspace/zowe-cli-deploy-component/secure-credential-store-for-zowe-cli-4.1.6.tgz","_integrity":"sha512-7rOmLUtGXsUyeLlXwlFwX9D6FCL33Whl38tgi52nHvWgQsDeoHoPS1LAkRxPbj6tkN+TDG4ITov1lUKuXZpUTA==","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":"https://github.com/zowe/zowe-cli-scs-plugin/","_npmVersion":"8.1.2","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"16.13.1","dependencies":{"keytar":"7.7.0"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","husky":"^7.0.1","madge":"^5.0.1","eslint":"^7.32.0","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.20.36","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","@zowe/cli":"^6.31.0","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^2.2.0","typescript":"^3.8.0","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"^4.17.1","eslint-plugin-jest":"^24.4.0","jest-html-reporter":"^3.3.0","jest-environment-node":"^24.9.0","@typescript-eslint/parser":"^4.29.3","jest-environment-node-debug":"^2.0.0","eslint-plugin-unused-imports":"^1.1.4","@typescript-eslint/eslint-plugin":"^4.29.3"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.1.6_1640653851952_0.6619502746482542","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.1.7":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.1.7","keywords":["credential manager","secure store","password"],"author":"Broadcom","license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.1.7","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"}],"dist":{"shasum":"b2e3862969f2939878ca16812a47057149954a78","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.1.7.tgz","fileCount":37,"integrity":"sha512-a/2NRl4qrDyvBnSX/Zs5IDs6rnaokW1SpAyjC7chbEXW8nIlWVqeeBNFSwZnaTBnCSkypCbhdkJVUweuoI8UJA==","signatures":[{"sig":"MEQCIE+1OArBdRtJdFf+GVP1jMbxmYkSVYb5qY5KRwWbNMkiAiAgxvJYOUKD/7ymiyM1INVcbonpuafUcagN5TESACNCBg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1161811,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8rCHCRA9TVsSAnZWagAAFbEP/RjLkxUH5kVvDvyNFW/e\nNPz8WbRqX39bmgW4oSAUX40td6D1O6UM/JPP6QtVuFzE5YCW2OB8T+hk/Njw\nwpOMHma0em8xV5O8Ch2ud1MeswMrlPjYseAfOrAEGbUwZbXRgBcMfZm7HtiX\nNcKmJXTPO7oIsH9aCnzn4FMMWkeg+ctjv4np6a8xfg35qMtyMUknigAAI5/O\nH/nhy59I0tT4O+mEmiPZ2fikemFTY9zmMebfKcf+09pyjDa03yZIQC/4k/Oe\nR5wYrAhDSgiyl3gkK+f0MSSaUydy/Rnf4HfRvoM6KW/ybs69CkDrSnrE+mcI\nELu+8WTIBdKifqUu70mkCihSCsF/LlShYZx5AEltkLVRGAgNzNtc0Hiq4PTO\n1HKwYm++ll1d3Pc3RzLif3V4hyyiV/2GKGul0wmBAmNRizyfDK3oiy5Mt7qD\n/NnTFxJyzB5mU5LlNL3+Oy6+tmkmkp8b8IEDyNZ0fn3yda+9LDlh17VQX0uw\nHUGntITQ74e5icsmnMLFpLjqX0u+oGC9EeV1biyRTPEeZ9a0LYZ6mpjt7Ttb\nXpTIHaWl0t7DzB1JP1QB3uFBQF0i6dDIA5S30htZ3vfiYTKYZwgrdH8zRwE3\nULVN3romJxcyT09qD6m3ygPAjl0eVaxnuROjOKjbbNkCA7ntU//O8qEa/In8\nD6dS\r\n=x7Xe\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.1.7.tgz","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"**/__tests__/**/*.ts\"","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile && npm run circularDependencyCheck","clean":"rimraf lib","watch":"tsc --pretty --watch","typedoc":"typedoc --out ./docs/typedoc/ ./src/ --disableOutputCheck","coverage":"jest --coverage","lint:src":"eslint \"src/**/*.ts\" --ignore-pattern \"**/__tests__/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"eslint \"**/__tests__/**/*.ts\"","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager. Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"npm run build","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit ","circularDependencyCheck":"madge -c lib"},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"/home/runner/work/zowe-cli-standalone-package/zowe-cli-standalone-package/secure-credential-store-for-zowe-cli-4.1.7.tgz","_integrity":"sha512-a/2NRl4qrDyvBnSX/Zs5IDs6rnaokW1SpAyjC7chbEXW8nIlWVqeeBNFSwZnaTBnCSkypCbhdkJVUweuoI8UJA==","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":"https://github.com/zowe/zowe-cli-scs-plugin/","_npmVersion":"8.1.2","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"16.13.2","dependencies":{"keytar":"7.7.0"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":true,"devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","husky":"^7.0.1","madge":"^5.0.1","eslint":"^7.32.0","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.20.36","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","@zowe/cli":"6.37.5","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^2.2.0","typescript":"^3.8.0","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"4.17.5","eslint-plugin-jest":"^24.4.0","jest-html-reporter":"^3.3.0","jest-environment-node":"^24.9.0","@typescript-eslint/parser":"^4.29.3","jest-environment-node-debug":"^2.0.0","eslint-plugin-unused-imports":"^1.1.4","@typescript-eslint/eslint-plugin":"^4.29.3"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.1.7_1643294855596_0.9095912772063488","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.1.9":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.1.9","keywords":["credential manager","secure store","password"],"author":"Broadcom","license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.1.9","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"}],"dist":{"shasum":"66f7bb70a95b64f08f22fc0340daa5e887621327","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.1.9.tgz","fileCount":48,"integrity":"sha512-GtoWGAOCIw4DCErkqE9vU1CVgmgXhEn95O9qahyb5WOK1AtZ/xLZggT8LBTaLnhJl6B8El9rmV+hn3rUXnqhTw==","signatures":[{"sig":"MEYCIQD3dsGwfZ0T8Y9eOg0hVrcpOmMnWrc8UntVOaV6fAxD5AIhAI/ZHyK5FYS6wXHbyPRntVfnBbm+gEACGibpqcwaGuzk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":923329,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/eEMCRA9TVsSAnZWagAAY3UP/3PsUrWhVEn0DAsI8bAV\nf3sQl+DmJZ/ft4nntJLM2VyR0Ti6DC3xtUgUtO36RPiltqyNM9bzSSHJcvNv\nePgulG16tYGyppWfmeCz2BZDS8HQ8F6Oh2m6FLPBuPrumGJVsBVo1sW4o/KE\nUpuQbQnXBxlGr2TkNpj1yXd7y3td5G8XQoHVpxgQ6lB3PsZqrZIshmLj/+I8\nQDeUI2EKE4HoNG5hnm3Pl7mEEQg6TJoK1oBBwLNhfCNstmk7LNF/c+AR6Yq9\nposc0ISDYNGoyanBG3/4uJOM6z/k7KgDBmtn5Jro54helSemE3pHqyrxbwWo\n9Ewc0fsnGl8R35z+NNFm34wm0XfkpqBFlyF8mphQjS1wS/xhAyNk9D+3jHCh\ncTnM3WzHym6hoBLcxM4LUJycMnl8ILJUEJeDkI7ecE9308nghWedss+GUxZ7\nXN9cmneMifv/kELpCWzHI8uJPGQKIXHMbq1POUygnaiQGegypidHav520GRK\nCv70qZFWLwYqFuz69aSBzaNwzFEmJSugeKpSuZBsDwDD+HZcueDb/hEfFZSb\nYb0RXnngoO6nea3GGU+TPwkY+9U3ztAI4oyYb0otm0VkTGHm8TIAanDDqqf6\nlkE/IF/XsQASBhQHuLQZaBqAckXDKlvleNVTEgAa6f/8s8Az48KXcHpCQteK\n8F6z\r\n=Iyd3\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.1.9.tgz","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"**/__tests__/**/*.ts\"","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile && npm run circularDependencyCheck","clean":"rimraf lib","watch":"tsc --pretty --watch","typedoc":"typedoc --out ./docs/typedoc/ ./src/ --disableOutputCheck","coverage":"jest --coverage","lint:src":"eslint \"src/**/*.ts\" --ignore-pattern \"**/__tests__/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"eslint \"**/__tests__/**/*.ts\"","preinstall":"node scripts/preinstall.js","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager. Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"echo Look up for the output of prepublishOnly","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit ","circularDependencyCheck":"madge -c lib"},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"/home/runner/work/zowe-cli-standalone-package/zowe-cli-standalone-package/secure-credential-store-for-zowe-cli-4.1.9.tgz","_integrity":"sha512-GtoWGAOCIw4DCErkqE9vU1CVgmgXhEn95O9qahyb5WOK1AtZ/xLZggT8LBTaLnhJl6B8El9rmV+hn3rUXnqhTw==","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":"https://github.com/zowe/zowe-cli-scs-plugin/","_npmVersion":"8.1.2","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"16.13.2","dependencies":{"keytar":"7.8.0"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":true,"devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","husky":"^7.0.1","madge":"^5.0.1","eslint":"^7.32.0","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.20.36","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","@zowe/cli":"6.37.6","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^2.2.0","typescript":"^3.8.0","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"4.17.6","eslint-plugin-jest":"^24.4.0","jest-html-reporter":"^3.3.0","jest-environment-node":"^24.9.0","@typescript-eslint/parser":"^4.29.3","jest-environment-node-debug":"^2.0.0","eslint-plugin-unused-imports":"^1.1.4","@typescript-eslint/eslint-plugin":"^4.29.3"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.1.9_1644028172675_0.03685887243497654","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.1.10":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.1.10","keywords":["credential manager","secure store","password"],"author":"Broadcom","license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.1.10","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"}],"dist":{"shasum":"e6d074bbb291a48092a96b91a23ad3fe91ddf9bf","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.1.10.tgz","fileCount":48,"integrity":"sha512-ozjY/cbxdnYPZQWxH7OZIYvVVAOY6AR0T5Yz2iAfq44a0GuV7kE3DiFMJWual/tOzAuzrpRWuvUdOpwOfO+pNg==","signatures":[{"sig":"MEQCIChcFEhYJHDRYFGhl5G6BkqVW3sUKuKcaULJo+2+eS3PAiA8NCwP5k6e4FWYDUVnoXEl/qQAfw9y6GmstGf0Ty1MkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":923334,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPMkWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpvCw/+ME7PT2wQsCEWsfiFvww7vce6FVpwFhSnzTsGozBkvaKY8mzn\r\noKBJMI5C2YX8fUZMRGVApC+cAgJg8T55iFtjn7b0puaMy7MR4bAZ0P+2KMIS\r\nNnu2eLDA49LyGuHRD5U+U3JauZcfUkbIL5M7LxpZUEMoKymyaevlIbet8Z/s\r\n1vWc+FP70nLfxHPY+8Ywl0o1BufEOM0GOVbNn1wbdFop0GYrGtK3tNY2nLck\r\niWZVc5vfM7pvpDCz/ca/LQNQpdPKyzhEoQL6DThgV7Tyv9lsYyGQrL09+68u\r\nZwHCBngz0fcP4egxwMw67B1vZaQW6GACjFzApU15Dk4MA806JElNDjbvTtGU\r\nucU2m0OJFMlBx4xdI4hXAw4+PgqrMInyCczO+EstAnzq7X0uUyng6fpu6BSP\r\nqOxZzEWZ00WdoW5rtcG5C9Z2jTBLsvNKN6aZsN0XeMeFDOG+Lple+64ZxoQ2\r\n7L9Jom5Nw9NKR19KWLcwYcLufGK6MAVNSxopN09U0DMdKRiE5i1r1N+TR9zV\r\nrQkoC0h0tqPerlFdHnShoWW0e404Ex11X9ahhyzxIFJS9cB0b+Q8WV0/814d\r\npKNqcjqBF82yp9/sK7kFc1RVwL+8LFs9LKkWhd4Vi5KLJnh8ADl+Wa1Nuuxp\r\no5zaQy0SKnCXamrBl15FQtXoUDanxS4FUWE=\r\n=qd7x\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.1.10.tgz","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"**/__tests__/**/*.ts\"","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile && npm run circularDependencyCheck","clean":"rimraf lib","watch":"tsc --pretty --watch","typedoc":"typedoc --out ./docs/typedoc/ ./src/ --disableOutputCheck","coverage":"jest --coverage","lint:src":"eslint \"src/**/*.ts\" --ignore-pattern \"**/__tests__/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"eslint \"**/__tests__/**/*.ts\"","preinstall":"node scripts/preinstall.js","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager. Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"echo Look up for the output of prepublishOnly","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit ","circularDependencyCheck":"madge -c lib"},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"/home/runner/work/zowe-cli-standalone-package/zowe-cli-standalone-package/secure-credential-store-for-zowe-cli-4.1.10.tgz","_integrity":"sha512-ozjY/cbxdnYPZQWxH7OZIYvVVAOY6AR0T5Yz2iAfq44a0GuV7kE3DiFMJWual/tOzAuzrpRWuvUdOpwOfO+pNg==","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":"https://github.com/zowe/zowe-cli-scs-plugin/","_npmVersion":"8.3.1","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"16.14.0","dependencies":{"keytar":"7.8.0"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":true,"devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","husky":"^7.0.1","madge":"^5.0.1","eslint":"^7.32.0","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.20.36","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","@zowe/cli":"6.37.6","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^2.2.0","typescript":"^3.8.0","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"^4.18.1","eslint-plugin-jest":"^24.4.0","jest-html-reporter":"^3.3.0","jest-environment-node":"^24.9.0","@typescript-eslint/parser":"^4.29.3","jest-environment-node-debug":"^2.0.0","eslint-plugin-unused-imports":"^1.1.4","@typescript-eslint/eslint-plugin":"^4.29.3"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.1.10_1648150806180_0.689345819877984","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.1.11":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.1.11","keywords":["credential manager","secure store","password"],"author":{"name":"Broadcom"},"license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.1.11","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"}],"homepage":"https://github.com/zowe/zowe-cli-scs-plugin#readme","bugs":{"url":"https://github.com/zowe/zowe-cli-scs-plugin/issues"},"dist":{"shasum":"970a7cf0c60a67ac4bbb26a80c45ca9c5d31a99c","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.1.11.tgz","fileCount":47,"integrity":"sha512-Eoikhxn/2tBiso4ZFwMHhh902WFANrB0C7R8hRBURfOGrOghqFka/wshhhvxpq8lA4jEaBUsi9HZLYv18kqACw==","signatures":[{"sig":"MEUCIEm1MbnJoHLzKQdQbKVc7taASxQtau1CPL0b7CGuQjQ8AiEAknX8R/Uk7fe/hmbUC342S353bvr7O04GHfEtR5uWFOw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":877908},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.1.11.tgz","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"**/__tests__/**/*.ts\"","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile && npm run circularDependencyCheck","clean":"rimraf lib","watch":"tsc --pretty --watch","typedoc":"typedoc --out ./docs/typedoc/ ./src/ --disableOutputCheck","coverage":"jest --coverage","lint:src":"eslint \"src/**/*.ts\" --ignore-pattern \"**/__tests__/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"eslint \"**/__tests__/**/*.ts\"","preinstall":"node scripts/preinstall.js","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Node Keytar module to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager. Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"npm run build && bash ./scripts/bundleKeytar.sh","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit ","circularDependencyCheck":"madge -c lib"},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"/home/runner/work/zowe-cli-standalone-package/zowe-cli-standalone-package/secure-credential-store-for-zowe-cli-4.1.11.tgz","_integrity":"sha512-Eoikhxn/2tBiso4ZFwMHhh902WFANrB0C7R8hRBURfOGrOghqFka/wshhhvxpq8lA4jEaBUsi9HZLYv18kqACw==","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":{"url":"git+https://github.com/zowe/zowe-cli-scs-plugin.git","type":"git"},"_npmVersion":"8.19.4","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"16.20.1","dependencies":{"keytar":"7.8.0"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","husky":"^7.0.1","madge":"^5.0.1","eslint":"^7.32.0","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.20.36","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","@zowe/cli":"6.40.0","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^2.2.0","typescript":"^3.8.0","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"^4.18.16","eslint-plugin-jest":"^24.4.0","jest-html-reporter":"^3.3.0","jest-environment-node":"^24.9.0","@typescript-eslint/parser":"^4.29.3","jest-environment-node-debug":"^2.0.0","eslint-plugin-unused-imports":"^1.1.4","@typescript-eslint/eslint-plugin":"^4.29.3"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.1.11_1689736606958_0.460412016174256","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."},"4.1.12":{"name":"@zowe/secure-credential-store-for-zowe-cli","version":"4.1.12","keywords":["credential manager","secure store","password"],"author":{"name":"Broadcom"},"license":"EPL-2.0","_id":"@zowe/secure-credential-store-for-zowe-cli@4.1.12","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"}],"homepage":"https://github.com/zowe/zowe-cli-scs-plugin#readme","bugs":{"url":"https://github.com/zowe/zowe-cli-scs-plugin/issues"},"dist":{"shasum":"0891cf034ee9bfa258303ac221f432ec818fc988","tarball":"https://registry.npmjs.org/@zowe/secure-credential-store-for-zowe-cli/-/secure-credential-store-for-zowe-cli-4.1.12.tgz","fileCount":36,"integrity":"sha512-rdo95TuziGA6u3tqZpb21qZGwH41Szs3oV+iXjGpN4XsB+iBN4zMXiJOUEUW9LMCe7F0HQ3jlxDCGAaSREOsBA==","signatures":[{"sig":"MEUCIQCUGk7KQIulaH0Ea5Dc1kp7xTJNS2eJOpEzoAeOwspPrAIgAe6pvdiHXolVbjVq6EqguLIlo3r//Fvu51+6zbzQvXA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83629},"jest":{"reporters":["default","jest-junit","jest-stare","jest-html-reporter"],"testRegex":"(/__tests__/.*\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"collectCoverage":false,"testEnvironment":"node","coverageDirectory":"<rootDir>/__tests__/__results__/unit/coverage","coverageReporters":["json","lcov","text","cobertura"],"setupFilesAfterEnv":["./__tests__/setUpJest.ts"],"collectCoverageFrom":["src/**/*.ts","!**/__tests__/**","!**/index.ts","!**/main.ts"],"moduleFileExtensions":["ts","js"],"testPathIgnorePatterns":["<rootDir>/__tests__/__results__"],"modulePathIgnorePatterns":["__tests__/__snapshots__/"]},"main":"lib/index.js","_from":"file:secure-credential-store-for-zowe-cli-4.1.12.tgz","readme":"# Secure Credential Store Plug-in for Zowe CLI\n\n<img src=\"imgs/Zowe_ConformanceBadge_cli.png\" width=25% alt=\"Zowe Conformance Badge\"/>\n\n**Note:** This plugin is not supported for Zowe v2 LTS because the secure credential manager is now built in to Zowe CLI. As long as Zowe v1 LTS is supported, it is still maintained and will receive bug fixes and security patches.\n\nThe Secure Credential Store Plug-in for Zowe CLI lets you store your credentials securely in the default credential manager in your computer's operating system.\n\nAs a systems programmer or application developer, you can store your credentials securely to help prevent your user name and password from being compromised as a result of a malware attack or unlawful actions by others.\n\n-   [How the plug-in works](#how-the-plug-in-works)\n-   [Software requirements](#software-requirements)\n-   [Installing](#installing)\n-   [Building from source](#building-from-source)\n-   [Securing Zowe CLI profiles](#securing-zowe-cli-profiles)\n-   [Running tests](#running-tests)\n-   [Uninstalling](#uninstalling)\n-   [Contributing](#contributing)\n\n\n## How the plug-in works\n\nThe plug-in invokes a native Node module that manages user IDs and passwords in the default credential manager in your computer's operating system.\n\nWhen you install Zowe CLI but do not install the plug-in, your Zowe CLI profiles display as plain text in your default credential manager. For example:\n\n```\ntype: zosmf\nhost: test\nport: 1234\nuser: USERNAME\npass: PASSWORD\nrejectUnauthorized: false\n```\n\nWith the plug-in installed and configured, the plug-in lets you store your Zowe CLI credentials securely. For example:\n\n```\ntype: zosmf\nhost: test\nport: 1234\nuser: 'managed by @zowe/secure-credential-store-for-zowe-cli'\npass: 'managed by @zowe/secure-credential-store-for-zowe-cli'\nrejectUnauthorized: false\n```\n<!-- TODO: Verify that @zowe/secure-credential-store is correct -->\n\nThe initial behavior of the plug-in varies based on the method that you use to install the plug-in.\n\n-   When you install the plug-in using the *Windows Installation Wizard*, the installation process starts the plug-in and updates all of your existing Zowe CLI profiles automatically. No further action on your part is required.\n-   When you install the plug-in from *an online registry or a local package*, the plug-in starts, however, you must update your existing Zowe CLI profiles manually.\n\n## Software requirements\n\nBefore you install and use the plug-in:\n\n-   Install Zowe CLI on your computer.\n    For more information, see [Installing Zowe CLI](https://docs.zowe.org/stable/user-guide/cli-installcli.html).\n-   NPM version 7 (npm@7) and NPM version 8 (npm@8) requirements:\n    On Windows operating systems, ensure that your computer is connected to the Internet and issue the following command ***before*** you install the plug-in:\n    ```\n    npm install -g prebuild-install\n    ```\n### Linux (graphical)\n\n-   Install the packages `gnome-keyring` and `libsecret` (or `libsecret-1-0` on Debian and Ubuntu).\n\n### Linux (headless)\n\n-   Install the packages listed for graphical Linux above.\n\n-   Run the commands below to unlock the Gnome keyring. The keyring must be unlocked again for each new user session.\n\n    The second command will prompt for your password. Press Ctrl+D twice when you have finished typing it.\n    ```bash\n    export $(dbus-launch)\n    gnome-keyring-daemon -r --unlock --components=secrets\n    ```\n\n-   To automatically unlock the Gnome keyring at log on:\n\n    **Note:** The following steps have been tested on CentOS, SUSE, and Ubuntu. Results may vary on other Linux distributions.\n\n    1. Install the PAM module for Gnome keyring. The package name depends on your distribution:\n\n        - `gnome-keyring-pam` - CentOS, Fedora, SUSE\n        - `libpam-gnome-keyring` - Debian, Ubuntu\n\n    1. Make the following edits to the files `/etc/pam.d/login` (for TTY login), and `/etc/pam.d/sshd` if it exists (for SSH login).\n\n        - Add this line at the end of the `auth` section:\n            ```\n            auth optional pam_gnome_keyring.so\n            ```\n        - Add this line at the end of the `session` section:\n            ```\n            session optional pam_gnome_keyring.so auto_start\n            ```\n\n    1. Add the following lines to `~/.bashrc`. This will launch DBus which is required by Gnome keyring, and start the keyring daemon so it is ready to be used by Zowe CLI commands.\n\n        ```bash\n        if test -z \"$DBUS_SESSION_BUS_ADDRESS\" ; then\n          exec dbus-run-session -- $SHELL\n        fi\n\n        gnome-keyring-daemon --start --components=secrets\n        ```\n    \n    1. Reboot your machine and run a Zowe CLI command that uses secure credentials to test that automatic unlock of the keyring works.\n    \n### zLinux\n\n- Follow all installation steps above for Linux\n\n- Install the following packages:\n  - Python 3 (> 3.6.0)\n  - `make`\n  - `gcc-c++`\n  - `libsecret-devel`\n\n## Installing\n\nUse one of the following methods to install the plug-in:\n\n-   Install the plug-in to Zowe CLI from an online registry or a local package.\n\n    Use this method when you want to install the plug-in quickly and start using it. With this method, you secure your user IDs and passwords manually.\n\n    For more information, see [Install Plug-ins from an Online Registry](https://docs.zowe.org/stable/user-guide/cli-installplugins.html#installing-plug-ins-from-an-online-registry) or [Install Plug-ins from a Local Package](https://docs.zowe.org/stable/user-guide/cli-installplugins.html#installing-plug-ins-from-a-local-package).\n\n-   Build the plug-in from source and install it into your Zowe CLI implementation.\n\n    Use the build from source method when you want to install the plug-in to Zowe CLI using the most current binaries and modify the behavior of the plug-in. For example, you want to create a new command and use the plug-in with the command that you created.\n\n    For more information, see [Building from source](#building-from-source).\n\n## Building from source\n\n**Follow these steps:**\n\n1.  The first time that you clone the Secure Credential Store Plug-in for Zowe CLI from the GitHub repository, issue the following command against the local directory:\n    ```\n    npm install\n    ```\n    The command installs the required dependencies and several development tools. You can run the task at any time to update the tools as needed.\n\n2.  To build your code changes, issue the following command:\n    ```\n    npm run build\n    ```\n\n    The first time you build your code changes, you will be prompted for the location of the Imperative CLI Framework package, which is located in the `node_modules/@zowe` folder in the Zowe CLI home directory.\n\n    **Note:** When you update `package.json` to include new dependencies, or when you pull changes that affect `package.json`, issue the `npm update` command to download the dependencies.\n\n3.  Issue one of the following commands to install the plug-in:\n    ```\n    zowe plugins install <local path your cloned repo>\n    ```\n\n    Or:\n\n    ```\n    zowe plugins install .\n    ```\n\n**Tip:** After the installation process completes, it validates that the plug-in was installed correct and the names of its commands, options, and arguments do not conflict with that of the other plug-ins that you installed into your Zowe CLI implementation.\n\nWhen the validation process is successful, the following message displays:\n\n```\nValidation results for plugin 'secure-credential-store':\nSuccessfully validated.\n```\n\nWhen an unsuccessful message displays, you can troubleshoot the installation by addressing the issues that the message describes. You can also review the information that is contained in the log file that is located in the Zowe CLI home directory.\n\n## Securing Zowe CLI profiles\n\nWhen you install the plug-in using the Windows Installation Wizard, the plug-in secures all of your existing (Zowe CLI) profiles. Conversely, when you do not use the wizard to install the plug-in (you installed the plug-in from an online registry or from a local package), you secure your profiles manually using the Set command. For more information, see [How the plug-in works](#how-the-plug-in-works).\n\nIssue the following `Set` command to **secure** all of your Zowe CLI profiles:\n```\nzowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli\n```\n\nWhen you want to **unsecure** all of your Zowe CLI profiles, issue the following `Reset` command:\n```\nzowe config reset CredentialManager\n```\n\nYour profiles will need to be recreated after the CredentialManager is reset.\n\n**Note:** For information about how you can customize the behavior of the plug-in, see [Overriding the Default Credential Manager with a Plugin](https://github.com/zowe/imperative/wiki/Overriding-the-Default-Credential-Manager-with-a-Plugin) in the [Imperative CLI Framework](https://github.com/zowe/imperative/wiki) documentation.\n\n## Running tests\n\nYou can perform the following types of tests on the Secure Credential Store Plug-in:\n- Unit\n- Integration\n- System\n\n**Note:** For detailed information about conventions and best practices for running tests against Zowe CLI plug-ins, see see [Zowe CLI Plug-in Testing Guidelines](https://github.com/zowe/zowe-cli/blob/master/docs/PluginTESTINGGuidelines.md).\n\nBefore running the system and integration tests, you must have a server connection to run against. For more information, see [Software requirements](#software-requirements).\n\nTo define access credentials to the server, copy the file named `.../__tests__/__resources__/properties/example_properties.yaml` and create a file named `.../__tests__/__resources__/properties/custom_properties.yaml`.\n\n**Note:** Information about how to customize the `custom_properties.yaml` file is provided in the yaml file itself.\n\nIssue the following commands to run the tests:\n1. `npm run test:unit`\n2. `npm run test:integration`\n3. `npm run test:system`\n\nAny failures potentially indicate an issue with the set-up of the Rest API or configuration parameters that were passed in the `custom_properties.yaml` file.\n\n## Uninstalling\n\n**Follow these steps:**\n\n1.  Issue the following command:\n    ```\n    zowe plugins uninstall @zowe/secure-credential-store-for-zowe-cli\n    ```\nAfter the uninstallation process completes successfully, the product no longer contains the plug-in.\n\n## Contributing\n\nFor information about contributing to the plug-in, see the Zowe CLI [Contribution Guidelines](CONTRIBUTING.md). The guidelines contain standards and conventions for developing plug-ins for Zowe CLI. This includes information about running, writing, maintaining automated tests, developing consistent syntax in your plug-in, and ensuring that your plug-in integrates properly with Zowe CLI.\n\n### Tutorials\n\nTo learn about building new commands or a new plug-in for Zowe CLI, see [Develop for Zowe CLI](https://docs.zowe.org/stable/extend/extend-cli/cli-devTutorials.html).\n\n### Imperative CLI Framework documentation\n\n[Imperative CLI Framework](https://github.com/zowe/imperative/wiki) documentation is a key source of information to learn about the features of Imperative CLI Framework (the code framework that you use to build plug-ins for Zowe CLI). Refer to the documentation as you develop your plug-in.\n","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint \"src/**/*.ts\" \"**/__tests__/**/*.ts\"","test":"npm run test:unit","build":"node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile && npm run circularDependencyCheck","clean":"rimraf lib","watch":"tsc --pretty --watch","typedoc":"typedoc --out ./docs/typedoc/ ./src/ --disableOutputCheck","coverage":"jest --coverage","lint:src":"eslint \"src/**/*.ts\" --ignore-pattern \"**/__tests__/**/*.ts\"","prebuild":"npm run clean && npm run lint && echo Using TypeScript && tsc --version","test:unit":"env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns \".*/__system__/.*\" ","lint:tests":"eslint \"**/__tests__/**/*.ts\"","watch:test":"jest --watch","postinstall":"zowe config set CredentialManager @zowe/secure-credential-store-for-zowe-cli && echo \"The Secure Credential Store has been successfully installed. The CLI will now use the Secrets SDK to encrypt your local credentials. CLI Profiles that you have created will need to be updated because their credentials are stored in plain text and not accessible from the credential manager. Refer to the available options in the help text to update profiles 'zowe scs update -h'.\" 1>&2","test:system":"env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand","preuninstall":"zowe config reset CredentialManager","installPlugin":"npm install && npm run clean && npm run build && zowe plugins install .","postuninstall":"echo \"CLI Profiles that you have created will need to be recreated because their credentials are stored in the credential manager that has been uninstalled. Refer to the available options in the help text to create a new profile 'zowe profiles create zosmf-profile -h'.\" 1>&2","prepublishOnly":"npm run build","checkTestsCompile":"echo \"Checking that test source compiles...\" && tsc --project __tests__/test-tsconfig.json --noEmit ","circularDependencyCheck":"madge -c lib"},"typings":"lib/index.d.ts","_npmUser":{"name":"zowerobot","email":"zowe.robot@gmail.com"},"_resolved":"/home/runner/work/zowe-cli-standalone-package/zowe-cli-standalone-package/secure-credential-store-for-zowe-cli-4.1.12.tgz","_integrity":"sha512-rdo95TuziGA6u3tqZpb21qZGwH41Szs3oV+iXjGpN4XsB+iBN4zMXiJOUEUW9LMCe7F0HQ3jlxDCGAaSREOsBA==","imperative":{"configurationModule":"lib/imperative/configuration.js"},"jest-junit":{"output":"__tests__/__results__/junit.xml"},"jest-stare":{"resultDir":"__tests__/__results__/jest-stare"},"repository":{"url":"git+https://github.com/zowe/zowe-cli-scs-plugin.git","type":"git"},"_npmVersion":"8.19.4","description":"Secure credential storage plugin for Zowe CLI","directories":{},"_nodeVersion":"16.20.2","dependencies":{"@zowe/secrets-for-zowe-sdk":"7.18.4"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^7.1.1","jest":"^24.9.0","uuid":"^3.3.3","husky":"^7.0.1","madge":"^5.0.1","eslint":"^7.32.0","env-cmd":"^8.0.2","js-yaml":"^3.13.1","ts-jest":"^24.1.0","ts-node":"^3.2.0","typedoc":"^0.20.36","fs-extra":"^5.0.0","jest-cli":"^24.9.0","jsonfile":"^5.0.0","@zowe/cli":"6.40.0","coveralls":"^3.0.7","jest-junit":"^6.3.0","jest-stare":"^2.2.0","typescript":"^3.8.0","@types/jest":"^24.0.5","@types/node":"^8.10.59","@types/uuid":"^3.4.6","@types/yargs":"^8.0.2","shebang-regex":"^2.0.0","@types/js-yaml":"^3.11.2","@types/fs-extra":"^5.0.4","@types/jsonfile":"^4.0.1","@zowe/imperative":"^4.18.18","eslint-plugin-jest":"^24.4.0","jest-html-reporter":"^3.3.0","jest-environment-node":"^24.9.0","@typescript-eslint/parser":"^4.29.3","jest-environment-node-debug":"^2.0.0","eslint-plugin-unused-imports":"^1.1.4","@typescript-eslint/eslint-plugin":"^4.29.3"},"peerDependencies":{"@zowe/cli":"^6.0.0","@zowe/imperative":"^4.0.0"},"jest-html-reporter":{"pageTitle":"SCS Plugin for Zowe CLI Test Results","outputPath":"__tests__/__results__/results.html","includeFailureMsg":true},"_npmOperationalInternal":{"tmp":"tmp/secure-credential-store-for-zowe-cli_4.1.12_1694485167282_0.6309070438699984","host":"s3://npm-registry-packages"},"deprecated":"This plug-in is no longer supported with the end of support of Zowe V1 LTS. Please upgrade to a supported version of Zowe CLI."}},"time":{"created":"2020-01-17T20:55:35.869Z","modified":"2024-11-25T15:22:49.019Z","4.0.0":"2020-01-17T20:55:36.427Z","4.0.1":"2020-02-20T16:01:38.332Z","4.0.2":"2020-03-25T12:20:31.365Z","4.0.3":"2020-03-25T12:25:55.261Z","4.0.4":"2020-04-04T01:09:35.503Z","4.1.0":"2020-08-07T01:10:07.867Z","4.1.1":"2020-10-23T01:09:49.941Z","4.1.2":"2021-02-13T01:09:23.019Z","4.1.3":"2021-03-03T21:31:36.734Z","4.1.4":"2021-04-22T01:09:50.582Z","4.1.5":"2021-05-04T01:09:55.904Z","4.1.6":"2021-12-28T01:10:52.116Z","4.1.7":"2022-01-27T14:47:35.831Z","4.1.9":"2022-02-05T02:29:32.858Z","4.1.10":"2022-03-24T19:40:06.385Z","4.1.11":"2023-07-19T03:16:47.353Z","4.1.12":"2023-09-12T02:19:27.650Z"},"bugs":{"url":"https://github.com/zowe/zowe-cli-scs-plugin/issues"},"author":{"name":"Broadcom"},"license":"EPL-2.0","homepage":"https://github.com/zowe/zowe-cli-scs-plugin#readme","keywords":["credential manager","secure store","password"],"repository":{"url":"git+https://github.com/zowe/zowe-cli-scs-plugin.git","type":"git"},"description":"Secure credential storage plugin for Zowe CLI","maintainers":[{"name":"joe_winchester","email":"winchest@uk.ibm.com"},{"name":"markackertbroadcom","email":"Mark.Ackert@broadcom.com"},{"name":"zowerobot","email":"zowe.robot@gmail.com"}],"readme":"","readmeFilename":""}