2018-05-14 04:48:16 -07:00
|
|
|
{
|
2020-01-08 16:21:07 +01:00
|
|
|
"private": false,
|
2018-05-14 04:48:16 -07:00
|
|
|
"name": "@xen-orchestra/fs",
|
2022-08-04 16:05:29 +02:00
|
|
|
"version": "2.1.0",
|
2020-05-28 20:24:14 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2018-05-14 04:48:16 -07:00
|
|
|
"description": "The File System for Xen Orchestra backups.",
|
|
|
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/fs",
|
|
|
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
|
|
|
"repository": {
|
2019-02-15 10:59:21 +01:00
|
|
|
"directory": "@xen-orchestra/fs",
|
2018-05-14 04:48:16 -07:00
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
|
|
|
},
|
|
|
|
|
"preferGlobal": true,
|
|
|
|
|
"main": "dist/",
|
2022-03-10 09:48:36 +01:00
|
|
|
"bin": {
|
|
|
|
|
"xo-fs": "./cli.js"
|
|
|
|
|
},
|
2018-05-14 04:48:16 -07:00
|
|
|
"engines": {
|
2022-08-03 17:53:59 +02:00
|
|
|
"node": ">=14.13"
|
2018-05-14 04:48:16 -07:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2022-04-19 10:32:16 +02:00
|
|
|
"@aws-sdk/client-s3": "^3.54.0",
|
|
|
|
|
"@aws-sdk/lib-storage": "^3.54.0",
|
2022-04-26 11:37:34 +02:00
|
|
|
"@aws-sdk/middleware-apply-body-checksum": "^3.58.0",
|
2022-04-19 10:32:16 +02:00
|
|
|
"@aws-sdk/node-http-handler": "^3.54.0",
|
2021-11-02 13:43:49 +01:00
|
|
|
"@marsaud/smb2": "^0.18.0",
|
2019-10-30 14:06:50 +01:00
|
|
|
"@sindresorhus/df": "^3.1.1",
|
2022-07-28 15:57:40 +02:00
|
|
|
"@vates/async-each": "^1.0.0",
|
2021-04-17 14:55:21 +02:00
|
|
|
"@vates/coalesce-calls": "^0.1.0",
|
2022-03-30 15:15:22 +02:00
|
|
|
"@vates/decorate-with": "^2.0.0",
|
2021-03-03 12:05:05 +01:00
|
|
|
"@xen-orchestra/async-map": "^0.1.2",
|
2022-01-13 15:46:12 +01:00
|
|
|
"@xen-orchestra/log": "^0.3.0",
|
2022-03-10 09:48:36 +01:00
|
|
|
"bind-property-descriptor": "^2.0.0",
|
2021-08-16 15:13:10 +02:00
|
|
|
"decorator-synchronized": "^0.6.0",
|
2020-12-04 12:09:32 +01:00
|
|
|
"execa": "^5.0.0",
|
2021-08-16 15:13:10 +02:00
|
|
|
"fs-extra": "^10.0.0",
|
2020-09-07 10:17:08 +02:00
|
|
|
"get-stream": "^6.0.0",
|
2021-05-19 15:02:57 +02:00
|
|
|
"limit-concurrency-decorator": "^0.5.0",
|
2018-05-14 04:48:16 -07:00
|
|
|
"lodash": "^4.17.4",
|
2022-02-02 12:35:06 +01:00
|
|
|
"promise-toolbox": "^0.21.0",
|
2021-03-23 13:00:15 +01:00
|
|
|
"proper-lockfile": "^4.1.2",
|
2018-12-03 11:41:27 +01:00
|
|
|
"readable-stream": "^3.0.6",
|
2020-09-07 10:17:08 +02:00
|
|
|
"through2": "^4.0.2",
|
2022-06-30 15:45:29 +02:00
|
|
|
"xo-remote-parser": "^0.9.1"
|
2018-05-14 04:48:16 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2018-09-24 13:39:31 +02:00
|
|
|
"@babel/cli": "^7.0.0",
|
|
|
|
|
"@babel/core": "^7.0.0",
|
2018-12-03 11:41:27 +01:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.1.6",
|
2018-09-24 13:39:31 +02:00
|
|
|
"@babel/plugin-proposal-function-bind": "^7.0.0",
|
2022-03-03 14:00:12 +01:00
|
|
|
"@babel/preset-env": "^7.8.0",
|
2018-05-14 04:48:16 -07:00
|
|
|
"babel-plugin-lodash": "^3.3.2",
|
2020-06-03 10:58:18 +02:00
|
|
|
"cross-env": "^7.0.2",
|
2022-04-19 10:32:16 +02:00
|
|
|
"dotenv": "^16.0.0",
|
2019-09-02 09:45:38 +02:00
|
|
|
"rimraf": "^3.0.0"
|
2018-05-14 04:48:16 -07:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",
|
|
|
|
|
"clean": "rimraf dist/",
|
|
|
|
|
"dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/",
|
|
|
|
|
"prebuild": "yarn run clean",
|
|
|
|
|
"predev": "yarn run clean",
|
2020-07-30 19:07:36 +02:00
|
|
|
"prepublishOnly": "yarn run build",
|
2019-05-06 11:25:09 +02:00
|
|
|
"postversion": "npm publish"
|
2020-06-01 14:03:34 +02:00
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Vates SAS",
|
|
|
|
|
"url": "https://vates.fr"
|
2022-08-03 17:53:59 +02:00
|
|
|
},
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./dist/index.js",
|
|
|
|
|
"./path": "./dist/path.js"
|
2018-05-14 04:48:16 -07:00
|
|
|
}
|
|
|
|
|
}
|