rittenhop-ghost/versions/5.94.2/node_modules/@stdlib/regexp-regexp/package.json

67 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "@stdlib/regexp-regexp",
"version": "0.2.2",
"description": "Return a regular expression to parse a regular expression string.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"directories": {
"doc": "./docs",
"lib": "./lib",
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/regexp-regexp.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"regex",
"regexp",
"re",
"regular",
"expression",
"string",
"pattern",
"flags"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}