UNPKG

string-reader

Version:

Reads string based on regular expression that represents delimiter

33 lines (32 loc) 747 B
{ "name": "string-reader", "version": "0.9.0", "description": "Reads string based on regular expression that represents delimiter", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly" }, "repository": { "type": "git", "url": "git+https://github.com/retorillo/string-reader.git" }, "keywords": [ "string", "reader", "stringreader", "parser", "delimiter" ], "author": "retorillo", "license": "MIT", "devDependencies": { "coveralls": "^2.11.15", "istanbul": "^0.4.5", "mocha": "^3.2.0", "should": "^11.1.2" }, "engines": { "node" : ">=4" } }