UNPKG
@pika/pack
Version:
latest (0.5.0)
next (0.4.0-pre.3)
0.5.0
0.4.0
0.4.0-pre.3
0.4.0-pre.2
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.1.7
0.1.6
0.1.5
0.1.0
package building, reimagined.
www.pikapkg.com/blog/introducing-pika-pack/
pikapkg/pack
@pika/pack
/
dist-types
/
util
/
normalize-manifest
/
licenses.d.ts
9 lines
(8 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
const
_default
: {
'Apache-2.0'
:
RegExp
;
'BSD-2-Clause'
:
RegExp
;
'BSD-3-Clause'
:
RegExp
;
MIT
:
RegExp
;
Unlicense
:
RegExp
; };
export
default
_default;