Updated bower dependencies for client.
This commit is contained in:
parent
1b47de7c5f
commit
fe5b68e1c4
136 changed files with 7596 additions and 9284 deletions
155
app/bower_components/es5-shim/package.json
vendored
155
app/bower_components/es5-shim/package.json
vendored
|
@ -1,79 +1,80 @@
|
|||
{
|
||||
"name": "es5-shim",
|
||||
"version": "4.5.13",
|
||||
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
|
||||
"homepage": "http://github.com/es-shims/es5-shim/",
|
||||
"contributors": [
|
||||
"Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
|
||||
"Sami Samhuri <sami.samhuri@gmail.com> (http://samhuri.net/)",
|
||||
"Florian Schäfer <florian.schaefer@gmail.com> (http://github.com/fschaefer)",
|
||||
"Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
|
||||
"Kit Cambridge <kitcambridge@gmail.com> (http://kitcambridge.github.com)",
|
||||
"Jordan Harband <ljharb@gmail.com> (https://github.com/ljharb/)"
|
||||
],
|
||||
"bugs": {
|
||||
"mail": "ljharb@gmail.com",
|
||||
"url": "http://github.com/es-shims/es5-shim/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "es5-shim.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/es-shims/es5-shim.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "npm run minify",
|
||||
"minify": "npm run --silent minify-shim && npm run --silent minify-sham",
|
||||
"minify-shim": "uglifyjs es5-shim.js --support-ie8 --keep-fnames --comments --source-map=es5-shim.map -m -b ascii_only=true,beautify=false | sed 's/0xde0b6b3a7640080/1000000000000000128/' > es5-shim.min.js",
|
||||
"minify-sham": "uglifyjs es5-sham.js --support-ie8 --keep-fnames --comments --source-map=es5-sham.map -m -b ascii_only=true,beautify=false > es5-sham.min.js",
|
||||
"pretest": "npm run --silent lint",
|
||||
"test": "npm run --silent tests-only",
|
||||
"tests-only": "jasmine-node --matchall ./ tests/spec/",
|
||||
"test-native": "jasmine-node --matchall tests/spec/",
|
||||
"lint": "npm run --silent jscs && npm run --silent eslint",
|
||||
"eslint": "eslint tests/helpers/*.js tests/spec/*.js es5-shim.js es5-sham.js",
|
||||
"jscs": "jscs tests/helpers/*.js tests/spec/*.js es5-shim.js es5-sham.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ljharb/eslint-config": "^13.1.1",
|
||||
"eslint": "^5.16.0",
|
||||
"jasmine-node": "^1.16.2",
|
||||
"jscs": "^3.0.7",
|
||||
"replace": "^1.1.0",
|
||||
"semver": "^6.0.0",
|
||||
"uglify-js": "2.7.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
},
|
||||
"testling": {
|
||||
"browsers": [
|
||||
"iexplore/6.0..latest",
|
||||
"firefox/3.0..6.0",
|
||||
"firefox/18.0..latest",
|
||||
"firefox/nightly",
|
||||
"chrome/4.0..10.0",
|
||||
"chrome/25.0..latest",
|
||||
"chrome/canary",
|
||||
"opera/10.0..latest",
|
||||
"opera/next",
|
||||
"safari/4.0..latest",
|
||||
"ipad/6.0..latest",
|
||||
"iphone/6.0..latest",
|
||||
"android-browser/4.2"
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
"shim",
|
||||
"es5",
|
||||
"es5 shim",
|
||||
"javascript",
|
||||
"ecmascript",
|
||||
"polyfill"
|
||||
],
|
||||
"greenkeeper": {
|
||||
"ignore": [
|
||||
"uglify-js"
|
||||
]
|
||||
}
|
||||
"name": "es5-shim",
|
||||
"version": "4.6.7",
|
||||
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
|
||||
"homepage": "https://github.com/es-shims/es5-shim/",
|
||||
"contributors": [
|
||||
"Kris Kowal <kris@cixar.com> (https://github.com/kriskowal/)",
|
||||
"Sami Samhuri <sami.samhuri@gmail.com> (https://samhuri.net/)",
|
||||
"Florian Schäfer <florian.schaefer@gmail.com> (https://github.com/fschaefer)",
|
||||
"Irakli Gozalishvili <rfobic@gmail.com> (https://gozala.io)",
|
||||
"Kit Cambridge <kitcambridge@gmail.com> (https://github.com/kitcambridge)",
|
||||
"Jordan Harband <ljharb@gmail.com> (https://github.com/ljharb/)"
|
||||
],
|
||||
"bugs": {
|
||||
"mail": "ljharb@gmail.com",
|
||||
"url": "https://github.com/es-shims/es5-shim/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "es5-shim.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/es-shims/es5-shim.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "not-in-publish || npm run prepublishOnly",
|
||||
"prepublishOnly": "safe-publish-latest && npm run minify",
|
||||
"minify": "npm run --silent minify-shim && npm run --silent minify-sham",
|
||||
"minify-shim": "uglifyjs es5-shim.js --support-ie8 --keep-fnames --comments --source-map=es5-shim.map -m -b ascii_only=true,beautify=false | sed 's/0xde0b6b3a7640080/1000000000000000128/' > es5-shim.min.js",
|
||||
"minify-sham": "uglifyjs es5-sham.js --support-ie8 --keep-fnames --comments --source-map=es5-sham.map -m -b ascii_only=true,beautify=false > es5-sham.min.js",
|
||||
"pretest": "npm run --silent lint",
|
||||
"test": "npm run tests-only",
|
||||
"posttest": "aud --production",
|
||||
"tests-only": "nyc jasmine-node --matchall es5-sh*m.js tests/helpers/ tests/spec/",
|
||||
"tests-native": "jasmine-node --matchall tests/helpers/ tests/spec/",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ljharb/eslint-config": "^21.0.0",
|
||||
"aud": "^2.0.0",
|
||||
"eslint": "=8.8.0",
|
||||
"in-publish": "^2.0.1",
|
||||
"jasmine-node": "^1.16.2",
|
||||
"nyc": "^10.3.2",
|
||||
"safe-publish-latest": "^2.0.0",
|
||||
"uglify-js": "2.7.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
},
|
||||
"testling": {
|
||||
"browsers": [
|
||||
"iexplore/6.0..latest",
|
||||
"firefox/3.0..6.0",
|
||||
"firefox/18.0..latest",
|
||||
"firefox/nightly",
|
||||
"chrome/4.0..10.0",
|
||||
"chrome/25.0..latest",
|
||||
"chrome/canary",
|
||||
"opera/10.0..latest",
|
||||
"opera/next",
|
||||
"safari/4.0..latest",
|
||||
"ipad/6.0..latest",
|
||||
"iphone/6.0..latest",
|
||||
"android-browser/4.2"
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
"shim",
|
||||
"es5",
|
||||
"es5 shim",
|
||||
"javascript",
|
||||
"ecmascript",
|
||||
"polyfill"
|
||||
],
|
||||
"greenkeeper": {
|
||||
"ignore": [
|
||||
"uglify-js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue