demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/lodash-4.17.20/_baseValues.js

Path
demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/lodash-4.17.20/_baseValues.js
Status
scanned
Type
file
Name
_baseValues.js
Extension
.js
Programming language
JavaScript
Mime type
text/plain
File type
ASCII text
Tag

      
    
Rootfs path

      
    
Size
534 (534 bytes)
MD5
8529c2e0ac9dfd0cc5b0de2b759d9d60
SHA1
a8cfeda4f95c958cb46ac71f77a631e57617c1f7
SHA256
979a132abe06044e924d9d857f974bdd1be4107d390ef8ba31640e0917b7f9ce
SHA512

      
    
SHA1_git
b95faadcfeab566e5efcf63af5efa80f2e4b9894
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
_baseValues.js | 534 bytes |

var arrayMap = require('./_arrayMap'); /** * The base implementation of `_.values` and `_.valuesIn` which creates an * array of `object` property values corresponding to the property names * of `props`. * * @private * @param {Object} object The object to query. * @param {Array} props The property names to get values for. * @returns {Object} Returns the array of property values. */ function baseValues(object, props) { return arrayMap(props, function(key) { return object[key]; }); } module.exports = baseValues;
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript