UNPKG

extract-alphanumeric

Version:

simple tool to extract alphanumeric characters from a string

43 lines (42 loc) 996 B
{ "name": "extract-alphanumeric", "version": "1.0.3", "description": "simple tool to extract alphanumeric characters from a string", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "import": "./dist/index.js" }, "files": [ "dist/" ], "scripts": { "test": "vitest", "coverage": "vitest run --coverage", "build": "tsc", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/TheRobertLing/extract-alphanumeric.git" }, "keywords": [ "alphanumeric", "text-filter", "string-processing", "processing", "extract", "text" ], "author": "Robert Ling", "license": "MIT", "bugs": { "url": "https://github.com/TheRobertLing/extract-alphanumeric/issues" }, "homepage": "https://github.com/TheRobertLing/extract-alphanumeric#readme", "devDependencies": { "typescript": "^5.8.2", "vitest": "^3.0.9" } }