Update npm dependencies and shrinkwrap
This commit is contained in:
parent
46082b391b
commit
31d381fb27
|
@ -33,6 +33,10 @@ module.exports = function(grunt) {
|
|||
browser_capabilities = JSON.parse(process.env.SELENIUM_BROWSER_CAPABILITIES);
|
||||
}
|
||||
|
||||
var getSauceKey = function getSaucekey () {
|
||||
return '60ffb656-2346-4b77-81f3-bc435ff4c103';
|
||||
};
|
||||
|
||||
// Project configuration.
|
||||
grunt.initConfig({
|
||||
pkg: grunt.file.readJSON('package.json'),
|
||||
|
@ -221,7 +225,7 @@ module.exports = function(grunt) {
|
|||
all: {
|
||||
options: {
|
||||
username: 'openpgpjs',
|
||||
key: '60ffb656-2346-4b77-81f3-bc435ff4c103',
|
||||
key: getSauceKey,
|
||||
urls: ['http://127.0.0.1:3000/test/unittests.html'],
|
||||
build: process.env.TRAVIS_BUILD_ID,
|
||||
testname: 'Sauce Unit Test for openpgpjs',
|
||||
|
|
2925
dist/openpgp.js
vendored
2925
dist/openpgp.js
vendored
File diff suppressed because it is too large
Load Diff
12
dist/openpgp.min.js
vendored
12
dist/openpgp.min.js
vendored
File diff suppressed because one or more lines are too long
3
dist/openpgp.worker.min.js
vendored
3
dist/openpgp.worker.min.js
vendored
|
@ -1 +1,2 @@
|
|||
/*! OpenPGP.js v2.5.14 - 2017-11-28 - this is LGPL licensed code, see LICENSE/our website http://openpgpjs.org/ for more information. */!function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);var j=new Error("Cannot find module '"+g+"'");throw j.code="MODULE_NOT_FOUND",j}var k=c[g]={exports:{}};b[g][0].call(k.exports,function(a){var c=b[g][1][a];return e(c?c:a)},k,k.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g<d.length;g++)e(d[g]);return e}({1:[function(a,b,c){function d(a){for(var b in a)h.config[b]=a[b]}function e(a){a instanceof Uint8Array||(a=new Uint8Array(a)),h.crypto.random.randomBuffer.set(a)}function f(a,b,c){return"function"!=typeof h[b]?void g({id:a,event:"method-return",err:"Unknown Worker Event"}):(c=h.packet.clone.parseClonedPackets(c,b),void h[b](c).then(function(b){g({id:a,event:"method-return",data:h.packet.clone.clonePackets(b)})})["catch"](function(b){g({id:a,event:"method-return",err:b.message,stack:b.stack})}))}function g(a){h.crypto.random.randomBuffer.size<i&&self.postMessage({event:"request-seed"}),self.postMessage(a,h.util.getTransferables.call(h.util,a.data))}self.window={},importScripts("openpgp.min.js");var h=window.openpgp,i=4e4,j=6e4;h.crypto.random.randomBuffer.init(j),self.onmessage=function(a){var b=a.data||{};switch(b.event){case"configure":d(b.config);break;case"seed-random":e(b.buf);break;default:f(b.id,b.event,b.options||{})}}},{}]},{},[1]);
|
||||
/*! OpenPGP.js v2.5.14 - 2017-12-01 - this is LGPL licensed code, see LICENSE/our website http://openpgpjs.org/ for more information. */
|
||||
!function e(n,r,t){function o(i,f){if(!r[i]){if(!n[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(a)return a(i,!0);var s=new Error("Cannot find module '"+i+"'");throw s.code="MODULE_NOT_FOUND",s}var u=r[i]={exports:{}};n[i][0].call(u.exports,function(e){var r=n[i][1][e];return o(r||e)},u,u.exports,e,n,r,t)}return r[i].exports}for(var a="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}({1:[function(e,n,r){function t(e){o.crypto.random.randomBuffer.size<a&&self.postMessage({event:"request-seed"}),self.postMessage(e,o.util.getTransferables.call(o.util,e.data))}self.window={},importScripts("openpgp.min.js");var o=window.openpgp,a=4e4;o.crypto.random.randomBuffer.init(6e4),self.onmessage=function(e){var n=e.data||{};switch(n.event){case"configure":!function(e){for(var n in e)o.config[n]=e[n]}(n.config);break;case"seed-random":!function(e){e instanceof Uint8Array||(e=new Uint8Array(e)),o.crypto.random.randomBuffer.set(e)}(n.buf);break;default:!function(e,n,r){"function"==typeof o[n]?(r=o.packet.clone.parseClonedPackets(r,n),o[n](r).then(function(n){t({id:e,event:"method-return",data:o.packet.clone.clonePackets(n)})}).catch(function(n){t({id:e,event:"method-return",err:n.message,stack:n.stack})})):t({id:e,event:"method-return",err:"Unknown Worker Event"})}(n.id,n.event,n.options||{})}}},{}]},{},[1]);
|
12850
npm-shrinkwrap.json
generated
12850
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
29
package.json
29
package.json
|
@ -33,32 +33,33 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"asmcrypto-lite": "^1.0.0",
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-preset-es2015": "^6.3.13",
|
||||
"babelify": "^7.2.0",
|
||||
"babelify": "^8.0.0",
|
||||
"browserify-derequire": "^0.9.4",
|
||||
"chai": "~3.5.0",
|
||||
"es6-promise": "^3.1.2",
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-browserify": "~5.0.0",
|
||||
"grunt-contrib-clean": "~1.0.0",
|
||||
"chai": "~4.1.2",
|
||||
"es6-promise": "^4.1.1",
|
||||
"grunt": "~1.0.1",
|
||||
"grunt-browserify": "~5.2.0",
|
||||
"grunt-contrib-clean": "~1.1.0",
|
||||
"grunt-contrib-connect": "~1.0.2",
|
||||
"grunt-contrib-copy": "~1.0.0",
|
||||
"grunt-contrib-jshint": "~1.0.0",
|
||||
"grunt-contrib-uglify": "~1.0.1",
|
||||
"grunt-contrib-jshint": "~1.1.0",
|
||||
"grunt-contrib-uglify": "~3.2.1",
|
||||
"grunt-contrib-watch": "^1.0.0",
|
||||
"grunt-jsbeautifier": "~0.2.10",
|
||||
"grunt-jscs": "^3.0.1",
|
||||
"grunt-jsdoc": "~2.1.0",
|
||||
"grunt-jsdoc": "~2.2.0",
|
||||
"grunt-mocha-istanbul": "^5.0.1",
|
||||
"grunt-mocha-test": "~0.12.7",
|
||||
"grunt-saucelabs": "8.6.2",
|
||||
"grunt-mocha-test": "~0.13.3",
|
||||
"grunt-saucelabs": "9.0.0",
|
||||
"grunt-text-replace": "~0.4.0",
|
||||
"istanbul": "~0.4.1",
|
||||
"mocha": "~2.5.3",
|
||||
"mocha": "~4.0.1",
|
||||
"rusha": "^0.8.3",
|
||||
"sinon": "^1.17.3",
|
||||
"whatwg-fetch": "~1.0.0",
|
||||
"zlibjs": "~0.2.0"
|
||||
"whatwg-fetch": "~2.0.3",
|
||||
"zlibjs": "~0.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-fetch": "^1.3.3",
|
||||
|
|
Loading…
Reference in New Issue
Block a user