@aleclarson/npm-view
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
const npmView: (name: string, range?: string) => Promise<object | null> | ||
export = npmView | ||
declare const npmView: (name: string, range?: string) => Promise<object | null> | ||
export default npmView |
{ | ||
"name": "@aleclarson/npm-view", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Inspect the package.json of NPM packages", | ||
@@ -5,0 +5,0 @@ "repository": "aleclarson/npm-view", |
1540
0.92%