mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-24 00:51:16 +00:00
auto-commit for fa23f3bb-adf7-48d2-ba5f-304a1e01a0d9
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./_copyObject","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":1,"column":17,"index":17},"end":{"line":1,"column":41,"index":41}}],"key":"eZJLlGA/Vl1BDMlGvGQH08dlEDo=","exportNames":["*"],"imports":1}},{"name":"./keysIn","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":2,"column":13,"index":56},"end":{"line":2,"column":32,"index":75}}],"key":"X8XqAPQdovjfqOjwS6gVBu9N18A=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var copyObject = require(_dependencyMap[0], \"./_copyObject\"),\n keysIn = require(_dependencyMap[1], \"./keysIn\");\n\n /**\n * Converts `value` to a plain object flattening inherited enumerable string\n * keyed properties of `value` to own properties of the plain object.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {Object} Returns the converted plain object.\n * @example\n *\n * function Foo() {\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.assign({ 'a': 1 }, new Foo);\n * // => { 'a': 1, 'b': 2 }\n *\n * _.assign({ 'a': 1 }, _.toPlainObject(new Foo));\n * // => { 'a': 1, 'b': 2, 'c': 3 }\n */\n function toPlainObject(value) {\n return copyObject(value, keysIn(value));\n }\n module.exports = toPlainObject;\n});","lineCount":33,"map":[[2,2,1,0],[2,6,1,4,"copyObject"],[2,16,1,14],[2,19,1,17,"require"],[2,26,1,24],[2,27,1,24,"_dependencyMap"],[2,41,1,24],[2,61,1,40],[2,62,1,41],[3,4,2,4,"keysIn"],[3,10,2,10],[3,13,2,13,"require"],[3,20,2,20],[3,21,2,20,"_dependencyMap"],[3,35,2,20],[3,50,2,31],[3,51,2,32],[5,2,4,0],[6,0,5,0],[7,0,6,0],[8,0,7,0],[9,0,8,0],[10,0,9,0],[11,0,10,0],[12,0,11,0],[13,0,12,0],[14,0,13,0],[15,0,14,0],[16,0,15,0],[17,0,16,0],[18,0,17,0],[19,0,18,0],[20,0,19,0],[21,0,20,0],[22,0,21,0],[23,0,22,0],[24,0,23,0],[25,0,24,0],[26,0,25,0],[27,0,26,0],[28,0,27,0],[29,2,28,0],[29,11,28,9,"toPlainObject"],[29,24,28,22,"toPlainObject"],[29,25,28,23,"value"],[29,30,28,28],[29,32,28,30],[30,4,29,2],[30,11,29,9,"copyObject"],[30,21,29,19],[30,22,29,20,"value"],[30,27,29,25],[30,29,29,27,"keysIn"],[30,35,29,33],[30,36,29,34,"value"],[30,41,29,39],[30,42,29,40],[30,43,29,41],[31,2,30,0],[32,2,32,0,"module"],[32,8,32,6],[32,9,32,7,"exports"],[32,16,32,14],[32,19,32,17,"toPlainObject"],[32,32,32,30],[33,0,32,31],[33,3]],"functionMap":{"names":["<global>","toPlainObject"],"mappings":"AAA;AC2B;CDE"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user