{
"_from": "iltorb@^2.0.1",
"_id": "iltorb@2.4.3",
"_inBundle": false,
"_integrity": "sha512-cr/kC07Cf9sW3TWH7yUxV2QkNjby4LMCsXGmxPCQs5x//QzTpF3GLPNY7L66G+DkNGaTRCgY+vYZ+dyAcuDOnQ==",
"_location": "/iltorb",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "iltorb@^2.0.1",
"name": "iltorb",
"escapedName": "iltorb",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/brotli-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/iltorb/-/iltorb-2.4.3.tgz",
"_shasum": "b489689d24c8a25a2cf170c515f97954edd45577",
"_spec": "iltorb@^2.0.1",
"_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/brotli-webpack-plugin",
"binary": {
"module_name": "iltorb",
"module_path": "./build/bindings",
"remote_path": "v{version}",
"host": "https://github.com/MayhemYDG/iltorb/releases/download/"
},
"bugs": {
"url": "https://github.com/MayhemYDG/iltorb/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Nicolas Stepien",
"email": "stepien.nicolas@gmail.com"
},
{
"name": "Hung Tran",
"email": "oohnoitz@gmail.com"
}
],
"dependencies": {
"detect-libc": "^1.0.3",
"nan": "^2.13.2",
"npmlog": "^4.1.2",
"prebuild-install": "^5.3.0",
"which-pm-runs": "^1.0.0"
},
"deprecated": false,
"description": "Brotli compression/decompression with native bindings",
"devDependencies": {
"ava": "^1.4.1",
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"node-abi": "^2.7.1",
"node-gyp": "^4.0.0",
"npm-run-path-compat": "^2.0.3",
"prebuild": "^8.2.1"
},
"files": [
"brotli/c/common",
"brotli/c/dec",
"brotli/c/enc",
"brotli/c/include",
"scripts",
"src",
"binding.gyp",
"index.js"
],
"homepage": "https://github.com/MayhemYDG/iltorb",
"keywords": [
"brotli",
"compression",
"decompression"
],
"license": "MIT",
"main": "index.js",
"name": "iltorb",
"repository": {
"type": "git",
"url": "git://github.com/MayhemYDG/iltorb.git"
},
"scripts": {
"install": "node ./scripts/install.js || node-gyp rebuild",
"prebuild": "detect-libc prebuild",
"prebuild-ci": "node ./scripts/build.js",
"prebuild-upload": "cross-env PUBLISH_BINARY=1 npm run prebuild-ci",
"rebuild": "prebuild --compile",
"test": "ava"
},
"version": "2.4.3"
}