1{ 2 "name": "@protobufjs/fetch", 3 "description": "Fetches the contents of a file accross node and browsers.", 4 "version": "1.1.0", 5 "author": "Daniel Wirtz <[email protected]>", 6 "repository": { 7 "type": "git", 8 "url": "https://github.com/dcodeIO/protobuf.js.git" 9 }, 10 "dependencies": { 11 "@protobufjs/aspromise": "^1.1.1", 12 "@protobufjs/inquire": "^1.1.0" 13 }, 14 "license": "BSD-3-Clause", 15 "main": "index.js", 16 "types": "index.d.ts", 17 "devDependencies": { 18 "istanbul": "^0.4.5", 19 "tape": "^4.6.3" 20 }, 21 "scripts": { 22 "test": "tape tests/*.js", 23 "coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js" 24 } 25} 26