UNPKG

custom_string_patterns

Version:

Generate random and incrementing string patterns using regex and custom functions

44 lines (43 loc) 1.08 kB
{ "name": "custom_string_patterns", "version": "0.6.4", "description": "Generate random and incrementing string patterns using regex and custom functions", "main": "build/index.js", "types": "build/index.d.ts", "files": [ "build/**/*" ], "repository": "https://github.com/CarlosNZ/custom_string_patterns.git", "author": "Carl Smith <5456533+CarlosNZ@users.noreply.github.com>", "license": "MIT", "dependencies": { "object-property-extractor": "^1.0.3", "randexp": "^0.5.3" }, "devDependencies": { "@types/jest": "^27.5.1", "@types/node": "^17.0.36", "axios": "^0.27.2", "checkdigit": "^1.1.1", "jest": "^28.1.0", "ts-jest": "^28.0.3", "ts-node": "^10.8.0", "typescript": "^4.7.2" }, "scripts": { "test": "jest", "build": "rimraf ./build && tsc", "dev": "ts-node ./src/dev.ts", "demo": "cd demo && yarn start", "prepublishOnly": "yarn build" }, "keywords": [ "strings", "generator", "regex", "regular expressions", "patterns", "random", "randexp" ] }