pnpm 7.31.0-0 → 7.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/dist/node_modules/.modules.yaml +3 -6
- package/dist/node_modules/.pnpm/lock.yaml +102 -101
- package/dist/pnpm.cjs +218 -315
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
3
|
Copyright (c) 2015-2016 Rico Sta. Cruz and other contributors
|
|
4
|
-
Copyright (c) 2016-
|
|
4
|
+
Copyright (c) 2016-2023 Zoltan Kochan and other contributors
|
|
5
5
|
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -200,19 +200,16 @@ included:
|
|
|
200
200
|
injectedDeps: {}
|
|
201
201
|
layoutVersion: 5
|
|
202
202
|
nodeLinker: hoisted
|
|
203
|
-
packageManager: pnpm@
|
|
203
|
+
packageManager: pnpm@7.24.2
|
|
204
204
|
pendingBuilds:
|
|
205
205
|
- /node-gyp/9.3.1
|
|
206
206
|
- /encoding/0.1.13
|
|
207
|
-
prunedAt:
|
|
207
|
+
prunedAt: Tue, 04 Apr 2023 00:30:21 GMT
|
|
208
208
|
publicHoistPattern:
|
|
209
209
|
- '*eslint*'
|
|
210
210
|
- '*prettier*'
|
|
211
211
|
registries:
|
|
212
|
-
'@bit': https://node-registry.bit.cloud/
|
|
213
|
-
'@ci': http://localhost:4873/
|
|
214
|
-
'@zoltan': https://node-registry.bit.cloud/
|
|
215
212
|
default: https://registry.npmjs.org/
|
|
216
213
|
skipped: []
|
|
217
|
-
storeDir: /
|
|
214
|
+
storeDir: /home/runner/.local/share/pnpm/store/v3
|
|
218
215
|
virtualStoreDir: .pnpm
|