UNPKG

minio

Version:

S3 Compatible Cloud Storage client

83 lines (82 loc) 1.97 kB
{ "name": "minio", "version": "7.0.32", "description": "S3 Compatible Cloud Storage client", "main": "./dist/main/minio.js", "scripts": { "compile": "gulp compile", "test": "gulp test", "lint": "gulp lint", "lint-fix": "gulp lint --fix", "prepublishOnly": "gulp test", "functional": "gulp functionalTest", "browserify": "gulp browserify", "prepare": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/minio/minio-js.git" }, "author": { "name": "MinIO, Inc.", "email": "", "url": "https://min.io" }, "engines": { "node": ">8 <=18" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/minio/minio-js/issues", "mail": "" }, "homepage": "https://github.com/minio/minio-js#readme", "dependencies": { "async": "^3.1.0", "block-stream2": "^2.0.0", "browser-or-node": "^1.3.0", "buffer-crc32": "^0.2.13", "crypto-browserify": "^3.12.0", "es6-error": "^4.1.1", "fast-xml-parser": "^3.17.5", "ipaddr.js": "^2.0.1", "json-stream": "^1.0.0", "lodash": "^4.17.21", "mime-types": "^2.1.14", "mkdirp": "^0.5.1", "query-string": "^7.1.1", "through2": "^3.0.1", "web-encoding": "^1.1.5", "xml": "^1.0.0", "xml2js": "^0.4.15" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.10", "babelify": "^10.0.0", "browserify": "^16.5.2", "chai": "^4.2.0", "eslint": "^8.9.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-eslint": "^4.0.2", "gulp-if": "^3.0.0", "gulp-mocha": "^8.0.0", "gulp-sourcemaps": "^2.6.5", "mocha": "^9.2.0", "mocha-steps": "^1.1.0", "nock": "^13.2.2", "source-map-support": "^0.5.13", "split-file": "^2.2.2", "superagent": "^5.1.0", "uuid": "^3.3.2" }, "keywords": [ "api", "amazon", "minio", "cloud", "s3", "storage" ] }