Changeset e29cc2e for trip-planner-front/node_modules/klona
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/klona
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/klona/dist/index.js
r59329aa re29cc2e 8 8 tmp = new x.constructor(); 9 9 for (k in x) { 10 if ( tmp.hasOwnProperty(k) && tmp[k] !== x[k]) {10 if (x.hasOwnProperty(k) && tmp[k] !== x[k]) { 11 11 tmp[k] = klona(x[k]); 12 12 } -
trip-planner-front/node_modules/klona/dist/index.min.js
r59329aa re29cc2e 1 !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(e.klona={})}(this,(function(e){e.klona=function e(t){if("object"!=typeof t)return t;var o,r,n=Object.prototype.toString.call(t);if("[object Object]"===n){if(t.constructor!==Object&&"function"==typeof t.constructor)for(o in r=new t.constructor,t) r.hasOwnProperty(o)&&r[o]!==t[o]&&(r[o]=e(t[o]));else for(o in r={},t)"__proto__"===o?Object.defineProperty(r,o,{value:e(t[o]),configurable:!0,enumerable:!0,writable:!0}):r[o]=e(t[o]);return r}if("[object Array]"===n){for(o=t.length,r=Array(o);o--;)r[o]=e(t[o]);return r}return"[object Set]"===n?(r=new Set,t.forEach((function(t){r.add(e(t))})),r):"[object Map]"===n?(r=new Map,t.forEach((function(t,o){r.set(e(o),e(t))})),r):"[object Date]"===n?new Date(+t):"[object RegExp]"===n?((r=new RegExp(t.source,t.flags)).lastIndex=t.lastIndex,r):"[object DataView]"===n?new t.constructor(e(t.buffer)):"[object ArrayBuffer]"===n?t.slice(0):"Array]"===n.slice(-6)?new t.constructor(t):t}}));1 !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(e.klona={})}(this,(function(e){e.klona=function e(t){if("object"!=typeof t)return t;var o,r,n=Object.prototype.toString.call(t);if("[object Object]"===n){if(t.constructor!==Object&&"function"==typeof t.constructor)for(o in r=new t.constructor,t)t.hasOwnProperty(o)&&r[o]!==t[o]&&(r[o]=e(t[o]));else for(o in r={},t)"__proto__"===o?Object.defineProperty(r,o,{value:e(t[o]),configurable:!0,enumerable:!0,writable:!0}):r[o]=e(t[o]);return r}if("[object Array]"===n){for(o=t.length,r=Array(o);o--;)r[o]=e(t[o]);return r}return"[object Set]"===n?(r=new Set,t.forEach((function(t){r.add(e(t))})),r):"[object Map]"===n?(r=new Map,t.forEach((function(t,o){r.set(e(o),e(t))})),r):"[object Date]"===n?new Date(+t):"[object RegExp]"===n?((r=new RegExp(t.source,t.flags)).lastIndex=t.lastIndex,r):"[object DataView]"===n?new t.constructor(e(t.buffer)):"[object ArrayBuffer]"===n?t.slice(0):"Array]"===n.slice(-6)?new t.constructor(t):t}})); -
trip-planner-front/node_modules/klona/dist/index.mjs
r59329aa re29cc2e 8 8 tmp = new x.constructor(); 9 9 for (k in x) { 10 if ( tmp.hasOwnProperty(k) && tmp[k] !== x[k]) {10 if (x.hasOwnProperty(k) && tmp[k] !== x[k]) { 11 11 tmp[k] = klona(x[k]); 12 12 } -
trip-planner-front/node_modules/klona/lite/index.js
r59329aa re29cc2e 8 8 tmp = new x.constructor(); 9 9 for (k in x) { 10 if ( tmp.hasOwnProperty(k) && tmp[k] !== x[k]) {10 if (x.hasOwnProperty(k) && tmp[k] !== x[k]) { 11 11 tmp[k] = klona(x[k]); 12 12 } -
trip-planner-front/node_modules/klona/lite/index.min.js
r59329aa re29cc2e 1 !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(e.klona={})}(this,(function(e){e.klona=function e(t){if("object"!=typeof t)return t;var o,n,r=Object.prototype.toString.call(t);if("[object Object]"===r){if(t.constructor!==Object&&"function"==typeof t.constructor)for(o in n=new t.constructor,t) n.hasOwnProperty(o)&&n[o]!==t[o]&&(n[o]=e(t[o]));else for(o in n={},t)"__proto__"===o?Object.defineProperty(n,o,{value:e(t[o]),configurable:!0,enumerable:!0,writable:!0}):n[o]=e(t[o]);return n}if("[object Array]"===r){for(o=t.length,n=Array(o);o--;)n[o]=e(t[o]);return n}return"[object Date]"===r?new Date(+t):"[object RegExp]"===r?((n=new RegExp(t.source,t.flags)).lastIndex=t.lastIndex,n):t}}));1 !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(e.klona={})}(this,(function(e){e.klona=function e(t){if("object"!=typeof t)return t;var o,n,r=Object.prototype.toString.call(t);if("[object Object]"===r){if(t.constructor!==Object&&"function"==typeof t.constructor)for(o in n=new t.constructor,t)t.hasOwnProperty(o)&&n[o]!==t[o]&&(n[o]=e(t[o]));else for(o in n={},t)"__proto__"===o?Object.defineProperty(n,o,{value:e(t[o]),configurable:!0,enumerable:!0,writable:!0}):n[o]=e(t[o]);return n}if("[object Array]"===r){for(o=t.length,n=Array(o);o--;)n[o]=e(t[o]);return n}return"[object Date]"===r?new Date(+t):"[object RegExp]"===r?((n=new RegExp(t.source,t.flags)).lastIndex=t.lastIndex,n):t}})); -
trip-planner-front/node_modules/klona/lite/index.mjs
r59329aa re29cc2e 8 8 tmp = new x.constructor(); 9 9 for (k in x) { 10 if ( tmp.hasOwnProperty(k) && tmp[k] !== x[k]) {10 if (x.hasOwnProperty(k) && tmp[k] !== x[k]) { 11 11 tmp[k] = klona(x[k]); 12 12 } -
trip-planner-front/node_modules/klona/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "klona@2.0.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "klona@2.0.4", 10 "_id": "klona@2.0.4", 2 "_from": "klona@^2.0.4", 3 "_id": "klona@2.0.5", 11 4 "_inBundle": false, 12 "_integrity": "sha512- ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==",5 "_integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", 13 6 "_location": "/klona", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "klona@ 2.0.4",11 "raw": "klona@^2.0.4", 19 12 "name": "klona", 20 13 "escapedName": "klona", 21 "rawSpec": " 2.0.4",14 "rawSpec": "^2.0.4", 22 15 "saveSpec": null, 23 "fetchSpec": " 2.0.4"16 "fetchSpec": "^2.0.4" 24 17 }, 25 18 "_requiredBy": [ … … 29 22 "/stylus-loader" 30 23 ], 31 "_resolved": "https://registry.npmjs.org/klona/-/klona-2.0.4.tgz", 32 "_spec": "2.0.4", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 24 "_resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", 25 "_shasum": "d166574d90076395d9963aa7a928fabb8d76afbc", 26 "_spec": "klona@^2.0.4", 27 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\less-loader", 34 28 "author": { 35 29 "name": "Luke Edwards", … … 40 34 "url": "https://github.com/lukeed/klona/issues" 41 35 }, 36 "bundleDependencies": false, 37 "deprecated": false, 42 38 "description": "A tiny (240B to 501B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!", 43 39 "devDependencies": { 44 40 "bundt": "1.0.2", 45 41 "esm": "3.2.25", 46 "uvu": "0. 3.3"42 "uvu": "0.5.2" 47 43 }, 48 44 "engines": { … … 106 102 "types": "index.d.ts", 107 103 "unpkg": "dist/index.min.js", 108 "version": "2.0. 4"104 "version": "2.0.5" 109 105 }
Note:
See TracChangeset
for help on using the changeset viewer.