UNPKG

lodash-match-pattern

Version:
60 lines (59 loc) 1.42 kB
{ "name": "lodash-match-pattern", "version": "2.3.1", "description": "Validates a deep structured JSON pattern", "main": "index.js", "files": [ "index.js", "lib", "_parser.js", "tonic_example.js" ], "scripts": { "test": "./node_modules/.bin/mocha './test/**/*.js'", "build_parser": "./node_modules/.bin/pegjs -o _parser.js ./parser/matchpattern.pegjs", "prepare": "npm run build_parser; node ./scripts/autodoc.js", "lint": "node_modules/.bin/eslint index.js lib test" }, "directories": { "test": "test" }, "repository": "https://github.com/mjhm/lodash-match-pattern", "keywords": [ "checkit", "lodash", "deep", "JSON", "pattern", "matching", "cucumber", "mocha", "testing" ], "author": "John McLaughlin", "license": "MIT", "bugs": { "url": "https://github.com/mjhm/lodash-match-pattern/issues" }, "homepage": "https://github.com/mjhm/lodash-match-pattern#readme", "engines": { "node": ">=10.0.0" }, "tonicExampleFilename": "tonic_example.js", "devDependencies": { "ajv": "8.10.0", "chai": "^4.3.6", "eslint": "^8.9.0", "mocha": "^9.2.0", "pegjs": "^0.10.0", "pegjs-backtrace": "^0.2.1", "rewire": "^6.0.0", "sinon": "^13.0.1", "sinon-chai": "^3.7.0" }, "dependencies": { "chalk": "^4.1.0", "he": "^1.2.0", "lodash-checkit": "^2.4.1" } }