123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- {
- "_from": "aws-sdk",
- "_id": "aws-sdk@2.1618.0",
- "_inBundle": false,
- "_integrity": "sha512-yfDi9cOpT+dnKMHaR8aFhRyISMItQrRW0v5usaNh7WvXl/YVN1YI0tMSdF1riqaOpbwKgk7162YBj+RoALimHg==",
- "_location": "/aws-sdk",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "aws-sdk",
- "name": "aws-sdk",
- "escapedName": "aws-sdk",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1618.0.tgz",
- "_shasum": "591b27e0ea38dcfd2d1492dc31aaf98a39ee1035",
- "_spec": "aws-sdk",
- "_where": "/Users/ben/Desktop/app/be/be-ytb/js",
- "author": {
- "name": "Amazon Web Services",
- "url": "https://aws.amazon.com/"
- },
- "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"
- },
- "bugs": {
- "url": "https://github.com/aws/aws-sdk-js/issues"
- },
- "bundleDependencies": false,
- "config": {
- "test_args": "test test/json test/model test/protocol test/query test/services test/signers test/xml test/s3 test/cloudfront test/dynamodb test/polly test/rds test/publisher test/event-stream test/endpoint"
- },
- "contributors": [
- {
- "name": "Loren Segal",
- "email": "lsegal@amazon.com"
- },
- {
- "name": "Trevor Rowe",
- "email": "trevrowe@amazon.com"
- }
- ],
- "dependencies": {
- "buffer": "4.9.2",
- "events": "1.1.1",
- "ieee754": "1.1.13",
- "jmespath": "0.16.0",
- "querystring": "0.2.0",
- "sax": "1.2.1",
- "url": "0.10.3",
- "util": "^0.12.4",
- "uuid": "8.0.0",
- "xml2js": "0.6.2"
- },
- "deprecated": false,
- "description": "AWS SDK for JavaScript",
- "devDependencies": {
- "@types/node": "6.0.92",
- "browserify": "13.1.0",
- "chai": "^3.0",
- "codecov": "^3.8.2",
- "coffeeify": "*",
- "coffeescript": "^1.12.7",
- "cucumber": "0.5.x",
- "eslint": "^5.8.0",
- "hash-test-vectors": "^1.3.2",
- "insert-module-globals": "^7.0.0",
- "istanbul": "*",
- "jasmine": "^2.5.3",
- "jasmine-core": "^2.5.2",
- "json-loader": "^0.5.4",
- "karma": "^4.1.0",
- "karma-chrome-launcher": "2.2.0",
- "karma-jasmine": "^1.1.0",
- "mocha": "^3.0.0",
- "repl.history": "*",
- "semver": "*",
- "typescript": "2.0.8",
- "uglify-js": "2.x",
- "webpack": "^1.15.0"
- },
- "directories": {
- "lib": "lib"
- },
- "engines": {
- "node": ">= 10.0.0"
- },
- "homepage": "https://github.com/aws/aws-sdk-js",
- "keywords": [
- "api",
- "amazon",
- "aws",
- "ec2",
- "simpledb",
- "s3",
- "sqs",
- "ses",
- "sns",
- "route53",
- "rds",
- "elasticache",
- "cloudfront",
- "fps",
- "cloudformation",
- "cloudwatch",
- "dynamodb",
- "iam",
- "swf",
- "autoscaling",
- "cloudsearch",
- "elb",
- "loadbalancing",
- "emr",
- "mapreduce",
- "importexport",
- "storagegateway",
- "workflow",
- "ebs",
- "vpc",
- "beanstalk",
- "glacier",
- "kinesis",
- "cloudtrail",
- "waf"
- ],
- "license": "Apache-2.0",
- "main": "lib/aws.js",
- "name": "aws-sdk",
- "react-native": {
- "fs": "./lib/empty.js",
- "./lib/node_loader.js": "./lib/react-native-loader.js",
- "./lib/browser_loader.js": "./lib/react-native-loader.js",
- "./lib/core.js": "./dist/aws-sdk-core-react-native.js",
- "xml2js": "./dist/xml2js.js"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/aws/aws-sdk-js.git"
- },
- "scripts": {
- "add-change": "node ./scripts/changelog/add-change.js",
- "browsertest": "rake browser:test && karma start",
- "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",
- "build-react-native-core": "webpack --config dist-tools/webpack.config.rn-core.js",
- "build-react-native-deps": "webpack --config dist-tools/webpack.config.rn-dep.js",
- "build-react-native-dist": "webpack --config dist-tools/webpack.config.rn.js",
- "build-typings": "node ./scripts/typings-generator.js",
- "buildertest": "mocha --require coffeescript/register -s 1000 -t 10000 dist-tools/test/*.coffee",
- "console": "./scripts/console",
- "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --reporter=lcovonly -- $npm_package_config_test_args",
- "csm-functional-test": "mocha test/publisher/functional_test",
- "helper-test": "mocha scripts/lib/test-helper.spec.js",
- "integration": "cucumber.js",
- "lint": "eslint lib test dist-tools/*.js",
- "postinstall": "node scripts/warn-maintenance-mode.js",
- "react-native-test": "npm -s run-script build-react-native && rake reactnative:test && karma start",
- "region-check": "node ./scripts/region-checker/index.js",
- "test": "node ./scripts/composite-test.js",
- "testfiles": "istanbul `[ $COVERAGE ] && echo 'cover _mocha' || echo 'test mocha'`",
- "translate-api-test": "mocha scripts/lib/translate-api.spec.js",
- "tstest": "npm -s run-script build-typings && tsc -p ./ts",
- "typings-generator-test": "mocha scripts/lib/prune-shapes.spec.js",
- "unit": "mocha -- $npm_package_config_test_args"
- },
- "types": "index.d.ts",
- "typings": "index.d.ts",
- "version": "2.1618.0"
- }
|