UNPKG
@pnpm/types
Version:
latest (1001.3.0)
latest-6 (7.11.0)
pnpm-temp (6.2.0)
1001.3.0
1001.2.0
1001.1.0
1001.0.1
1001.0.0
1000.9.0
1000.8.0
1000.7.0
1000.6.0
1000.5.0
1000.4.0
1000.3.0
1000.2.1
1000.2.0
1000.1.1
1000.1.0
1000.0.0
900.0.0
12.2.0
12.1.0
12.0.0
11.1.0
11.0.0
10.1.1
10.1.0
10.0.0
9.4.2
9.4.1
9.4.0
9.3.0
9.2.0
9.1.0
9.0.0
8.10.0
8.9.0
8.8.0
8.7.0
8.6.0
8.5.0
8.4.0
8.3.0
8.2.0
8.1.0
8.0.1
8.0.0
7.11.0
7.10.0
7.9.0
7.8.0
7.7.1
7.7.0
7.6.0
7.5.0
7.4.0
7.3.0
7.2.0
7.1.0
7.0.0
6.4.0
6.3.1
6.3.0
6.2.0
6.1.0
6.0.0
6.0.0-alpha.0
5.0.0
4.0.0
3.2.0
3.1.0
3.0.0
2.0.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
Basic types used by pnpm
github.com/pnpm/pnpm/blob/main/packages/types
@pnpm/types
/
lib
/
misc.js
10 lines
•
300 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
DEPENDENCIES_FIELDS
=
void
0
;
//
NOTE:
The order in this array is important.
exports
.
DEPENDENCIES_FIELDS
= [
'optionalDependencies'
,
'dependencies'
,
'devDependencies'
, ];
//# sourceMappingURL=misc.js.map