@types/babel-template
Advanced tools
Comparing version 6.7.1-alpha to 6.7.2-alpha
{ | ||
"name": "@types/babel-template", | ||
"version": "6.7.1-alpha", | ||
"version": "6.7.2-alpha", | ||
"description": "Type definitions for babel-template v6.7 from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
@@ -10,3 +10,6 @@ "main": "", | ||
"typings": "index.d.ts", | ||
"dependencies": {} | ||
"dependencies": { | ||
"@types/babylon": "*", | ||
"@types/babel-types": "*" | ||
} | ||
} |
@@ -14,9 +14,9 @@ # Installation | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped in the babel-template directory. | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/babel-template | ||
Additional Details | ||
* Last updated: Tue, 17 May 2016 04:07:27 GMT | ||
* Last updated: Thu, 19 May 2016 20:05:31 GMT | ||
* Typings kind: DeclareModule | ||
* Library Dependencies: none | ||
* Library Dependencies: babylon, babel-types | ||
* Module Dependencies: none | ||
* Global values: none |
{ | ||
"authors": "Troy Gerwien <https://github.com/yortus>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"libraryDependencies": [ | ||
"babylon", | ||
"babel-types" | ||
], | ||
"moduleDependencies": [], | ||
@@ -12,2 +15,3 @@ "libraryMajorVersion": "6", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "DeclareModule", | ||
@@ -14,0 +18,0 @@ "globals": [], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2854
41
2
+ Added@types/babel-types@*
+ Added@types/babylon@*
+ Added@types/babel-types@7.0.16(transitive)
+ Added@types/babylon@6.16.9(transitive)