aws-s3-facia-tool
Advanced tools
Comparing version 1.2.1 to 2.0.0
{ | ||
"name": "aws-s3-facia-tool", | ||
"description": "Iterate on S3 buckets in facia tool", | ||
"version": "1.2.1", | ||
"description": "API on top of facia tool storage", | ||
"version": "2.0.0", | ||
"main": "dist/bundle.js", | ||
"jsnext:main": "dist/bundle.es6.js", | ||
"scripts": { | ||
"lint": "eslint lib", | ||
"pretest": "npm run-script lint", | ||
"test": "babel-node --presets es2015 -- ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha test", | ||
"posttest": "istanbul check-coverage --statements 85 --branches 70 --functions 100 --lines 90", | ||
"lint": "eslint lib modules test", | ||
"bundleTest": "rollup -c rollup.config.test.js", | ||
"checkCoverage": "istanbul check-coverage --statements 85 --branches 70 --functions 100 --lines 90", | ||
"pretest": "npm run bundleTest", | ||
"test": "mocha --reporter test/istanbul.reporter.js test", | ||
"posttest": "npm run lint && npm run checkCoverage", | ||
"prepublish": "npm run bundle && npm test", | ||
"watchTests": "mocha test -w --compilers js:babel-register", | ||
"bundle": "rollup -c" | ||
"bundle": "rollup -c rollup.config.js && rollup -c rollup.config.es6.js" | ||
}, | ||
@@ -20,24 +22,26 @@ "publishConfig": { | ||
"devDependencies": { | ||
"async": "^1.5.2", | ||
"aws-sdk": "^2.3.5", | ||
"babel-preset-es2015": "^6.6.0", | ||
"async": "^2.0.0-rc.6", | ||
"aws-sdk": "^2.4.2", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-es2015-rollup": "^1.1.1", | ||
"babel-register": "^6.7.2", | ||
"babel-register": "^6.9.0", | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^5.3.0", | ||
"eslint": "^2.8.0", | ||
"istanbul": "^0.4.3", | ||
"lodash": "^4.11.1", | ||
"compare-dates": "^1.1.0", | ||
"eslint": "^2.13.1", | ||
"istanbul": "^0.4.4", | ||
"lodash": "^4.13.1", | ||
"mkdirp": "^0.5.1", | ||
"mocha": "^2.4.5", | ||
"mocha": "^2.5.3", | ||
"moment": "^2.13.0", | ||
"rollup": "^0.25.8", | ||
"rollup-plugin-babel": "^2.4.0", | ||
"rollup-plugin-commonjs": "^2.2.1", | ||
"rollup-plugin-json": "^2.0.0", | ||
"rollup-plugin-node-resolve": "^1.5.0", | ||
"rollup": "^0.33.0", | ||
"rollup-plugin-babel": "^2.6.1", | ||
"rollup-plugin-commonjs": "^3.0.2", | ||
"rollup-plugin-istanbul": "^1.0.0", | ||
"rollup-plugin-json": "^2.0.1", | ||
"rollup-plugin-node-resolve": "^1.7.1", | ||
"sift": "^3.2.1" | ||
}, | ||
"peerDependencies": { | ||
"aws-sdk": "2.3.x" | ||
"aws-sdk": "2.x" | ||
}, | ||
@@ -44,0 +48,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
194815
6023
21
2
0
10