97 lines
2.3 KiB
JSON
97 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"iltorb@2.0.3",
|
|
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
|
]
|
|
],
|
|
"_from": "iltorb@2.0.3",
|
|
"_id": "iltorb@2.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-cMFik5qLNvgt04JOa4KZaNNR7FhAaW2VIghGZmuuvDgYSZJZjwby9poOV+CoceRkwDdWJm1ei6JBD3Rhu6x7Vg==",
|
|
"_location": "/iltorb",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "iltorb@2.0.3",
|
|
"name": "iltorb",
|
|
"escapedName": "iltorb",
|
|
"rawSpec": "2.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/iltorb/-/iltorb-2.0.3.tgz",
|
|
"_spec": "2.0.3",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
|
"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"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Nicolas Stepien",
|
|
"email": "stepien.nicolas@gmail.com"
|
|
},
|
|
{
|
|
"name": "Hung Tran",
|
|
"email": "oohnoitz@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"detect-libc": "^1.0.3",
|
|
"nan": "^2.8.0",
|
|
"node-gyp": "^3.6.2",
|
|
"prebuild-install": "^2.3.0"
|
|
},
|
|
"description": "Brotli compression/decompression with native bindings",
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"cross-env": "^5.1.1",
|
|
"cross-spawn": "^5.1.0",
|
|
"mocha": "^4.0.1",
|
|
"node-abi": "^2.1.2",
|
|
"npm-run-path-compat": "^2.0.3",
|
|
"prebuild": "^6.2.2"
|
|
},
|
|
"files": [
|
|
"brotli/c/common",
|
|
"brotli/c/dec",
|
|
"brotli/c/enc",
|
|
"brotli/c/include",
|
|
"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": "detect-libc prebuild-install || node-gyp rebuild",
|
|
"prebuild": "detect-libc prebuild",
|
|
"prebuild-ci": "node build.js",
|
|
"prebuild-upload": "cross-env PUBLISH_BINARY=1 npm run prebuild-ci",
|
|
"rebuild": "prebuild --compile",
|
|
"test": "mocha"
|
|
},
|
|
"version": "2.0.3"
|
|
}
|