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

79 lines
1.7 KiB
JSON

{
"name": "@stdlib/string-replace",
"version": "0.2.2",
"description": "Replace search occurrences with a replacement 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/string-replace.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-function": "^0.2.2",
"@stdlib/assert-is-regexp": "^0.2.2",
"@stdlib/assert-is-string": "^0.2.2",
"@stdlib/string-base-replace": "^0.2.2",
"@stdlib/string-format": "^0.2.2",
"@stdlib/utils-escape-regexp-string": "^0.2.2",
"@stdlib/error-tools-fmtprodmsg": "^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",
"stdstring",
"utilities",
"utility",
"utils",
"util",
"string",
"str",
"search",
"replace",
"regex",
"regular expression",
"regexp",
"regular",
"expression"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}