package.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. {
  2. "_from": "aws-sdk",
  3. "_id": "aws-sdk@2.1618.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yfDi9cOpT+dnKMHaR8aFhRyISMItQrRW0v5usaNh7WvXl/YVN1YI0tMSdF1riqaOpbwKgk7162YBj+RoALimHg==",
  6. "_location": "/aws-sdk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "aws-sdk",
  12. "name": "aws-sdk",
  13. "escapedName": "aws-sdk",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1618.0.tgz",
  23. "_shasum": "591b27e0ea38dcfd2d1492dc31aaf98a39ee1035",
  24. "_spec": "aws-sdk",
  25. "_where": "/Users/ben/Desktop/app/be/be-ytb/js",
  26. "author": {
  27. "name": "Amazon Web Services",
  28. "url": "https://aws.amazon.com/"
  29. },
  30. "browser": {
  31. "lib/aws.js": "./lib/browser.js",
  32. "fs": false,
  33. "./global.js": "./browser.js",
  34. "./lib/node_loader.js": "./lib/browser_loader.js"
  35. },
  36. "browserify": {
  37. "transform": "./dist-tools/transform.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/aws/aws-sdk-js/issues"
  41. },
  42. "bundleDependencies": false,
  43. "config": {
  44. "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"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Loren Segal",
  49. "email": "lsegal@amazon.com"
  50. },
  51. {
  52. "name": "Trevor Rowe",
  53. "email": "trevrowe@amazon.com"
  54. }
  55. ],
  56. "dependencies": {
  57. "buffer": "4.9.2",
  58. "events": "1.1.1",
  59. "ieee754": "1.1.13",
  60. "jmespath": "0.16.0",
  61. "querystring": "0.2.0",
  62. "sax": "1.2.1",
  63. "url": "0.10.3",
  64. "util": "^0.12.4",
  65. "uuid": "8.0.0",
  66. "xml2js": "0.6.2"
  67. },
  68. "deprecated": false,
  69. "description": "AWS SDK for JavaScript",
  70. "devDependencies": {
  71. "@types/node": "6.0.92",
  72. "browserify": "13.1.0",
  73. "chai": "^3.0",
  74. "codecov": "^3.8.2",
  75. "coffeeify": "*",
  76. "coffeescript": "^1.12.7",
  77. "cucumber": "0.5.x",
  78. "eslint": "^5.8.0",
  79. "hash-test-vectors": "^1.3.2",
  80. "insert-module-globals": "^7.0.0",
  81. "istanbul": "*",
  82. "jasmine": "^2.5.3",
  83. "jasmine-core": "^2.5.2",
  84. "json-loader": "^0.5.4",
  85. "karma": "^4.1.0",
  86. "karma-chrome-launcher": "2.2.0",
  87. "karma-jasmine": "^1.1.0",
  88. "mocha": "^3.0.0",
  89. "repl.history": "*",
  90. "semver": "*",
  91. "typescript": "2.0.8",
  92. "uglify-js": "2.x",
  93. "webpack": "^1.15.0"
  94. },
  95. "directories": {
  96. "lib": "lib"
  97. },
  98. "engines": {
  99. "node": ">= 10.0.0"
  100. },
  101. "homepage": "https://github.com/aws/aws-sdk-js",
  102. "keywords": [
  103. "api",
  104. "amazon",
  105. "aws",
  106. "ec2",
  107. "simpledb",
  108. "s3",
  109. "sqs",
  110. "ses",
  111. "sns",
  112. "route53",
  113. "rds",
  114. "elasticache",
  115. "cloudfront",
  116. "fps",
  117. "cloudformation",
  118. "cloudwatch",
  119. "dynamodb",
  120. "iam",
  121. "swf",
  122. "autoscaling",
  123. "cloudsearch",
  124. "elb",
  125. "loadbalancing",
  126. "emr",
  127. "mapreduce",
  128. "importexport",
  129. "storagegateway",
  130. "workflow",
  131. "ebs",
  132. "vpc",
  133. "beanstalk",
  134. "glacier",
  135. "kinesis",
  136. "cloudtrail",
  137. "waf"
  138. ],
  139. "license": "Apache-2.0",
  140. "main": "lib/aws.js",
  141. "name": "aws-sdk",
  142. "react-native": {
  143. "fs": "./lib/empty.js",
  144. "./lib/node_loader.js": "./lib/react-native-loader.js",
  145. "./lib/browser_loader.js": "./lib/react-native-loader.js",
  146. "./lib/core.js": "./dist/aws-sdk-core-react-native.js",
  147. "xml2js": "./dist/xml2js.js"
  148. },
  149. "repository": {
  150. "type": "git",
  151. "url": "git://github.com/aws/aws-sdk-js.git"
  152. },
  153. "scripts": {
  154. "add-change": "node ./scripts/changelog/add-change.js",
  155. "browsertest": "rake browser:test && karma start",
  156. "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",
  157. "build-react-native-core": "webpack --config dist-tools/webpack.config.rn-core.js",
  158. "build-react-native-deps": "webpack --config dist-tools/webpack.config.rn-dep.js",
  159. "build-react-native-dist": "webpack --config dist-tools/webpack.config.rn.js",
  160. "build-typings": "node ./scripts/typings-generator.js",
  161. "buildertest": "mocha --require coffeescript/register -s 1000 -t 10000 dist-tools/test/*.coffee",
  162. "console": "./scripts/console",
  163. "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --reporter=lcovonly -- $npm_package_config_test_args",
  164. "csm-functional-test": "mocha test/publisher/functional_test",
  165. "helper-test": "mocha scripts/lib/test-helper.spec.js",
  166. "integration": "cucumber.js",
  167. "lint": "eslint lib test dist-tools/*.js",
  168. "postinstall": "node scripts/warn-maintenance-mode.js",
  169. "react-native-test": "npm -s run-script build-react-native && rake reactnative:test && karma start",
  170. "region-check": "node ./scripts/region-checker/index.js",
  171. "test": "node ./scripts/composite-test.js",
  172. "testfiles": "istanbul `[ $COVERAGE ] && echo 'cover _mocha' || echo 'test mocha'`",
  173. "translate-api-test": "mocha scripts/lib/translate-api.spec.js",
  174. "tstest": "npm -s run-script build-typings && tsc -p ./ts",
  175. "typings-generator-test": "mocha scripts/lib/prune-shapes.spec.js",
  176. "unit": "mocha -- $npm_package_config_test_args"
  177. },
  178. "types": "index.d.ts",
  179. "typings": "index.d.ts",
  180. "version": "2.1618.0"
  181. }