@types/babelify
Advanced tools
Comparing version 7.3.2 to 7.3.3
{ | ||
"name": "@types/babelify", | ||
"version": "7.3.2", | ||
"version": "7.3.3", | ||
"description": "TypeScript definitions for babelify v7.3.0", | ||
@@ -13,4 +13,7 @@ "license": "MIT", | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typings": "babelify.d.ts" | ||
"dependencies": { | ||
"@types/babel-core": "6.7.*", | ||
"@types/node": "6.0.*" | ||
}, | ||
"typings": "index.d.ts" | ||
} |
@@ -11,9 +11,9 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 19 Aug 2016 15:08:18 GMT | ||
* File structure: DeclareModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: none | ||
* Last updated: Mon, 22 Aug 2016 18:53:16 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: babel-core, stream | ||
* Global values: Babelify | ||
# Credits | ||
These definitions were written by TeamworkGuy2 <https://github.com/TeamworkGuy2>. |
{ | ||
"authors": "TeamworkGuy2 <https://github.com/TeamworkGuy2>", | ||
"definitionFilename": "babelify.d.ts", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [], | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
"node" | ||
], | ||
"moduleDependencies": [ | ||
"babel-core", | ||
"stream" | ||
], | ||
"libraryMajorVersion": "7", | ||
@@ -13,4 +18,6 @@ "libraryMinorVersion": "3", | ||
"sourceBranch": "types-2.0", | ||
"kind": "DeclareModule", | ||
"globals": [], | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"Babelify" | ||
], | ||
"declaredModules": [ | ||
@@ -20,6 +27,6 @@ "babelify" | ||
"files": [ | ||
"babelify.d.ts" | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "c6a2309751bea55f9670ca5062ff78fe15f62598f0a953d1786d7c34e21be49d" | ||
"contentHash": "53160b972ca90ab32d6c5c18dc05abdfc51d23fac988196a4d74c20f4cfac254" | ||
} |
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
3563
61
2
+ Added@types/babel-core@6.7.*
+ Added@types/node@6.0.*
+ Added@types/babel-core@6.7.16(transitive)
+ Added@types/babel-template@6.25.5(transitive)
+ Added@types/babel-traverse@6.25.10(transitive)
+ Added@types/babel-types@7.0.16(transitive)
+ Added@types/babylon@6.16.9(transitive)
+ Added@types/node@6.0.118(transitive)