@types/vinyl
Advanced tools
Comparing version 1.1.15-alpha to 1.1.20-alpha
{ | ||
"name": "@types/vinyl", | ||
"version": "1.1.15-alpha", | ||
"description": "Type definitions for vinyl 1.1.0 from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"version": "1.1.20-alpha", | ||
"description": "TypeScript definitions for vinyl 1.1.0", | ||
"main": "", | ||
@@ -11,5 +11,4 @@ "scripts": {}, | ||
"dependencies": { | ||
"equire(\"fs\"": "*", | ||
"@types/node": "*" | ||
} | ||
} |
# Installation | ||
> `npm install --save-dev @types/vinyl` | ||
> `npm install --save @types/vinyl` | ||
# Summary | ||
This package contains type definitions for vinyl 1.1.0. | ||
This package contains type definitions for vinyl 1.1.0 (https://github.com/wearefractal/vinyl). | ||
The project URL or description is https://github.com/wearefractal/vinyl | ||
# Credits | ||
These definitions were written by vvakame <https://github.com/vvakame/>, jedmao <https://github.com/jedmao>. | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/vinyl | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/vinyl | ||
Additional Details | ||
* Last updated: Thu, 19 May 2016 20:06:18 GMT | ||
* Typings kind: ProperModule | ||
* Last updated: Fri, 20 May 2016 17:00:56 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: equire("fs" | ||
* Module Dependencies: fs | ||
* Global values: File | ||
# Credits | ||
These definitions were written by vvakame <https://github.com/vvakame/>, jedmao <https://github.com/jedmao>. |
@@ -8,3 +8,3 @@ { | ||
"moduleDependencies": [ | ||
"equire(\"fs\"" | ||
"fs" | ||
], | ||
@@ -11,0 +11,0 @@ "libraryMajorVersion": "1", |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
1
0
8063
19
- Removedequire("fs"@*