UNPKG

value-extractor

Version:

A simple JavaScript library for extracting values from string based on a pattern

39 lines 989 B
{ "name": "value-extractor", "version": "1.0.0", "description": "A simple JavaScript library for extracting values from string based on a pattern", "main": "dist/value-extractor.js", "type": "commonjs", "author": { "name": "Prateek Singh", "email": "devXprite@gmail.com" }, "keywords": [ "pattern", "strings", "value-extractor" ], "license": "MIT", "devDependencies": { "@babel/cli": "^7.19.3", "@babel/core": "^7.20.5", "@babel/preset-env": "^7.20.2", "babel-loader": "^9.1.0", "chai": "^4.3.7", "eslint": "^7.32.0 || ^8.2.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.25.2", "mocha": "^10.2.0", "prettier": "^2.8.1", "webpack": "^5.75.0", "webpack-cli": "^5.0.1" }, "scripts": { "test": "mocha", "build": "webpack", "dev": "webpack --progress --watch", "lint": "eslint .", "lint:fix": "eslint . --fix" } }