Common typings for the Stoplight ecosystem.
Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.
The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com
<!-- BADGES -->
Push an array of items into an array, while being robust against prototype modification
A typing package for @secretlint
Profile manager for Secretlint.
Core library for @secretlint.
Config file creator for secretlint.
Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com
A formatter collection for Secretlint.
Module Resolver Utility for Secretlint
Module Resolver Utility for textlint
A secrets manager for .env files – from the same people that pioneered dotenv.
A secretlint formatter for SARIF format
Component testing utils for Vue 3.
The command-line interface for Vercel
Automatically install pre-push hooks for your npm modules.
A pure JavaScript reimplementation of git for node and browsers
Regular expression for matching CSS urls.
Create SecretLintRawSource from content.
textlint AST node type definition.
A capistrano git strategy to deploy local repository by git push
A task for Capistrano v3 to add, commit and push changes to git repo if there are any changes
["This gem adds the integration for the nobrainer gem in Capistrano.\n\nIt creates the indexes automatically and run the database migration if any (WARNING: You need to use the zedtux's nobrainer fork in order to use migration scripts until it get merged).\n\n| Feature | capistrano-nobrainer version |\n| --------------------------- | ----------------------------- |\n| Nobrainer indexes creation | 0.2.0 |\n| Nobrainer migration scripts | 0.3.0 |\n\nSo if you don't use migration scripts, stick on version 0.2.0.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'capistrano-nobrainer', '~> 0.2', require: false\n```\n\nAnd then execute:\n\n $ bundle install\n\nOr install it yourself as:\n\n $ gem install capistrano-nobrainer\n\n## Usage\n\nAdd the following require to your `Capfile`:\n\n```ruby\nrequire 'capistrano/nobrainer'\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://gitlab.com/zedtux/capistrano-nobrainer. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://gitlab.com/zedtux/capistrano-nobrainer/blob/master/CODE_OF_CONDUCT.md).\n"]