@types/lodash.round
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -5,4 +5,5 @@ // Type definitions for lodash.round 4.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
import { round } from "lodash"; | ||
export = round; |
{ | ||
"name": "@types/lodash.round", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for lodash.round", | ||
@@ -17,3 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "a9bd5d03ece2ab2d68b703f704fc4b6202fb00edd13e5cea84ee380fca336483" | ||
"typesPublisherContentHash": "b751fe9291cd06dd571e8ee6d789b13221d839536df692fe9e011079a4f47881", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -8,9 +8,7 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/lodash.round | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/lodash.round | ||
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": 0, | ||
"name": "lodash.round", | ||
"libraryName": "lodash.round", | ||
"typingsPackageName": "lodash.round", | ||
"projectName": "http://lodash.com/", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [], | ||
"declaredModules": [ | ||
"lodash.round" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "a9bd5d03ece2ab2d68b703f704fc4b6202fb00edd13e5cea84ee380fca336483" | ||
"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": 0, | ||
"typeScriptVersion": "2.1", | ||
"libraryName": "lodash.round", | ||
"typingsPackageName": "lodash.round", | ||
"projectName": "http://lodash.com/", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"lodash.round/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "b751fe9291cd06dd571e8ee6d789b13221d839536df692fe9e011079a4f47881" | ||
}, | ||
"isLatest": true | ||
} |
2662
35
17