UNPKG

ibm-cos-sdk

Version:
95 lines (94 loc) 3.38 kB
{ "name": "ibm-cos-sdk", "description": "IBM SDK for JavaScript", "version": "1.14.1", "author": { "name": "IBM", "email": "", "url": "https://www.ibm.com/cloud/" }, "homepage": "https://github.com/IBM/ibm-cos-sdk-js", "contributors": [], "devDependencies": { "@cucumber/cucumber": "^11.2.0", "@types/node": "^6.14.13", "browserify": "^16.5.2", "chai": "^3.5.0", "codecov": "^3.8.3", "coffeescript": "^1.12.7", "coveralls": "^3.1.1", "eslint": "^5.16.0", "insert-module-globals": "^7.2.1", "istanbul": "*", "karma": "^6.4.4", "karma-jasmine": "^1.1.2", "mocha": "^5.2.0", "typescript": "^3.9.10", "uglify-js": "^3.17.4" }, "dependencies": { "buffer": "^4.9.2", "jmespath": "^0.16.0", "url": "^0.11.4", "util": "^0.12.5", "uuid": "^8.3.2", "xml2js": "^0.6.2", "xmlbuilder": "^10.1.1" }, "main": "lib/aws.js", "browser": { "lib/aws.js": "./lib/browser.js", "fs": false, "./global.js": "./browser.js", "./lib/node_loader.js": "./lib/browser_loader.js" }, "browserify": { "transform": "./dist-tools/transform.js" }, "directories": { "lib": "lib", "test": "test" }, "types": "index.d.ts", "typings": "index.d.ts", "engines": { "node": ">= 10.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/IBM/ibm-cos-sdk-js.git" }, "bugs": { "url": "https://github.com/IBM/ibm-cos-sdk-js/issues" }, "license": "Apache-2.0", "keywords": [ "api", "s3", "iam" ], "scripts": { "test": "node ./scripts/composite-test.js", "unit": "mocha -- test test/json test/model test/protocol test/query test/services test/signers test/xml test/s3", "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --reporter=lcovonly -- test test/json test/model test/protocol test/query test/services test/signers test/xml test/s3 test/publisher test/event-stream", "browsertest": "rake browser:test && karma start", "buildertest": "mocha --require coffeescript/register -s 1000 -t 10000 dist-tools/test/*.coffee", "integration": "cucumber.js", "lint": "eslint lib test dist-tools/*.js", "console": "./scripts/console", "testfiles": "istanbul `[ $COVERAGE ] && echo 'cover _mocha' || echo 'test mocha'`", "tstest": "npm -s run-script build-typings && tsc -p ./ts", "build-typings": "node ./scripts/typings-generator.js", "add-change": "node ./scripts/changelog/add-change.js", "build-react-native-deps": "webpack --config dist-tools/webpack.config.rn-dep.js", "build-react-native-core": "webpack --config dist-tools/webpack.config.rn-core.js", "build-react-native-dist": "webpack --config dist-tools/webpack.config.rn.js", "build-react-native": "npm -s run-script build-react-native-deps && npm -s run-script build-react-native-core && npm -s run-script build-react-native-dist", "react-native-test": "npm -s run-script build-react-native && rake reactnative:test && karma start", "region-check": "node ./scripts/region-checker/index.js", "translate-api-test": "mocha scripts/lib/translate-api.spec.js", "typings-generator-test": "mocha scripts/lib/prune-shapes.spec.js", "helper-test": "mocha scripts/lib/test-helper.spec.js", "csm-functional-test": "mocha test/publisher/functional_test" } }