fetch-h2-br
Version:
đ„ Brotli decoder to fetch-h2-br
65 lines (64 loc) âą 1.61 kB
JSON
{
"name": "fetch-h2-br",
"version": "2.0.0",
"description": "đ„ Brotli decoder to fetch-h2-br",
"author": "Gustaf RÀntilÀ",
"license": "MIT",
"bugs": {
"url": "https://github.com/grantila/fetch-h2-br/issues"
},
"homepage": "https://github.com/grantila/fetch-h2-br#readme",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"directories": {},
"engines": {
"node": ">=8.4"
},
"scripts": {
"build": "./node_modules/.bin/rimraf dist && ./node_modules/.bin/tsc -p .",
"test": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --bail --check-leaks -- dist/test",
"buildtest": "npm run build && npm run test",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"cz": "git-cz"
},
"repository": {
"type": "git",
"url": "https://github.com/grantila/fetch-h2-br"
},
"keywords": [
"fetch",
"fetch-h2",
"h2",
"br",
"brotli"
],
"peerDependencies": {
"fetch-h2": "1.x"
},
"devDependencies": {
"@types/get-stream": "3.x",
"@types/iltorb": "2.x",
"@types/mocha": "2.x",
"@types/node": "8.x",
"@types/tough-cookie": "2.x",
"chai": "4.x",
"coveralls": "2.x",
"cz-conventional-changelog": "2.x",
"fetch-h2": "1.x",
"istanbul": "1.1.0-alpha.1",
"mocha": "4.x",
"rimraf": "2.x",
"semantic-release": "15.x",
"travis-deploy-once": "5.x",
"typescript": "2.6.x"
},
"dependencies": {
"iltorb": "2.x"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}