1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19{ "name": "robloach-datfile", "version": "2.4.1", "description": "ClrMamePro DAT file parser for Node.js.", "main": "index.js", "scripts": { "test": "mocha" }, "author": "Rob Loach (http://robloach.net)", "license": "MIT", "dependencies": { "extend-shallow": "^3.0.2" }, "repository": "https://github.com/RobLoach/datfile.git", "devDependencies": { "mocha": "^10.7.3" } }