Compare commits
3 Commits
developmen
...
hotfix/7.4
Author | SHA1 | Date |
---|---|---|
Anne Harper | 8bc337efbb | |
Anne Harper | 476b6260c9 | |
Anne Harper | 72fd9037de |
180
package.json
180
package.json
|
@ -1,92 +1,92 @@
|
||||||
{
|
{
|
||||||
"name": "s3",
|
"name": "s3",
|
||||||
"version": "7.4.0",
|
"version": "7.4.0",
|
||||||
"description": "S3 connector",
|
"description": "S3 connector",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.9.5"
|
"node": ">=6.9.5"
|
||||||
},
|
},
|
||||||
"repository": "scality/S3",
|
"repository": "scality/S3",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"s3",
|
"s3",
|
||||||
"cloud",
|
"cloud",
|
||||||
"server"
|
"server"
|
||||||
],
|
],
|
||||||
"author": "Giorgio Regni",
|
"author": "Giorgio Regni",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/scality/S3/issues"
|
"url": "https://github.com/scality/S3/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/scality/S3#readme",
|
"homepage": "https://github.com/scality/S3#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"aws-sdk": "2.28.0",
|
"aws-sdk": "2.28.0",
|
||||||
"arsenal": "scality/Arsenal#rel/7.4",
|
"arsenal": "scality/Arsenal#hotfix/7.4.0",
|
||||||
"async": "~2.5.0",
|
"async": "~2.5.0",
|
||||||
"google-auto-auth": "^0.9.1",
|
"google-auto-auth": "^0.9.1",
|
||||||
"azure-storage": "^2.1.0",
|
"azure-storage": "^2.1.0",
|
||||||
"bucketclient": "scality/bucketclient#rel/7.4",
|
"bucketclient": "scality/bucketclient#hotfix/7.4.0",
|
||||||
"commander": "^2.9.0",
|
"commander": "^2.9.0",
|
||||||
"diskusage": "0.2.4",
|
"diskusage": "0.2.4",
|
||||||
"mongodb": "^2.2.31",
|
"mongodb": "^2.2.31",
|
||||||
"node-uuid": "^1.4.3",
|
"node-uuid": "^1.4.3",
|
||||||
"npm-run-all": "~4.0.2",
|
"npm-run-all": "~4.0.2",
|
||||||
"sproxydclient": "scality/sproxydclient#rel/7.4",
|
"sproxydclient": "scality/sproxydclient#hotfix/7.4.0",
|
||||||
"utapi": "scality/utapi#rel/7.4",
|
"utapi": "scality/utapi#hotfix/7.4.0",
|
||||||
"utf8": "~2.1.1",
|
"utf8": "~2.1.1",
|
||||||
"uuid": "^3.0.1",
|
"uuid": "^3.0.1",
|
||||||
"vaultclient": "scality/vaultclient#rel/7.4",
|
"vaultclient": "scality/vaultclient#hotfix/7.4.0",
|
||||||
"werelogs": "scality/werelogs#rel/7.4",
|
"werelogs": "scality/werelogs#hotfix/7.4.0",
|
||||||
"xml2js": "~0.4.16"
|
"xml2js": "~0.4.16"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bluebird": "^3.3.1",
|
"bluebird": "^3.3.1",
|
||||||
"eslint": "^2.4.0",
|
"eslint": "^2.4.0",
|
||||||
"eslint-config-airbnb": "^6.0.0",
|
"eslint-config-airbnb": "^6.0.0",
|
||||||
"eslint-config-scality": "scality/Guidelines#rel/7.4",
|
"eslint-config-scality": "scality/Guidelines#hotfix/7.4.0",
|
||||||
"ioredis": "2.4.0",
|
"ioredis": "2.4.0",
|
||||||
"istanbul": "1.0.0-alpha.2",
|
"istanbul": "1.0.0-alpha.2",
|
||||||
"istanbul-api": "1.0.0-alpha.13",
|
"istanbul-api": "1.0.0-alpha.13",
|
||||||
"lolex": "^1.4.0",
|
"lolex": "^1.4.0",
|
||||||
"mocha": "^2.3.4",
|
"mocha": "^2.3.4",
|
||||||
"mocha-junit-reporter": "1.11.1",
|
"mocha-junit-reporter": "1.11.1",
|
||||||
"node-mocks-http": "^1.5.2",
|
"node-mocks-http": "^1.5.2",
|
||||||
"s3blaster": "scality/s3blaster#rel/7.4",
|
"s3blaster": "scality/s3blaster#hotfix/7.4.0",
|
||||||
"tv4": "^1.2.7"
|
"tv4": "^1.2.7"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"cdmiclient": "scality/cdmiclient#rel/7.4"
|
"cdmiclient": "scality/cdmiclient#hotfix/7.4.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ft_awssdk": "cd tests/functional/aws-node-sdk && mocha test/",
|
"ft_awssdk": "cd tests/functional/aws-node-sdk && mocha test/",
|
||||||
"ft_awssdk_aws": "cd tests/functional/aws-node-sdk && AWS_ON_AIR=true mocha test/",
|
"ft_awssdk_aws": "cd tests/functional/aws-node-sdk && AWS_ON_AIR=true mocha test/",
|
||||||
"ft_awssdk_buckets": "cd tests/functional/aws-node-sdk && mocha test/bucket",
|
"ft_awssdk_buckets": "cd tests/functional/aws-node-sdk && mocha test/bucket",
|
||||||
"ft_awssdk_objects_misc": "cd tests/functional/aws-node-sdk && mocha test/legacy test/object test/service test/support",
|
"ft_awssdk_objects_misc": "cd tests/functional/aws-node-sdk && mocha test/legacy test/object test/service test/support",
|
||||||
"ft_awssdk_versioning": "cd tests/functional/aws-node-sdk && mocha test/versioning/",
|
"ft_awssdk_versioning": "cd tests/functional/aws-node-sdk && mocha test/versioning/",
|
||||||
"ft_awssdk_external_backends": "cd tests/functional/aws-node-sdk && mocha test/multipleBackend",
|
"ft_awssdk_external_backends": "cd tests/functional/aws-node-sdk && mocha test/multipleBackend",
|
||||||
"ft_management": "cd tests/functional/report && npm test",
|
"ft_management": "cd tests/functional/report && npm test",
|
||||||
"ft_node": "cd tests/functional/raw-node && npm test",
|
"ft_node": "cd tests/functional/raw-node && npm test",
|
||||||
"ft_gcp": "cd tests/functional/raw-node && npm run test-gcp",
|
"ft_gcp": "cd tests/functional/raw-node && npm run test-gcp",
|
||||||
"ft_healthchecks": "cd tests/functional/healthchecks && npm test",
|
"ft_healthchecks": "cd tests/functional/healthchecks && npm test",
|
||||||
"ft_s3cmd": "cd tests/functional/s3cmd && mocha -t 40000 *.js",
|
"ft_s3cmd": "cd tests/functional/s3cmd && mocha -t 40000 *.js",
|
||||||
"ft_s3curl": "cd tests/functional/s3curl && mocha -t 40000 *.js",
|
"ft_s3curl": "cd tests/functional/s3curl && mocha -t 40000 *.js",
|
||||||
"ft_test": "npm-run-all -s ft_awssdk ft_s3cmd ft_s3curl ft_node ft_healthchecks ft_management",
|
"ft_test": "npm-run-all -s ft_awssdk ft_s3cmd ft_s3curl ft_node ft_healthchecks ft_management",
|
||||||
"install_ft_deps": "npm install aws-sdk@2.28.0 bluebird@3.3.1 mocha@2.3.4 mocha-junit-reporter@1.11.1 tv4@1.2.7",
|
"install_ft_deps": "npm install aws-sdk@2.28.0 bluebird@3.3.1 mocha@2.3.4 mocha-junit-reporter@1.11.1 tv4@1.2.7",
|
||||||
"lint": "eslint $(git ls-files '*.js')",
|
"lint": "eslint $(git ls-files '*.js')",
|
||||||
"lint_md": "mdlint $(git ls-files '*.md')",
|
"lint_md": "mdlint $(git ls-files '*.md')",
|
||||||
"mem_backend": "S3BACKEND=mem node index.js",
|
"mem_backend": "S3BACKEND=mem node index.js",
|
||||||
"perf": "mocha tests/performance/s3standard.js",
|
"perf": "mocha tests/performance/s3standard.js",
|
||||||
"start": "npm-run-all --parallel start_dmd start_s3server",
|
"start": "npm-run-all --parallel start_dmd start_s3server",
|
||||||
"start_mongo": "S3METADATA=mongodb npm-run-all --parallel start_dataserver start_s3server",
|
"start_mongo": "S3METADATA=mongodb npm-run-all --parallel start_dataserver start_s3server",
|
||||||
"start_mdserver": "node mdserver.js",
|
"start_mdserver": "node mdserver.js",
|
||||||
"start_dataserver": "node dataserver.js",
|
"start_dataserver": "node dataserver.js",
|
||||||
"start_s3server": "node index.js",
|
"start_s3server": "node index.js",
|
||||||
"start_dmd": "npm-run-all --parallel start_mdserver start_dataserver",
|
"start_dmd": "npm-run-all --parallel start_mdserver start_dataserver",
|
||||||
"start_utapi": "node lib/utapi/utapi.js",
|
"start_utapi": "node lib/utapi/utapi.js",
|
||||||
"utapi_replay": "node lib/utapi/utapiReplay.js",
|
"utapi_replay": "node lib/utapi/utapiReplay.js",
|
||||||
"test": "CI=true S3BACKEND=mem mocha --recursive tests/unit",
|
"test": "CI=true S3BACKEND=mem mocha --recursive tests/unit",
|
||||||
"test_legacy_location": "CI=true S3_LOCATION_FILE=tests/locationConfig/locationConfigLegacy.json S3BACKEND=mem mocha --recursive tests/unit",
|
"test_legacy_location": "CI=true S3_LOCATION_FILE=tests/locationConfig/locationConfigLegacy.json S3BACKEND=mem mocha --recursive tests/unit",
|
||||||
"multiple_backend_test": "CI=true S3BACKEND=mem S3DATA=multiple mocha -t 20000 --recursive tests/multipleBackend",
|
"multiple_backend_test": "CI=true S3BACKEND=mem S3DATA=multiple mocha -t 20000 --recursive tests/multipleBackend",
|
||||||
"unit_coverage": "CI=true mkdir -p coverage/unit/ && S3BACKEND=mem MOCHA_FILE=$CIRCLE_TEST_REPORTS/unit/unit.xml istanbul cover --dir coverage/unit _mocha -- --reporter mocha-junit-reporter --recursive tests/unit",
|
"unit_coverage": "CI=true mkdir -p coverage/unit/ && S3BACKEND=mem MOCHA_FILE=$CIRCLE_TEST_REPORTS/unit/unit.xml istanbul cover --dir coverage/unit _mocha -- --reporter mocha-junit-reporter --recursive tests/unit",
|
||||||
"unit_coverage_legacy_location": "CI=true mkdir -p coverage/unitlegacylocation/ && S3_LOCATION_FILE=tests/locationConfig/locationConfigLegacy.json S3BACKEND=mem MOCHA_FILE=$CIRCLE_TEST_REPORTS/unit/unitlegacylocation.xml istanbul cover --dir coverage/unitlegacylocation _mocha -- --reporter mocha-junit-reporter --recursive tests/unit"
|
"unit_coverage_legacy_location": "CI=true mkdir -p coverage/unitlegacylocation/ && S3_LOCATION_FILE=tests/locationConfig/locationConfigLegacy.json S3BACKEND=mem MOCHA_FILE=$CIRCLE_TEST_REPORTS/unit/unitlegacylocation.xml istanbul cover --dir coverage/unitlegacylocation _mocha -- --reporter mocha-junit-reporter --recursive tests/unit"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue