A simple cli program to check if an NPM package name is taken.
AWS credential provider that sources credentials from aws login cached tokens
XML utilities for the AWS SDK
tar for node
AWS credential provider that calls STS assumeRole for temporary AWS credentials
[](https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection) [](https://www.npmjs.com/package/@aws-sdk/util-user-agent-node) [](https://www.npmjs.com/
AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials
AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config
[](https://www.npmjs.com/package/@aws-sdk/region-config-resolver) [](https://www.npmj
AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service
Much of this is taken from framer-motion.
Much of this is taken from framer-motion.
mjml-body
Adds App version number to Ember Inspector Info Tab
Cypress client library for visual testing with Percy
[](https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity) [](https://www.npmjs.com/package/@aws-sdk/eventstream-handler-node) [](https://ww
SVG and PNG renders of all countries' flags.
[](https://www.npmjs.com/package/@aws-sdk/middleware-websocket) [](https://www.npmjs.com/
This CLI app will provide you with the list up upcoming television premieres for maximum DVR efficiency. Information about upcoming shows is taken from Metacritic's permanent calendar.
Switch helps you add multiple languages to your site by leveraging the power of google spreadsheets. It is a commandline tool providing you with an easy way to automate the process and avoid common mistakes. The most common use case of switch is for switching between a locale representation in JSON/YAML to a CSV (spreadsheet) based one and vice-versa. # Install ``` gem install switch-cli ``` # Usage ``` switch json2csv [input-dir] [output-file] ``` Converts multiple json files to be a single csv file with columns for each file, with the file name as the column header. If you do not specify an input-dir it will be taken as ./locales and output-file would be the direcotry name + .csv. ``` switch csv2json [input-file] [output-dir] ``` Converts a single csv file into multiple json files, with a file for each column using the key and order columns to construct the files.