{
  "_args": [
    [
      {
        "raw": "aws-sdk@2.5.2",
        "scope": null,
        "escapedName": "aws-sdk",
        "name": "aws-sdk",
        "rawSpec": "2.5.2",
        "spec": "2.5.2",
        "type": "version"
      },
      "/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/npm-register"
    ]
  ],
  "_from": "aws-sdk@2.5.2",
  "_id": "aws-sdk@2.5.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/aws-sdk",
  "_nodeVersion": "0.12.9",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/aws-sdk-2.5.2.tgz_1471566035296_0.8805278199724853"
  },
  "_npmUser": {
    "name": "aws",
    "email": "aws-sdk-js@amazon.com"
  },
  "_npmVersion": "2.14.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "aws-sdk@2.5.2",
    "scope": null,
    "escapedName": "aws-sdk",
    "name": "aws-sdk",
    "rawSpec": "2.5.2",
    "spec": "2.5.2",
    "type": "version"
  },
  "_requiredBy": [
    "/npm-register"
  ],
  "_resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.5.2.tgz",
  "_shasum": "899179bc23f9d88c3935cf0873e2dc7ffc26f96e",
  "_shrinkwrap": null,
  "_spec": "aws-sdk@2.5.2",
  "_where": "/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/npm-register",
  "author": {
    "name": "Amazon Web Services",
    "url": "http://aws.amazon.com/"
  },
  "browser": "lib/browser.js",
  "browserify": {
    "transform": "./dist-tools/transform.js"
  },
  "bugs": {
    "url": "http://github.com/aws/aws-sdk-js/issues"
  },
  "contributors": [
    {
      "name": "Loren Segal",
      "email": "lsegal@amazon.com"
    },
    {
      "name": "Trevor Rowe",
      "email": "trevrowe@amazon.com"
    }
  ],
  "dependencies": {
    "jmespath": "0.15.0",
    "sax": "1.1.5",
    "xml2js": "0.4.15",
    "xmlbuilder": "2.6.2"
  },
  "description": "AWS SDK for JavaScript",
  "devDependencies": {
    "browserify": "^8.1.3",
    "chai": "*",
    "coffee-script": "1.6.3",
    "coffeeify": "*",
    "coveralls": "2.x",
    "cucumber": "0.5.x",
    "eslint": "1.x",
    "insert-module-globals": "^7.0.0",
    "istanbul": "*",
    "mocha": "*",
    "repl.history": "*",
    "semver": "*",
    "uglify-js": "2.x"
  },
  "directories": {
    "lib": "lib"
  },
  "dist": {
    "shasum": "899179bc23f9d88c3935cf0873e2dc7ffc26f96e",
    "tarball": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.5.2.tgz"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "gitHead": "4e5eb69ef808faa8f8013790f4d6ca956752f24e",
  "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",
  "maintainers": [
    {
      "name": "aws",
      "email": "trevrowe@amazon.com"
    }
  ],
  "name": "aws-sdk",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/aws/aws-sdk-js.git"
  },
  "scripts": {
    "browsertest": "rake browser:test",
    "buildertest": "mocha --compilers coffee:coffee-script -s 1000 -t 10000 dist-tools/test",
    "console": "./scripts/console",
    "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- test test/json test/model test/protocol test/query test/services test/signers test/xml",
    "integration": "cucumber.js",
    "lint": "eslint lib dist-tools/*.js",
    "test": "npm -s run-script lint && npm -s run-script unit && npm -s run-script buildertest && npm -s run-script browsertest && ([ -f configuration ] && npm -s run-script integration || true)",
    "unit": "istanbul `[ $COVERAGE ] && echo 'cover _mocha' || echo 'test mocha'` -- test test/json test/model test/protocol test/query test/services test/signers test/xml test/s3 test/cloudfront"
  },
  "version": "2.5.2"
}
