Files
ETB/ETB-FrontEnd/node_modules/.cache/babel-loader/49625e7ea55777696ad02b4cb40f47dc9a13bae4afd73d3a81f757ab24e402e4.json
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

1 line
1.3 KiB
JSON

{"ast":null,"code":"var baseGet = require('./_baseGet');\n\n/**\n * A specialized version of `baseProperty` which supports deep paths.\n *\n * @private\n * @param {Array|string} path The path of the property to get.\n * @returns {Function} Returns the new accessor function.\n */\nfunction basePropertyDeep(path) {\n return function (object) {\n return baseGet(object, path);\n };\n}\nmodule.exports = basePropertyDeep;","map":{"version":3,"names":["baseGet","require","basePropertyDeep","path","object","module","exports"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/node_modules/lodash/_basePropertyDeep.js"],"sourcesContent":["var baseGet = require('./_baseGet');\n\n/**\n * A specialized version of `baseProperty` which supports deep paths.\n *\n * @private\n * @param {Array|string} path The path of the property to get.\n * @returns {Function} Returns the new accessor function.\n */\nfunction basePropertyDeep(path) {\n return function(object) {\n return baseGet(object, path);\n };\n}\n\nmodule.exports = basePropertyDeep;\n"],"mappings":"AAAA,IAAIA,OAAO,GAAGC,OAAO,CAAC,YAAY,CAAC;;AAEnC;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASC,gBAAgBA,CAACC,IAAI,EAAE;EAC9B,OAAO,UAASC,MAAM,EAAE;IACtB,OAAOJ,OAAO,CAACI,MAAM,EAAED,IAAI,CAAC;EAC9B,CAAC;AACH;AAEAE,MAAM,CAACC,OAAO,GAAGJ,gBAAgB","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}