UNPKG

data-matching

Version:

Matches a data object against a reference value

53 lines (52 loc) 1.21 kB
{ "name": "data-matching", "version": "1.51.1", "description": "Matches a data object against a reference value", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "pretest": "tsc --noEmit", "test": "node_modules/jest/bin/jest.js", "prepublishOnly": "npm run build" }, "engines": { "node": "^v17.9.1" }, "repository": { "type": "git", "url": "git+https://github.com/MayamaTakeshi/data-matching.git" }, "keywords": [ "matching", "pattern", "string-matching", "data", "collection" ], "author": "MayamaTakeshi", "license": "MIT", "bugs": { "url": "https://github.com/MayamaTakeshi/data-matching/issues" }, "homepage": "https://github.com/MayamaTakeshi/data-matching#readme", "dependencies": { "braces": "^3.0.2", "fast-xml-parser": "^5.2.4", "lodash": "^4.17.21", "set-value": "^4.0.1", "string-matching": "^1.11.8", "tmpl": "^1.0.5" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/lodash": "^4.17.24", "@types/node": "^26.1.1", "jest": "^30.4.2", "ts-jest": "^29.4.12", "typescript": "^5.9.3" } }