We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b1b0a commit 2c42931Copy full SHA for 2c42931
core/types/index.d.ts
@@ -59,6 +59,7 @@ type StringValue = string | void | null;
59
keywords?: string | Array<string>,
60
nodeVersion?: string,
61
_id: string,
62
+ _npmVersion?: string;
63
_npmUser: Author,
64
_hasShrinkwrap?: boolean
65
};
@@ -123,7 +124,7 @@ type StringValue = string | void | null;
123
124
type Headers = {
125
[key: string]: string;
126
}
-
127
+
128
type PackageUsers = {
129
[key: string]: boolean;
130
@@ -356,7 +357,6 @@ type StringValue = string | void | null;
356
357
358
359
interface ILocalPackageManager {
- path: string;
360
logger: Logger;
361
writeTarball(name: string): IUploadTarball;
362
readTarball(name: string): IReadTarball;
0 commit comments