rittenhop-dev/versions/5.94.2/node_modules/@stdlib/utils-index-of/package.json
2024-09-23 19:40:12 -04:00

84 lines
1.7 KiB
JSON

{
"name": "@stdlib/utils-index-of",
"version": "0.2.2",
"description": "Return the first index at which a given element can be found.",
"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/utils-index-of.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-collection": "^0.2.1",
"@stdlib/assert-is-integer": "^0.2.2",
"@stdlib/assert-is-nan": "^0.2.2",
"@stdlib/assert-is-string": "^0.2.2",
"@stdlib/string-format": "^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",
"stdutils",
"stdutil",
"utilities",
"utility",
"utils",
"util",
"indexof",
"array",
"object",
"array-like",
"string",
"search",
"find",
"locate",
"index",
"polyfill",
"ponyfill",
"arr",
"str",
"obj"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}