@types/lodash.shuffle
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -5,4 +5,5 @@ // Type definitions for lodash.shuffle 4.2 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
import { shuffle } from "lodash"; | ||
export = shuffle; |
{ | ||
"name": "@types/lodash.shuffle", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "TypeScript definitions for lodash.shuffle", | ||
@@ -17,3 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "28ee6d9354413fd6af01f8981500773f7b7fbf93641880a4a9d11e9cad9b0fd9" | ||
"typesPublisherContentHash": "3616006fd0523f431608632fddc9fbc8ecfa3d8ccb77d0dacff6613771c2a11a", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -8,9 +8,7 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/lodash.shuffle | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/lodash.shuffle | ||
Additional Details | ||
* Last updated: Mon, 05 Dec 2016 21:27:48 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: lodash | ||
* Last updated: Fri, 27 Jan 2017 21:43:33 GMT | ||
* Dependencies: lodash | ||
* Global values: none | ||
@@ -17,0 +15,0 @@ |
{ | ||
"authors": "Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [ | ||
"lodash" | ||
], | ||
"libraryMajorVersion": 4, | ||
"libraryMinorVersion": 2, | ||
"name": "lodash.shuffle", | ||
"libraryName": "lodash.shuffle", | ||
"typingsPackageName": "lodash.shuffle", | ||
"projectName": "http://lodash.com/", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [], | ||
"declaredModules": [ | ||
"lodash.shuffle" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "28ee6d9354413fd6af01f8981500773f7b7fbf93641880a4a9d11e9cad9b0fd9" | ||
"data": { | ||
"authors": "Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>", | ||
"dependencies": { | ||
"lodash": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 4, | ||
"libraryMinorVersion": 2, | ||
"typeScriptVersion": "2.1", | ||
"libraryName": "lodash.shuffle", | ||
"typingsPackageName": "lodash.shuffle", | ||
"projectName": "http://lodash.com/", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"lodash.shuffle/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "3616006fd0523f431608632fddc9fbc8ecfa3d8ccb77d0dacff6613771c2a11a" | ||
}, | ||
"isLatest": true | ||
} |
2688
35
17