summaryrefslogtreecommitdiff
path: root/node_modules/locutus/php/network
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/locutus/php/network')
-rw-r--r--node_modules/locutus/php/network/index.js9
-rw-r--r--node_modules/locutus/php/network/index.js.map1
-rw-r--r--node_modules/locutus/php/network/inet_ntop.js34
-rw-r--r--node_modules/locutus/php/network/inet_ntop.js.map1
-rw-r--r--node_modules/locutus/php/network/inet_pton.js61
-rw-r--r--node_modules/locutus/php/network/inet_pton.js.map1
-rw-r--r--node_modules/locutus/php/network/ip2long.js45
-rw-r--r--node_modules/locutus/php/network/ip2long.js.map1
-rw-r--r--node_modules/locutus/php/network/long2ip.js15
-rw-r--r--node_modules/locutus/php/network/long2ip.js.map1
-rw-r--r--node_modules/locutus/php/network/setcookie.js15
-rw-r--r--node_modules/locutus/php/network/setcookie.js.map1
-rw-r--r--node_modules/locutus/php/network/setrawcookie.js50
-rw-r--r--node_modules/locutus/php/network/setrawcookie.js.map1
14 files changed, 0 insertions, 236 deletions
diff --git a/node_modules/locutus/php/network/index.js b/node_modules/locutus/php/network/index.js
deleted file mode 100644
index 8c8eec6..0000000
--- a/node_modules/locutus/php/network/index.js
+++ /dev/null
@@ -1,9 +0,0 @@
-'use strict';
-
-module.exports['inet_ntop'] = require('./inet_ntop');
-module.exports['inet_pton'] = require('./inet_pton');
-module.exports['ip2long'] = require('./ip2long');
-module.exports['long2ip'] = require('./long2ip');
-module.exports['setcookie'] = require('./setcookie');
-module.exports['setrawcookie'] = require('./setrawcookie');
-//# sourceMappingURL=index.js.map \ No newline at end of file
diff --git a/node_modules/locutus/php/network/index.js.map b/node_modules/locutus/php/network/index.js.map
deleted file mode 100644
index c85fb14..0000000
--- a/node_modules/locutus/php/network/index.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["../../../src/php/network/index.js"],"names":["module","exports","require"],"mappings":";;AAAAA,OAAOC,OAAP,CAAe,WAAf,IAA8BC,QAAQ,aAAR,CAA9B;AACAF,OAAOC,OAAP,CAAe,WAAf,IAA8BC,QAAQ,aAAR,CAA9B;AACAF,OAAOC,OAAP,CAAe,SAAf,IAA4BC,QAAQ,WAAR,CAA5B;AACAF,OAAOC,OAAP,CAAe,SAAf,IAA4BC,QAAQ,WAAR,CAA5B;AACAF,OAAOC,OAAP,CAAe,WAAf,IAA8BC,QAAQ,aAAR,CAA9B;AACAF,OAAOC,OAAP,CAAe,cAAf,IAAiCC,QAAQ,gBAAR,CAAjC","file":"index.js","sourcesContent":["module.exports['inet_ntop'] = require('./inet_ntop')\nmodule.exports['inet_pton'] = require('./inet_pton')\nmodule.exports['ip2long'] = require('./ip2long')\nmodule.exports['long2ip'] = require('./long2ip')\nmodule.exports['setcookie'] = require('./setcookie')\nmodule.exports['setrawcookie'] = require('./setrawcookie')\n"]} \ No newline at end of file
diff --git a/node_modules/locutus/php/network/inet_ntop.js b/node_modules/locutus/php/network/inet_ntop.js
deleted file mode 100644
index 1ebf8e3..0000000
--- a/node_modules/locutus/php/network/inet_ntop.js
+++ /dev/null
@@ -1,34 +0,0 @@
-'use strict';
-
-module.exports = function inet_ntop(a) {
- // eslint-disable-line camelcase
- // discuss at: http://locutus.io/php/inet_ntop/
- // original by: Theriault (https://github.com/Theriault)
- // example 1: inet_ntop('\x7F\x00\x00\x01')
- // returns 1: '127.0.0.1'
- // _example 2: inet_ntop('\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1')
- // _returns 2: '::1'
-
- var i = 0;
- var m = '';
- var c = [];
-
- a += '';
- if (a.length === 4) {
- // IPv4
- return [a.charCodeAt(0), a.charCodeAt(1), a.charCodeAt(2), a.charCodeAt(3)].join('.');
- } else if (a.length === 16) {
- // IPv6
- for (i = 0; i < 16; i++) {
- c.push(((a.charCodeAt(i++) << 8) + a.charCodeAt(i)).toString(16));
- }
- return c.join(':').replace(/((^|:)0(?=:|$))+:?/g, function (t) {
- m = t.length > m.length ? t : m;
- return t;
- }).replace(m || ' ', '::');
- } else {
- // Invalid length
- return false;
- }
-};
-//# sourceMappingURL=inet_ntop.js.map \ No newline at end of file
diff --git a/node_modules/locutus/php/network/inet_ntop.js.map b/node_modules/locutus/php/network/inet_ntop.js.map
deleted file mode 100644
index f6e8809..0000000
--- a/node_modules/locutus/php/network/inet_ntop.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["../../../src/php/network/inet_ntop.js"],"names":["module","exports","inet_ntop","a","i","m","c","length","charCodeAt","join","push","toString","replace","t"],"mappings":";;AAAAA,OAAOC,OAAP,GAAiB,SAASC,SAAT,CAAoBC,CAApB,EAAuB;AAAE;AACxC;AACA;AACA;AACA;AACA;AACA;;AAEA,MAAIC,IAAI,CAAR;AACA,MAAIC,IAAI,EAAR;AACA,MAAIC,IAAI,EAAR;;AAEAH,OAAK,EAAL;AACA,MAAIA,EAAEI,MAAF,KAAa,CAAjB,EAAoB;AAClB;AACA,WAAO,CACLJ,EAAEK,UAAF,CAAa,CAAb,CADK,EAELL,EAAEK,UAAF,CAAa,CAAb,CAFK,EAGLL,EAAEK,UAAF,CAAa,CAAb,CAHK,EAILL,EAAEK,UAAF,CAAa,CAAb,CAJK,EAKLC,IALK,CAKA,GALA,CAAP;AAMD,GARD,MAQO,IAAIN,EAAEI,MAAF,KAAa,EAAjB,EAAqB;AAC1B;AACA,SAAKH,IAAI,CAAT,EAAYA,IAAI,EAAhB,EAAoBA,GAApB,EAAyB;AACvBE,QAAEI,IAAF,CAAO,CAAC,CAACP,EAAEK,UAAF,CAAaJ,GAAb,KAAqB,CAAtB,IAA2BD,EAAEK,UAAF,CAAaJ,CAAb,CAA5B,EAA6CO,QAA7C,CAAsD,EAAtD,CAAP;AACD;AACD,WAAOL,EAAEG,IAAF,CAAO,GAAP,EACJG,OADI,CACI,qBADJ,EAC2B,UAAUC,CAAV,EAAa;AAC3CR,UAAKQ,EAAEN,MAAF,GAAWF,EAAEE,MAAd,GAAwBM,CAAxB,GAA4BR,CAAhC;AACA,aAAOQ,CAAP;AACD,KAJI,EAKJD,OALI,CAKIP,KAAK,GALT,EAKc,IALd,CAAP;AAMD,GAXM,MAWA;AACL;AACA,WAAO,KAAP;AACD;AACF,CApCD","file":"inet_ntop.js","sourcesContent":["module.exports = function inet_ntop (a) { // eslint-disable-line camelcase\n // discuss at: http://locutus.io/php/inet_ntop/\n // original by: Theriault (https://github.com/Theriault)\n // example 1: inet_ntop('\\x7F\\x00\\x00\\x01')\n // returns 1: '127.0.0.1'\n // _example 2: inet_ntop('\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\1')\n // _returns 2: '::1'\n\n var i = 0\n var m = ''\n var c = []\n\n a += ''\n if (a.length === 4) {\n // IPv4\n return [\n a.charCodeAt(0),\n a.charCodeAt(1),\n a.charCodeAt(2),\n a.charCodeAt(3)\n ].join('.')\n } else if (a.length === 16) {\n // IPv6\n for (i = 0; i < 16; i++) {\n c.push(((a.charCodeAt(i++) << 8) + a.charCodeAt(i)).toString(16))\n }\n return c.join(':')\n .replace(/((^|:)0(?=:|$))+:?/g, function (t) {\n m = (t.length > m.length) ? t : m\n return t\n })\n .replace(m || ' ', '::')\n } else {\n // Invalid length\n return false\n }\n}\n"]} \ No newline at end of file
diff --git a/node_modules/locutus/php/network/inet_pton.js b/node_modules/locutus/php/network/inet_pton.js
deleted file mode 100644
index 1aef12b..0000000
--- a/node_modules/locutus/php/network/inet_pton.js
+++ /dev/null
@@ -1,61 +0,0 @@
-'use strict';
-
-module.exports = function inet_pton(a) {
- // eslint-disable-line camelcase
- // discuss at: http://locutus.io/php/inet_pton/
- // original by: Theriault (https://github.com/Theriault)
- // example 1: inet_pton('::')
- // returns 1: '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'
- // example 2: inet_pton('127.0.0.1')
- // returns 2: '\x7F\x00\x00\x01'
-
- var r;
- var m;
- var x;
- var i;
- var j;
- var f = String.fromCharCode;
-
- // IPv4
- m = a.match(/^(?:\d{1,3}(?:\.|$)){4}/);
- if (m) {
- m = m[0].split('.');
- m = f(m[0]) + f(m[1]) + f(m[2]) + f(m[3]);
- // Return if 4 bytes, otherwise false.
- return m.length === 4 ? m : false;
- }
- r = /^((?:[\da-f]{1,4}(?::|)){0,8})(::)?((?:[\da-f]{1,4}(?::|)){0,8})$/;
-
- // IPv6
- m = a.match(r);
- if (m) {
- // Translate each hexadecimal value.
- for (j = 1; j < 4; j++) {
- // Indice 2 is :: and if no length, continue.
- if (j === 2 || m[j].length === 0) {
- continue;
- }
- m[j] = m[j].split(':');
- for (i = 0; i < m[j].length; i++) {
- m[j][i] = parseInt(m[j][i], 16);
- // Would be NaN if it was blank, return false.
- if (isNaN(m[j][i])) {
- // Invalid IP.
- return false;
- }
- m[j][i] = f(m[j][i] >> 8) + f(m[j][i] & 0xFF);
- }
- m[j] = m[j].join('');
- }
- x = m[1].length + m[3].length;
- if (x === 16) {
- return m[1] + m[3];
- } else if (x < 16 && m[2].length > 0) {
- return m[1] + new Array(16 - x + 1).join('\x00') + m[3];
- }
- }
-
- // Invalid IP
- return false;
-};
-//# sourceMappingURL=inet_pton.js.map \ No newline at end of file
diff --git a/node_modules/locutus/php/network/inet_pton.js.map b/node_modules/locutus/php/network/inet_pton.js.map
deleted file mode 100644
index 35ef339..0000000
--- a/node_modules/locutus/php/network/inet_pton.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["../../../src/php/network/inet_pton.js"],"names":["module","exports","inet_pton","a","r","m","x","i","j","f","String","fromCharCode","match","split","length","parseInt","isNaN","join","Array"],"mappings":";;AAAAA,OAAOC,OAAP,GAAiB,SAASC,SAAT,CAAoBC,CAApB,EAAuB;AAAE;AACxC;AACA;AACA;AACA;AACA;AACA;;AAEA,MAAIC,CAAJ;AACA,MAAIC,CAAJ;AACA,MAAIC,CAAJ;AACA,MAAIC,CAAJ;AACA,MAAIC,CAAJ;AACA,MAAIC,IAAIC,OAAOC,YAAf;;AAEA;AACAN,MAAIF,EAAES,KAAF,CAAQ,yBAAR,CAAJ;AACA,MAAIP,CAAJ,EAAO;AACLA,QAAIA,EAAE,CAAF,EAAKQ,KAAL,CAAW,GAAX,CAAJ;AACAR,QAAII,EAAEJ,EAAE,CAAF,CAAF,IAAUI,EAAEJ,EAAE,CAAF,CAAF,CAAV,GAAoBI,EAAEJ,EAAE,CAAF,CAAF,CAApB,GAA8BI,EAAEJ,EAAE,CAAF,CAAF,CAAlC;AACA;AACA,WAAOA,EAAES,MAAF,KAAa,CAAb,GAAiBT,CAAjB,GAAqB,KAA5B;AACD;AACDD,MAAI,mEAAJ;;AAEA;AACAC,MAAIF,EAAES,KAAF,CAAQR,CAAR,CAAJ;AACA,MAAIC,CAAJ,EAAO;AACL;AACA,SAAKG,IAAI,CAAT,EAAYA,IAAI,CAAhB,EAAmBA,GAAnB,EAAwB;AACtB;AACA,UAAIA,MAAM,CAAN,IAAWH,EAAEG,CAAF,EAAKM,MAAL,KAAgB,CAA/B,EAAkC;AAChC;AACD;AACDT,QAAEG,CAAF,IAAOH,EAAEG,CAAF,EAAKK,KAAL,CAAW,GAAX,CAAP;AACA,WAAKN,IAAI,CAAT,EAAYA,IAAIF,EAAEG,CAAF,EAAKM,MAArB,EAA6BP,GAA7B,EAAkC;AAChCF,UAAEG,CAAF,EAAKD,CAAL,IAAUQ,SAASV,EAAEG,CAAF,EAAKD,CAAL,CAAT,EAAkB,EAAlB,CAAV;AACA;AACA,YAAIS,MAAMX,EAAEG,CAAF,EAAKD,CAAL,CAAN,CAAJ,EAAoB;AAClB;AACA,iBAAO,KAAP;AACD;AACDF,UAAEG,CAAF,EAAKD,CAAL,IAAUE,EAAEJ,EAAEG,CAAF,EAAKD,CAAL,KAAW,CAAb,IAAkBE,EAAEJ,EAAEG,CAAF,EAAKD,CAAL,IAAU,IAAZ,CAA5B;AACD;AACDF,QAAEG,CAAF,IAAOH,EAAEG,CAAF,EAAKS,IAAL,CAAU,EAAV,CAAP;AACD;AACDX,QAAID,EAAE,CAAF,EAAKS,MAAL,GAAcT,EAAE,CAAF,EAAKS,MAAvB;AACA,QAAIR,MAAM,EAAV,EAAc;AACZ,aAAOD,EAAE,CAAF,IAAOA,EAAE,CAAF,CAAd;AACD,KAFD,MAEO,IAAIC,IAAI,EAAJ,IAAUD,EAAE,CAAF,EAAKS,MAAL,GAAc,CAA5B,EAA+B;AACpC,aAAOT,EAAE,CAAF,IAAQ,IAAIa,KAAJ,CAAU,KAAKZ,CAAL,GAAS,CAAnB,CAAD,CACXW,IADW,CACN,MADM,CAAP,GACWZ,EAAE,CAAF,CADlB;AAED;AACF;;AAED;AACA,SAAO,KAAP;AACD,CAzDD","file":"inet_pton.js","sourcesContent":["module.exports = function inet_pton (a) { // eslint-disable-line camelcase\n // discuss at: http://locutus.io/php/inet_pton/\n // original by: Theriault (https://github.com/Theriault)\n // example 1: inet_pton('::')\n // returns 1: '\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0'\n // example 2: inet_pton('127.0.0.1')\n // returns 2: '\\x7F\\x00\\x00\\x01'\n\n var r\n var m\n var x\n var i\n var j\n var f = String.fromCharCode\n\n // IPv4\n m = a.match(/^(?:\\d{1,3}(?:\\.|$)){4}/)\n if (m) {\n m = m[0].split('.')\n m = f(m[0]) + f(m[1]) + f(m[2]) + f(m[3])\n // Return if 4 bytes, otherwise false.\n return m.length === 4 ? m : false\n }\n r = /^((?:[\\da-f]{1,4}(?::|)){0,8})(::)?((?:[\\da-f]{1,4}(?::|)){0,8})$/\n\n // IPv6\n m = a.match(r)\n if (m) {\n // Translate each hexadecimal value.\n for (j = 1; j < 4; j++) {\n // Indice 2 is :: and if no length, continue.\n if (j === 2 || m[j].length === 0) {\n continue\n }\n m[j] = m[j].split(':')\n for (i = 0; i < m[j].length; i++) {\n m[j][i] = parseInt(m[j][i], 16)\n // Would be NaN if it was blank, return false.\n if (isNaN(m[j][i])) {\n // Invalid IP.\n return false\n }\n m[j][i] = f(m[j][i] >> 8) + f(m[j][i] & 0xFF)\n }\n m[j] = m[j].join('')\n }\n x = m[1].length + m[3].length\n if (x === 16) {\n return m[1] + m[3]\n } else if (x < 16 && m[2].length > 0) {\n return m[1] + (new Array(16 - x + 1))\n .join('\\x00') + m[3]\n }\n }\n\n // Invalid IP\n return false\n}\n"]} \ No newline at end of file
diff --git a/node_modules/locutus/php/network/ip2long.js b/node_modules/locutus/php/network/ip2long.js
deleted file mode 100644
index 5840bff..0000000
--- a/node_modules/locutus/php/network/ip2long.js
+++ /dev/null
@@ -1,45 +0,0 @@
-'use strict';
-
-module.exports = function ip2long(argIP) {
- // discuss at: http://locutus.io/php/ip2long/
- // original by: Waldo Malqui Silva (http://waldo.malqui.info)
- // improved by: Victor
- // revised by: fearphage (http://http/my.opera.com/fearphage/)
- // revised by: Theriault (https://github.com/Theriault)
- // estarget: es2015
- // example 1: ip2long('192.0.34.166')
- // returns 1: 3221234342
- // example 2: ip2long('0.0xABCDEF')
- // returns 2: 11259375
- // example 3: ip2long('255.255.255.256')
- // returns 3: false
-
- var i = 0;
- // PHP allows decimal, octal, and hexadecimal IP components.
- // PHP allows between 1 (e.g. 127) to 4 (e.g 127.0.0.1) components.
-
- var pattern = new RegExp(['^([1-9]\\d*|0[0-7]*|0x[\\da-f]+)', '(?:\\.([1-9]\\d*|0[0-7]*|0x[\\da-f]+))?', '(?:\\.([1-9]\\d*|0[0-7]*|0x[\\da-f]+))?', '(?:\\.([1-9]\\d*|0[0-7]*|0x[\\da-f]+))?$'].join(''), 'i');
-
- argIP = argIP.match(pattern); // Verify argIP format.
- if (!argIP) {
- // Invalid format.
- return false;
- }
- // Reuse argIP variable for component counter.
- argIP[0] = 0;
- for (i = 1; i < 5; i += 1) {
- argIP[0] += !!(argIP[i] || '').length;
- argIP[i] = parseInt(argIP[i]) || 0;
- }
- // Continue to use argIP for overflow values.
- // PHP does not allow any component to overflow.
- argIP.push(256, 256, 256, 256);
- // Recalculate overflow of last component supplied to make up for missing components.
- argIP[4 + argIP[0]] *= Math.pow(256, 4 - argIP[0]);
- if (argIP[1] >= argIP[5] || argIP[2] >= argIP[6] || argIP[3] >= argIP[7] || argIP[4] >= argIP[8]) {
- return false;
- }
-
- return argIP[1] * (argIP[0] === 1 || 16777216) + argIP[2] * (argIP[0] <= 2 || 65536) + argIP[3] * (argIP[0] <= 3 || 256) + argIP[4] * 1;
-};
-//# sourceMappingURL=ip2long.js.map \ No newline at end of file
diff --git a/node_modules/locutus/php/network/ip2long.js.map b/node_modules/locutus/php/network/ip2long.js.map
deleted file mode 100644
index 6e43ef7..0000000
--- a/node_modules/locutus/php/network/ip2long.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["../../../src/php/network/ip2long.js"],"names":["module","exports","ip2long","argIP","i","pattern","RegExp","join","match","length","parseInt","push","Math","pow"],"mappings":";;AAAAA,OAAOC,OAAP,GAAiB,SAASC,OAAT,CAAkBC,KAAlB,EAAyB;AACxC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,MAAIC,IAAI,CAAR;AACA;AACA;;AAEA,MAAMC,UAAU,IAAIC,MAAJ,CAAW,CACzB,kCADyB,EAEzB,yCAFyB,EAGzB,yCAHyB,EAIzB,0CAJyB,EAKzBC,IALyB,CAKpB,EALoB,CAAX,EAKJ,GALI,CAAhB;;AAOAJ,UAAQA,MAAMK,KAAN,CAAYH,OAAZ,CAAR,CAzBwC,CAyBX;AAC7B,MAAI,CAACF,KAAL,EAAY;AACV;AACA,WAAO,KAAP;AACD;AACD;AACAA,QAAM,CAAN,IAAW,CAAX;AACA,OAAKC,IAAI,CAAT,EAAYA,IAAI,CAAhB,EAAmBA,KAAK,CAAxB,EAA2B;AACzBD,UAAM,CAAN,KAAY,CAAC,CAAE,CAACA,MAAMC,CAAN,KAAY,EAAb,EAAiBK,MAAhC;AACAN,UAAMC,CAAN,IAAWM,SAASP,MAAMC,CAAN,CAAT,KAAsB,CAAjC;AACD;AACD;AACA;AACAD,QAAMQ,IAAN,CAAW,GAAX,EAAgB,GAAhB,EAAqB,GAArB,EAA0B,GAA1B;AACA;AACAR,QAAM,IAAIA,MAAM,CAAN,CAAV,KAAuBS,KAAKC,GAAL,CAAS,GAAT,EAAc,IAAIV,MAAM,CAAN,CAAlB,CAAvB;AACA,MAAIA,MAAM,CAAN,KAAYA,MAAM,CAAN,CAAZ,IACFA,MAAM,CAAN,KAAYA,MAAM,CAAN,CADV,IAEFA,MAAM,CAAN,KAAYA,MAAM,CAAN,CAFV,IAGFA,MAAM,CAAN,KAAYA,MAAM,CAAN,CAHd,EAGwB;AACtB,WAAO,KAAP;AACD;;AAED,SAAOA,MAAM,CAAN,KAAYA,MAAM,CAAN,MAAa,CAAb,IAAkB,QAA9B,IACLA,MAAM,CAAN,KAAYA,MAAM,CAAN,KAAY,CAAZ,IAAiB,KAA7B,CADK,GAELA,MAAM,CAAN,KAAYA,MAAM,CAAN,KAAY,CAAZ,IAAiB,GAA7B,CAFK,GAGLA,MAAM,CAAN,IAAW,CAHb;AAID,CApDD","file":"ip2long.js","sourcesContent":["module.exports = function ip2long (argIP) {\n // discuss at: http://locutus.io/php/ip2long/\n // original by: Waldo Malqui Silva (http://waldo.malqui.info)\n // improved by: Victor\n // revised by: fearphage (http://http/my.opera.com/fearphage/)\n // revised by: Theriault (https://github.com/Theriault)\n // estarget: es2015\n // example 1: ip2long('192.0.34.166')\n // returns 1: 3221234342\n // example 2: ip2long('0.0xABCDEF')\n // returns 2: 11259375\n // example 3: ip2long('255.255.255.256')\n // returns 3: false\n\n let i = 0\n // PHP allows decimal, octal, and hexadecimal IP components.\n // PHP allows between 1 (e.g. 127) to 4 (e.g 127.0.0.1) components.\n\n const pattern = new RegExp([\n '^([1-9]\\\\d*|0[0-7]*|0x[\\\\da-f]+)',\n '(?:\\\\.([1-9]\\\\d*|0[0-7]*|0x[\\\\da-f]+))?',\n '(?:\\\\.([1-9]\\\\d*|0[0-7]*|0x[\\\\da-f]+))?',\n '(?:\\\\.([1-9]\\\\d*|0[0-7]*|0x[\\\\da-f]+))?$'\n ].join(''), 'i')\n\n argIP = argIP.match(pattern) // Verify argIP format.\n if (!argIP) {\n // Invalid format.\n return false\n }\n // Reuse argIP variable for component counter.\n argIP[0] = 0\n for (i = 1; i < 5; i += 1) {\n argIP[0] += !!((argIP[i] || '').length)\n argIP[i] = parseInt(argIP[i]) || 0\n }\n // Continue to use argIP for overflow values.\n // PHP does not allow any component to overflow.\n argIP.push(256, 256, 256, 256)\n // Recalculate overflow of last component supplied to make up for missing components.\n argIP[4 + argIP[0]] *= Math.pow(256, 4 - argIP[0])\n if (argIP[1] >= argIP[5] ||\n argIP[2] >= argIP[6] ||\n argIP[3] >= argIP[7] ||\n argIP[4] >= argIP[8]) {\n return false\n }\n\n return argIP[1] * (argIP[0] === 1 || 16777216) +\n argIP[2] * (argIP[0] <= 2 || 65536) +\n argIP[3] * (argIP[0] <= 3 || 256) +\n argIP[4] * 1\n}\n"]} \ No newline at end of file
diff --git a/node_modules/locutus/php/network/long2ip.js b/node_modules/locutus/php/network/long2ip.js
deleted file mode 100644
index 68683a5..0000000
--- a/node_modules/locutus/php/network/long2ip.js
+++ /dev/null
@@ -1,15 +0,0 @@
-'use strict';
-
-module.exports = function long2ip(ip) {
- // discuss at: http://locutus.io/php/long2ip/
- // original by: Waldo Malqui Silva (http://waldo.malqui.info)
- // example 1: long2ip( 3221234342 )
- // returns 1: '192.0.34.166'
-
- if (!isFinite(ip)) {
- return false;
- }
-
- return [ip >>> 24, ip >>> 16 & 0xFF, ip >>> 8 & 0xFF, ip & 0xFF].join('.');
-};
-//# sourceMappingURL=long2ip.js.map \ No newline at end of file
diff --git a/node_modules/locutus/php/network/long2ip.js.map b/node_modules/locutus/php/network/long2ip.js.map
deleted file mode 100644
index a303278..0000000
--- a/node_modules/locutus/php/network/long2ip.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["../../../src/php/network/long2ip.js"],"names":["module","exports","long2ip","ip","isFinite","join"],"mappings":";;AAAAA,OAAOC,OAAP,GAAiB,SAASC,OAAT,CAAkBC,EAAlB,EAAsB;AACrC;AACA;AACA;AACA;;AAEA,MAAI,CAACC,SAASD,EAAT,CAAL,EAAmB;AACjB,WAAO,KAAP;AACD;;AAED,SAAO,CAACA,OAAO,EAAR,EAAYA,OAAO,EAAP,GAAY,IAAxB,EAA8BA,OAAO,CAAP,GAAW,IAAzC,EAA+CA,KAAK,IAApD,EAA0DE,IAA1D,CAA+D,GAA/D,CAAP;AACD,CAXD","file":"long2ip.js","sourcesContent":["module.exports = function long2ip (ip) {\n // discuss at: http://locutus.io/php/long2ip/\n // original by: Waldo Malqui Silva (http://waldo.malqui.info)\n // example 1: long2ip( 3221234342 )\n // returns 1: '192.0.34.166'\n\n if (!isFinite(ip)) {\n return false\n }\n\n return [ip >>> 24, ip >>> 16 & 0xFF, ip >>> 8 & 0xFF, ip & 0xFF].join('.')\n}\n"]} \ No newline at end of file
diff --git a/node_modules/locutus/php/network/setcookie.js b/node_modules/locutus/php/network/setcookie.js
deleted file mode 100644
index 912f2fe..0000000
--- a/node_modules/locutus/php/network/setcookie.js
+++ /dev/null
@@ -1,15 +0,0 @@
-'use strict';
-
-module.exports = function setcookie(name, value, expires, path, domain, secure) {
- // discuss at: http://locutus.io/php/setcookie/
- // original by: Jonas Raoni Soares Silva (http://www.jsfromhell.com)
- // bugfixed by: Andreas
- // bugfixed by: Onno Marsman (https://twitter.com/onnomarsman)
- // improved by: Kevin van Zonneveld (http://kvz.io)
- // example 1: setcookie('author_name', 'Kevin van Zonneveld')
- // returns 1: true
-
- var setrawcookie = require('../network/setrawcookie');
- return setrawcookie(name, encodeURIComponent(value), expires, path, domain, secure);
-};
-//# sourceMappingURL=setcookie.js.map \ No newline at end of file
diff --git a/node_modules/locutus/php/network/setcookie.js.map b/node_modules/locutus/php/network/setcookie.js.map
deleted file mode 100644
index bd221c9..0000000
--- a/node_modules/locutus/php/network/setcookie.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["../../../src/php/network/setcookie.js"],"names":["module","exports","setcookie","name","value","expires","path","domain","secure","setrawcookie","require","encodeURIComponent"],"mappings":";;AAAAA,OAAOC,OAAP,GAAiB,SAASC,SAAT,CAAoBC,IAApB,EAA0BC,KAA1B,EAAiCC,OAAjC,EAA0CC,IAA1C,EAAgDC,MAAhD,EAAwDC,MAAxD,EAAgE;AAC/E;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,MAAIC,eAAeC,QAAQ,yBAAR,CAAnB;AACA,SAAOD,aAAaN,IAAb,EAAmBQ,mBAAmBP,KAAnB,CAAnB,EAA8CC,OAA9C,EAAuDC,IAAvD,EAA6DC,MAA7D,EAAqEC,MAArE,CAAP;AACD,CAXD","file":"setcookie.js","sourcesContent":["module.exports = function setcookie (name, value, expires, path, domain, secure) {\n // discuss at: http://locutus.io/php/setcookie/\n // original by: Jonas Raoni Soares Silva (http://www.jsfromhell.com)\n // bugfixed by: Andreas\n // bugfixed by: Onno Marsman (https://twitter.com/onnomarsman)\n // improved by: Kevin van Zonneveld (http://kvz.io)\n // example 1: setcookie('author_name', 'Kevin van Zonneveld')\n // returns 1: true\n\n var setrawcookie = require('../network/setrawcookie')\n return setrawcookie(name, encodeURIComponent(value), expires, path, domain, secure)\n}\n"]} \ No newline at end of file
diff --git a/node_modules/locutus/php/network/setrawcookie.js b/node_modules/locutus/php/network/setrawcookie.js
deleted file mode 100644
index 7ad21be..0000000
--- a/node_modules/locutus/php/network/setrawcookie.js
+++ /dev/null
@@ -1,50 +0,0 @@
-'use strict';
-
-module.exports = function setrawcookie(name, value, expires, path, domain, secure) {
- // discuss at: http://locutus.io/php/setrawcookie/
- // original by: Brett Zamir (http://brett-zamir.me)
- // original by: setcookie
- // improved by: Kevin van Zonneveld (http://kvz.io)
- // input by: Michael
- // note 1: This function requires access to the `window` global and is Browser-only
- // bugfixed by: Brett Zamir (http://brett-zamir.me)
- // example 1: setrawcookie('author_name', 'Kevin van Zonneveld')
- // returns 1: true
-
- if (typeof window === 'undefined') {
- return true;
- }
-
- if (typeof expires === 'string' && /^\d+$/.test(expires)) {
- expires = parseInt(expires, 10);
- }
-
- if (expires instanceof Date) {
- expires = expires.toUTCString();
- } else if (typeof expires === 'number') {
- expires = new Date(expires * 1e3).toUTCString();
- }
-
- var r = [name + '=' + value];
- var i = '';
- var s = {
- expires: expires,
- path: path,
- domain: domain
- };
- for (i in s) {
- if (s.hasOwnProperty(i)) {
- // Exclude items on Object.prototype
- s[i] && r.push(i + '=' + s[i]);
- }
- }
-
- if (secure) {
- r.push('secure');
- }
-
- window.document.cookie = r.join(';');
-
- return true;
-};
-//# sourceMappingURL=setrawcookie.js.map \ No newline at end of file
diff --git a/node_modules/locutus/php/network/setrawcookie.js.map b/node_modules/locutus/php/network/setrawcookie.js.map
deleted file mode 100644
index cec1cce..0000000
--- a/node_modules/locutus/php/network/setrawcookie.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["../../../src/php/network/setrawcookie.js"],"names":["module","exports","setrawcookie","name","value","expires","path","domain","secure","window","test","parseInt","Date","toUTCString","r","i","s","hasOwnProperty","push","document","cookie","join"],"mappings":";;AAAAA,OAAOC,OAAP,GAAiB,SAASC,YAAT,CAAuBC,IAAvB,EAA6BC,KAA7B,EAAoCC,OAApC,EAA6CC,IAA7C,EAAmDC,MAAnD,EAA2DC,MAA3D,EAAmE;AAClF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,MAAI,OAAOC,MAAP,KAAkB,WAAtB,EAAmC;AACjC,WAAO,IAAP;AACD;;AAED,MAAI,OAAOJ,OAAP,KAAmB,QAAnB,IAAgC,OAAD,CAAUK,IAAV,CAAeL,OAAf,CAAnC,EAA4D;AAC1DA,cAAUM,SAASN,OAAT,EAAkB,EAAlB,CAAV;AACD;;AAED,MAAIA,mBAAmBO,IAAvB,EAA6B;AAC3BP,cAAUA,QAAQQ,WAAR,EAAV;AACD,GAFD,MAEO,IAAI,OAAOR,OAAP,KAAmB,QAAvB,EAAiC;AACtCA,cAAW,IAAIO,IAAJ,CAASP,UAAU,GAAnB,CAAD,CAA0BQ,WAA1B,EAAV;AACD;;AAED,MAAIC,IAAI,CAACX,OAAO,GAAP,GAAaC,KAAd,CAAR;AACA,MAAIW,IAAI,EAAR;AACA,MAAIC,IAAI;AACNX,aAASA,OADH;AAENC,UAAMA,IAFA;AAGNC,YAAQA;AAHF,GAAR;AAKA,OAAKQ,CAAL,IAAUC,CAAV,EAAa;AACX,QAAIA,EAAEC,cAAF,CAAiBF,CAAjB,CAAJ,EAAyB;AACvB;AACAC,QAAED,CAAF,KAAQD,EAAEI,IAAF,CAAOH,IAAI,GAAJ,GAAUC,EAAED,CAAF,CAAjB,CAAR;AACD;AACF;;AAED,MAAIP,MAAJ,EAAY;AACVM,MAAEI,IAAF,CAAO,QAAP;AACD;;AAEDT,SAAOU,QAAP,CAAgBC,MAAhB,GAAyBN,EAAEO,IAAF,CAAO,GAAP,CAAzB;;AAEA,SAAO,IAAP;AACD,CA9CD","file":"setrawcookie.js","sourcesContent":["module.exports = function setrawcookie (name, value, expires, path, domain, secure) {\n // discuss at: http://locutus.io/php/setrawcookie/\n // original by: Brett Zamir (http://brett-zamir.me)\n // original by: setcookie\n // improved by: Kevin van Zonneveld (http://kvz.io)\n // input by: Michael\n // note 1: This function requires access to the `window` global and is Browser-only\n // bugfixed by: Brett Zamir (http://brett-zamir.me)\n // example 1: setrawcookie('author_name', 'Kevin van Zonneveld')\n // returns 1: true\n\n if (typeof window === 'undefined') {\n return true\n }\n\n if (typeof expires === 'string' && (/^\\d+$/).test(expires)) {\n expires = parseInt(expires, 10)\n }\n\n if (expires instanceof Date) {\n expires = expires.toUTCString()\n } else if (typeof expires === 'number') {\n expires = (new Date(expires * 1e3)).toUTCString()\n }\n\n var r = [name + '=' + value]\n var i = ''\n var s = {\n expires: expires,\n path: path,\n domain: domain\n }\n for (i in s) {\n if (s.hasOwnProperty(i)) {\n // Exclude items on Object.prototype\n s[i] && r.push(i + '=' + s[i])\n }\n }\n\n if (secure) {\n r.push('secure')\n }\n\n window.document.cookie = r.join(';')\n\n return true\n}\n"]} \ No newline at end of file