UNPKG

771 BJSONView Raw
1{
2 "name": "@extra-array/search-value-right",
3 "version": "2.10.18",
4 "description": "Finds last index of a value.",
5 "main": "index.js",
6 "module": "index.mjs",
7 "exports": {
8 "require": "./index.js",
9 "import": "./index.mjs"
10 },
11 "sideEffects": false,
12 "scripts": {
13 "test": "exit"
14 },
15 "runkitExampleFilename": "example.js",
16 "keywords": [
17 "extra",
18 "array",
19 "search",
20 "value",
21 "right",
22 "searchValueRight"
23 ],
24 "author": "wolfram77@gmail.com",
25 "license": "MIT",
26 "repository": {
27 "type": "git",
28 "url": "git+https://github.com/nodef/extra-array.git"
29 },
30 "bugs": {
31 "url": "https://github.com/nodef/extra-array/issues"
32 },
33 "homepage": "https://github.com/nodef/extra-array#readme",
34 "dependencies": {}
35}