1{ 2 "name": "@protobufjs/path", 3 "description": "A minimal path module to resolve Unix, Windows and URL paths alike.", 4 "version": "1.1.2", 5 "author": "Daniel Wirtz <[email protected]>", 6 "repository": { 7 "type": "git", 8 "url": "https://github.com/dcodeIO/protobuf.js.git" 9 }, 10 "license": "BSD-3-Clause", 11 "main": "index.js", 12 "types": "index.d.ts", 13 "devDependencies": { 14 "istanbul": "^0.4.5", 15 "tape": "^4.6.3" 16 }, 17 "scripts": { 18 "test": "tape tests/*.js", 19 "coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js" 20 } 21} 22