string-indexes
Version:
Retrieves all indexes, in non-overlapping ranges, of a substring in a string.
34 lines (33 loc) • 846 B
JSON
{
"name": "string-indexes",
"repository": "github:fabiospampinato/string-indexes",
"description": "Retrieves all indexes, in non-overlapping ranges, of a substring in a string.",
"license": "MIT",
"version": "2.0.1",
"type": "module",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"benchmark": "tsex benchmark",
"benchmark:watch": "tsex benchmark --watch",
"clean": "tsex clean",
"compile": "tsex compile",
"compile:watch": "tsex compile --watch",
"test": "tsex test",
"test:watch": "tsex test --watch",
"prepublishOnly": "tsex prepare"
},
"keywords": [
"string",
"index",
"indexes",
"all"
],
"devDependencies": {
"benchloop": "^2.1.1",
"fava": "^0.3.4",
"tsex": "^4.0.2",
"typescript": "^5.7.3"
}
}