@ssttevee/streamsearch
Version:
A port of streamsearch for es modules using Web APIs
40 lines (39 loc) • 1.09 kB
JSON
{
"name": "@ssttevee/streamsearch",
"version": "0.3.1",
"description": "A port of streamsearch for es modules using Web APIs",
"main": "lib/index.js",
"module": "lib/index.mjs",
"source": "src/index.ts",
"files": [
"lib/**/*"
],
"scripts": {
"test": "tap --no-ts --node-arg=-r --node-arg=ts-node/register src/**/*.test.ts",
"coverage": "nyc -a -n src/**/*.ts -x src/**/*.test.ts -e .ts -r lcov -r text npm test",
"fuzz": "ts-node testing/fuzz.ts",
"build": "rollup -c && tsc -d --emitDeclarationOnly --declarationDir lib",
"prepack": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssttevee/js-streamsearch"
},
"keywords": [],
"author": "ssttevee",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^5.0.2",
"@types/tap": "^14.10.0",
"esm": "^3.2.25",
"nyc": "^14.1.1",
"rollup": "^2.23.1",
"tap": "^14.10.8",
"ts-node": "^8.10.2",
"tslib": "^2.0.1",
"typescript": "^3.9.7"
},
"dependencies": {
"@ssttevee/u8-utils": "~0.1.5"
}
}