From 8c28fcc90614702f57ac1ddfdebc15ec892a5f0d Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 19 May 2017 12:14:43 +0200 Subject: [PATCH] add cflare --- dist/mod_cloudflare/index.d.ts | 0 dist/mod_cloudflare/index.js | 1 + dist/mod_cloudflare/mod.plugins.d.ts | 3 +++ dist/mod_cloudflare/mod.plugins.js | 9 +++++++++ package.json | 1 + ts/mod_cloudflare/index.ts | 0 ts/mod_cloudflare/mod.plugins.ts | 7 +++++++ yarn.lock | 24 ++++++++++++------------ 8 files changed, 33 insertions(+), 12 deletions(-) create mode 100644 dist/mod_cloudflare/index.d.ts create mode 100644 dist/mod_cloudflare/index.js create mode 100644 dist/mod_cloudflare/mod.plugins.d.ts create mode 100644 dist/mod_cloudflare/mod.plugins.js create mode 100644 ts/mod_cloudflare/index.ts create mode 100644 ts/mod_cloudflare/mod.plugins.ts diff --git a/dist/mod_cloudflare/index.d.ts b/dist/mod_cloudflare/index.d.ts new file mode 100644 index 0000000..e69de29 diff --git a/dist/mod_cloudflare/index.js b/dist/mod_cloudflare/index.js new file mode 100644 index 0000000..fbeb637 --- /dev/null +++ b/dist/mod_cloudflare/index.js @@ -0,0 +1 @@ +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi90cy9tb2RfY2xvdWRmbGFyZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0= \ No newline at end of file diff --git a/dist/mod_cloudflare/mod.plugins.d.ts b/dist/mod_cloudflare/mod.plugins.d.ts new file mode 100644 index 0000000..e7ec967 --- /dev/null +++ b/dist/mod_cloudflare/mod.plugins.d.ts @@ -0,0 +1,3 @@ +export * from '../npmci.plugins'; +import * as cflare from 'cflare'; +export { cflare }; diff --git a/dist/mod_cloudflare/mod.plugins.js b/dist/mod_cloudflare/mod.plugins.js new file mode 100644 index 0000000..0473941 --- /dev/null +++ b/dist/mod_cloudflare/mod.plugins.js @@ -0,0 +1,9 @@ +"use strict"; +function __export(m) { + for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; +} +Object.defineProperty(exports, "__esModule", { value: true }); +__export(require("../npmci.plugins")); +const cflare = require("cflare"); +exports.cflare = cflare; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kLnBsdWdpbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi90cy9tb2RfY2xvdWRmbGFyZS9tb2QucGx1Z2lucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLHNDQUFnQztBQUVoQyxpQ0FBZ0M7QUFHNUIsd0JBQU0ifQ== \ No newline at end of file diff --git a/package.json b/package.json index d5b4dd8..52e8fd4 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "@types/shelljs": "^0.7.1", "@types/through2": "^2.0.32", "beautylog": "^6.1.10", + "cflare": "^0.0.19", "gulp": "^3.9.1", "gulp-function": "^2.2.9", "lodash": "^4.17.4", diff --git a/ts/mod_cloudflare/index.ts b/ts/mod_cloudflare/index.ts new file mode 100644 index 0000000..e69de29 diff --git a/ts/mod_cloudflare/mod.plugins.ts b/ts/mod_cloudflare/mod.plugins.ts new file mode 100644 index 0000000..63e7fec --- /dev/null +++ b/ts/mod_cloudflare/mod.plugins.ts @@ -0,0 +1,7 @@ +export * from '../npmci.plugins' + +import * as cflare from 'cflare' + +export { + cflare +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index dd8ee0c..5002ac0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -57,10 +57,6 @@ version "2.0.29" resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-2.0.29.tgz#5002e14f75e2d71e564281df0431c8c1b4a2a36a" -"@types/mocha@^2.2.31": - version "2.2.41" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-2.2.41.tgz#e27cf0817153eb9f2713b2d3f6c68f1e1c3ca608" - "@types/node@*", "@types/node@^7.0.18": version "7.0.18" resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.18.tgz#cd67f27d3dc0cfb746f0bdd5e086c4c5d55be173" @@ -399,6 +395,17 @@ caseless@~0.12.0: version "0.12.0" resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" +cflare@^0.0.19: + version "0.0.19" + resolved "https://registry.yarnpkg.com/cflare/-/cflare-0.0.19.tgz#e7be0790167c3fc0567c80aa76e975e33b071c4c" + dependencies: + beautylog "^6.1.1" + smartdelay "^1.0.1" + smartq "^1.1.0" + smartrequest "^1.0.4" + smartstring "^2.0.22" + typings-global "^1.0.14" + chai-as-promised@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/chai-as-promised/-/chai-as-promised-6.0.0.tgz#1a02a433a6f24dafac63b9c96fa1684db1aa8da6" @@ -2813,20 +2820,13 @@ typed-promisify@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/typed-promisify/-/typed-promisify-0.3.0.tgz#1ba0af5e444c87d8047406f18ce49092a1191853" -typings-global@*, typings-global@^1.0.13, typings-global@^1.0.14, typings-global@^1.0.16, typings-global@^1.0.3, typings-global@^1.0.6: +typings-global@^1.0.13, typings-global@^1.0.14, typings-global@^1.0.16, typings-global@^1.0.3, typings-global@^1.0.6: version "1.0.16" resolved "https://registry.yarnpkg.com/typings-global/-/typings-global-1.0.16.tgz#489b71781af24268750c2899316400a5e482961f" dependencies: semver "^5.3.0" shelljs "^0.7.7" -typings-test@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/typings-test/-/typings-test-1.0.3.tgz#fbab895eb3f0c44842e73db059f65946b971e369" - dependencies: - "@types/mocha" "^2.2.31" - typings-global "*" - ultron@1.0.x: version "1.0.2" resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa"