git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

package.json (3853B)


      1 {
      2   "name": "aws-sdk",
      3   "description": "AWS SDK for JavaScript",
      4   "version": "2.7.7",
      5   "author": {
      6     "name": "Amazon Web Services",
      7     "url": "http://aws.amazon.com/"
      8   },
      9   "homepage": "https://github.com/aws/aws-sdk-js",
     10   "contributors": [
     11     {
     12       "name": "Loren Segal",
     13       "email": "lsegal@amazon.com"
     14     },
     15     {
     16       "name": "Trevor Rowe",
     17       "email": "trevrowe@amazon.com"
     18     }
     19   ],
     20   "devDependencies": {
     21     "@types/node": "^6.0.46",
     22     "browserify": "13.1.0",
     23     "chai": "*",
     24     "coffee-script": "1.6.3",
     25     "coffeeify": "*",
     26     "coveralls": "2.x",
     27     "cucumber": "0.5.x",
     28     "eslint": "1.x",
     29     "insert-module-globals": "^7.0.0",
     30     "istanbul": "*",
     31     "mocha": "*",
     32     "repl.history": "*",
     33     "semver": "*",
     34     "typescript": "2.0.8",
     35     "uglify-js": "2.x"
     36   },
     37   "dependencies": {
     38     "buffer": "4.9.1",
     39     "crypto-browserify": "1.0.9",
     40     "jmespath": "0.15.0",
     41     "querystring": "0.2.0",
     42     "sax": "1.1.5",
     43     "url": "0.10.3",
     44     "xml2js": "0.4.15",
     45     "xmlbuilder": "2.6.2"
     46   },
     47   "main": "lib/aws.js",
     48   "browser": {
     49     "lib/aws.js": "./lib/browser.js",
     50     "fs": false,
     51     "./global.js": "./browser.js",
     52     "./lib/node_loader.js": "./lib/browser_loader.js"
     53   },
     54   "browserify": {
     55     "transform": "./dist-tools/transform.js"
     56   },
     57   "directories": {
     58     "lib": "lib"
     59   },
     60   "types": "index.d.ts",
     61   "typings": "index.d.ts",
     62   "engines": {
     63     "node": ">= 0.8.0"
     64   },
     65   "repository": {
     66     "type": "git",
     67     "url": "git://github.com/aws/aws-sdk-js.git"
     68   },
     69   "bugs": {
     70     "url": "http://github.com/aws/aws-sdk-js/issues"
     71   },
     72   "license": "Apache-2.0",
     73   "keywords": [
     74     "api",
     75     "amazon",
     76     "aws",
     77     "ec2",
     78     "simpledb",
     79     "s3",
     80     "sqs",
     81     "ses",
     82     "sns",
     83     "route53",
     84     "rds",
     85     "elasticache",
     86     "cloudfront",
     87     "fps",
     88     "cloudformation",
     89     "cloudwatch",
     90     "dynamodb",
     91     "iam",
     92     "swf",
     93     "autoscaling",
     94     "cloudsearch",
     95     "elb",
     96     "loadbalancing",
     97     "emr",
     98     "mapreduce",
     99     "importexport",
    100     "storagegateway",
    101     "workflow",
    102     "ebs",
    103     "vpc",
    104     "beanstalk",
    105     "glacier",
    106     "kinesis",
    107     "cloudtrail",
    108     "waf"
    109   ],
    110   "scripts": {
    111     "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)",
    112     "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",
    113     "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- test test/json test/model test/protocol test/query test/services test/signers test/xml",
    114     "browsertest": "rake browser:test",
    115     "buildertest": "mocha --compilers coffee:coffee-script -s 1000 -t 10000 dist-tools/test",
    116     "integration": "cucumber.js",
    117     "lint": "eslint lib dist-tools/*.js",
    118     "console": "./scripts/console",
    119     "testfiles": "istanbul `[ $COVERAGE ] && echo 'cover _mocha' || echo 'test mocha'`",
    120     "tstest": "tsc -p ./ts"
    121   },
    122   "gitHead": "e02103e5f82d4251062cf09e3a38f8e1c3ac5dcc",
    123   "_id": "aws-sdk@2.7.7",
    124   "_shasum": "3ee7faec55faed1d4f53f7006ef55c6ce5c756a6",
    125   "_from": "aws-sdk@latest",
    126   "_npmVersion": "2.15.1",
    127   "_nodeVersion": "0.12.15",
    128   "_npmUser": {
    129     "name": "aws",
    130     "email": "aws-sdk-js@amazon.com"
    131   },
    132   "maintainers": [
    133     {
    134       "name": "aws",
    135       "email": "trevrowe@amazon.com"
    136     }
    137   ],
    138   "dist": {
    139     "shasum": "3ee7faec55faed1d4f53f7006ef55c6ce5c756a6",
    140     "tarball": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.7.7.tgz"
    141   },
    142   "_npmOperationalInternal": {
    143     "host": "packages-12-west.internal.npmjs.com",
    144     "tmp": "tmp/aws-sdk-2.7.7.tgz_1479861718984_0.013381922850385308"
    145   },
    146   "_resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.7.7.tgz"
    147 }