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

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

      
    
Rootfs path

      
    
Size
609 (609 bytes)
MD5
8a8d9b0e4cc60c4a52d1fb027fb17e4b
SHA1
2df2c5d391c0c7fb710357e33d6a9f16425d66fa
SHA256
0ccb99e1fed07dbe5bec9f9d75a9aaf4591fb6ae3d719f94bc3bb6e8f5f2bff3
SHA512

      
    
SHA1_git
c800ab3d10f8bb0ca4d34c90c876699a4c8048aa
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
zip.js | 609 bytes |

var baseRest = require('./_baseRest'), unzip = require('./unzip'); /** * Creates an array of grouped elements, the first of which contains the * first elements of the given arrays, the second of which contains the * second elements of the given arrays, and so on. * * @static * @memberOf _ * @since 0.1.0 * @category Array * @param {...Array} [arrays] The arrays to process. * @returns {Array} Returns the new array of grouped elements. * @example * * _.zip(['a', 'b'], [1, 2], [true, false]); * // => [['a', 1, true], ['b', 2, false]] */ var zip = baseRest(unzip); module.exports = zip;
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript