licenses.dev

to-regex v3.0.2

Generate a regex from a string or array of strings.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT14
PackageRelationDependenciesPublished
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.INDIRECT0
define-property • 2.0.2Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.DIRECT6
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.DIRECT4
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
is-accessor-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.INDIRECT2
is-descriptor • 1.0.3Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-extendable • 1.0.1Returns true if a value is a plain object, array or function.INDIRECT2
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
regex-not • 1.0.2Create a javascript regular expression for matching everything except for the given string.DIRECT7
ret • 0.1.15Tokenizes a string that represents a regular expression.INDIRECT0
safe-regex • 1.1.0detect possibly catastrophic, exponential-time regular expressionsDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/to-regex)](https://licenses.dev/npm/to-regex)
<a href="https://licenses.dev/npm/to-regex">
  <img src="https://licenses.dev/b/npm/to-regex" alt="licenses" />
</a>

Or the licenses badge code for the 3.0.2 version:

[![licenses](https://licenses.dev/b/npm/to-regex/3.0.2)](https://licenses.dev/npm/to-regex/3.0.2)
<a href="https://licenses.dev/npm/to-regex/3.0.2">
  <img src="https://licenses.dev/b/npm/to-regex/3.0.2" alt="licenses" />
</a>
GitHub