@types/babel-template
Advanced tools
Comparing version 6.7.14 to 6.7.15
// Type definitions for babel-template v6.7 | ||
// Project: https://github.com/babel/babel/tree/master/packages/babel-template | ||
// Definitions by: Troy Gerwien <https://github.com/yortus> | ||
// Marvin Hagemeister <https://github.com/marvinhagemeister> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
@@ -6,0 +8,0 @@ /// <reference types="babylon" /> |
{ | ||
"name": "@types/babel-template", | ||
"version": "6.7.14", | ||
"description": "TypeScript definitions for babel-template v6.7", | ||
"version": "6.7.15", | ||
"description": "TypeScript definitions for babel-template", | ||
"license": "MIT", | ||
"author": "Troy Gerwien <https://github.com/yortus>", | ||
"contributors": [ | ||
{ | ||
"name": "Troy Gerwien", | ||
"url": "https://github.com/yortus" | ||
}, | ||
{ | ||
"name": "Marvin Hagemeister", | ||
"url": "https://github.com/marvinhagemeister" | ||
} | ||
], | ||
"main": "", | ||
@@ -14,7 +23,8 @@ "repository": { | ||
"dependencies": { | ||
"@types/babel-types": "*", | ||
"@types/babylon": "*" | ||
"@types/babylon": "*", | ||
"@types/babel-types": "*" | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "b2edf0adc14292f2295019657f7528acb6cbf0623848309478dbda97d6a615d1" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "66a07b297249451bf5d1e05f938287e58d8f785b80e7d831c0b76d39b1bccfe9", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -5,15 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for babel-template v6.7 (https://github.com/babel/babel/tree/master/packages/babel-template). | ||
This package contains type definitions for babel-template (https://github.com/babel/babel/tree/master/packages/babel-template). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/babel-template | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel-template | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 16:15:22 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: babel-types, babylon | ||
* Module Dependencies: babel-types, babylon | ||
* Global values: template | ||
* Last updated: Thu, 20 Jul 2017 13:50:42 GMT | ||
* Dependencies: babylon, babel-types | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Troy Gerwien <https://github.com/yortus>. | ||
These definitions were written by Troy Gerwien <https://github.com/yortus>, Marvin Hagemeister <https://github.com/marvinhagemeister>. |
3620
17
17