2019-07-24 14:52:17 +00:00
|
|
|
{
|
|
|
|
"name": "fuse-native",
|
2020-01-23 14:11:01 +00:00
|
|
|
"version": "2.0.7",
|
2019-07-24 14:52:17 +00:00
|
|
|
"description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api",
|
|
|
|
"main": "index.js",
|
2019-12-17 09:15:33 +00:00
|
|
|
"bin": {
|
|
|
|
"fuse-native": "./bin.js"
|
|
|
|
},
|
2019-07-24 14:52:17 +00:00
|
|
|
"scripts": {
|
|
|
|
"install": "node-gyp-build",
|
2019-08-06 08:55:08 +00:00
|
|
|
"test": "tape test/*.js",
|
2019-11-19 13:04:46 +00:00
|
|
|
"prebuild": "prebuildify --napi --strip",
|
|
|
|
"prebuild-ia32": "prebuildify --napi --strip --arch=ia32",
|
|
|
|
"configure": "NODE=$(which node) && sudo -E $NODE ./bin.js configure || true"
|
|
|
|
},
|
2019-07-24 14:52:17 +00:00
|
|
|
"gypfile": true,
|
|
|
|
"dependencies": {
|
2019-12-17 14:47:37 +00:00
|
|
|
"fuse-shared-library": "^1.0.2",
|
|
|
|
"nanoresource": "^1.3.0",
|
2019-07-24 14:52:17 +00:00
|
|
|
"napi-macros": "^2.0.0",
|
2019-12-17 14:47:37 +00:00
|
|
|
"node-gyp-build": "^4.2.0"
|
2019-07-24 14:52:17 +00:00
|
|
|
},
|
2019-08-01 12:24:01 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"concat-stream": "^2.0.0",
|
2019-11-19 13:04:46 +00:00
|
|
|
"prebuildify": "^3.0.4",
|
2019-08-01 12:24:01 +00:00
|
|
|
"standard": "^13.1.0",
|
2019-12-17 14:47:37 +00:00
|
|
|
"tape": "^4.12.0"
|
2019-08-01 12:24:01 +00:00
|
|
|
},
|
2019-07-24 14:52:17 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/fuse-friends/fuse-native.git"
|
|
|
|
},
|
|
|
|
"author": "Mathias Buus (@mafintosh)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/fuse-friends/fuse-native/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/fuse-friends/fuse-native"
|
|
|
|
}
|