@pnpm/installing.deps-installer 1101.0.3 → 1101.0.5
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/README.md +4 -4
- package/package.json +57 -57
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @pnpm/
|
|
1
|
+
# @pnpm/installing.deps-installer
|
|
2
2
|
|
|
3
3
|
> Fast, disk space efficient installation engine. Used by [pnpm](https://github.com/pnpm/pnpm)
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
Install it via npm.
|
|
8
8
|
|
|
9
9
|
```
|
|
10
|
-
pnpm add @pnpm/
|
|
10
|
+
pnpm add @pnpm/installing.deps-installer
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
It also depends on `@pnpm/logger` version `1`, so install it as well via:
|
|
@@ -75,7 +75,7 @@ Hooks are functions that can step into the installation process. All hooks can b
|
|
|
75
75
|
### `readPackage(pkg: Manifest, context): Manifest | Promise<Manifest>`
|
|
76
76
|
|
|
77
77
|
This hook is called with every dependency's manifest information.
|
|
78
|
-
The modified manifest returned by this hook is then used by `@pnpm/
|
|
78
|
+
The modified manifest returned by this hook is then used by `@pnpm/installing.deps-installer` during installation.
|
|
79
79
|
An async function is supported.
|
|
80
80
|
|
|
81
81
|
**Arguments:**
|
|
@@ -86,7 +86,7 @@ An async function is supported.
|
|
|
86
86
|
**Example:**
|
|
87
87
|
|
|
88
88
|
```js
|
|
89
|
-
const { installPkgs } = require('@pnpm/
|
|
89
|
+
const { installPkgs } = require('@pnpm/installing.deps-installer')
|
|
90
90
|
|
|
91
91
|
installPkgs({
|
|
92
92
|
hooks: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/installing.deps-installer",
|
|
3
|
-
"version": "1101.0.
|
|
3
|
+
"version": "1101.0.5",
|
|
4
4
|
"description": "Fast, disk space efficient installation engine",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -62,60 +62,60 @@
|
|
|
62
62
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
63
63
|
"run-groups": "^5.0.0",
|
|
64
64
|
"semver": "^7.7.2",
|
|
65
|
-
"@pnpm/
|
|
66
|
-
"@pnpm/
|
|
67
|
-
"@pnpm/bins.remover": "1100.0.
|
|
68
|
-
"@pnpm/building.
|
|
69
|
-
"@pnpm/building.
|
|
70
|
-
"@pnpm/building.policy": "1100.0.1",
|
|
65
|
+
"@pnpm/agent.client": "1.0.1",
|
|
66
|
+
"@pnpm/bins.linker": "1100.0.3",
|
|
67
|
+
"@pnpm/bins.remover": "1100.0.2",
|
|
68
|
+
"@pnpm/building.after-install": "1101.0.5",
|
|
69
|
+
"@pnpm/building.during-install": "1101.0.3",
|
|
71
70
|
"@pnpm/catalogs.protocol-parser": "1100.0.0",
|
|
71
|
+
"@pnpm/building.policy": "1100.0.2",
|
|
72
72
|
"@pnpm/catalogs.resolver": "1100.0.0",
|
|
73
73
|
"@pnpm/catalogs.types": "1100.0.0",
|
|
74
|
-
"@pnpm/config.matcher": "1100.0.
|
|
75
|
-
"@pnpm/config.normalize-registries": "1100.0.
|
|
74
|
+
"@pnpm/config.matcher": "1100.0.1",
|
|
75
|
+
"@pnpm/config.normalize-registries": "1100.0.2",
|
|
76
|
+
"@pnpm/config.parse-overrides": "1100.0.1",
|
|
76
77
|
"@pnpm/constants": "1100.0.0",
|
|
77
|
-
"@pnpm/config.parse-overrides": "1100.0.0",
|
|
78
78
|
"@pnpm/core-loggers": "1100.0.1",
|
|
79
|
-
"@pnpm/crypto.hash": "1100.0.
|
|
79
|
+
"@pnpm/crypto.hash": "1100.0.1",
|
|
80
80
|
"@pnpm/crypto.object-hasher": "1100.0.0",
|
|
81
|
-
"@pnpm/
|
|
82
|
-
"@pnpm/deps.path": "1100.0.1",
|
|
81
|
+
"@pnpm/deps.graph-hasher": "1100.1.2",
|
|
83
82
|
"@pnpm/deps.graph-sequencer": "1100.0.0",
|
|
84
|
-
"@pnpm/deps.
|
|
85
|
-
"@pnpm/
|
|
86
|
-
"@pnpm/fs.
|
|
87
|
-
"@pnpm/fs.
|
|
88
|
-
"@pnpm/
|
|
89
|
-
"@pnpm/
|
|
90
|
-
"@pnpm/
|
|
91
|
-
"@pnpm/installing.
|
|
92
|
-
"@pnpm/
|
|
93
|
-
"@pnpm/installing.
|
|
94
|
-
"@pnpm/installing.linking.
|
|
95
|
-
"@pnpm/installing.
|
|
96
|
-
"@pnpm/
|
|
97
|
-
"@pnpm/installing.package-requester": "1101.0.
|
|
98
|
-
"@pnpm/
|
|
99
|
-
"@pnpm/
|
|
100
|
-
"@pnpm/lockfile.
|
|
101
|
-
"@pnpm/lockfile.
|
|
102
|
-
"@pnpm/lockfile.pruner": "1100.0.
|
|
103
|
-
"@pnpm/lockfile.
|
|
104
|
-
"@pnpm/lockfile.
|
|
105
|
-
"@pnpm/lockfile.
|
|
106
|
-
"@pnpm/lockfile.
|
|
107
|
-
"@pnpm/
|
|
108
|
-
"@pnpm/patching.config": "1100.0.
|
|
109
|
-
"@pnpm/
|
|
110
|
-
"@pnpm/resolving.resolver-base": "1100.1.
|
|
111
|
-
"@pnpm/resolving.parse-wanted-dependency": "1100.0.
|
|
83
|
+
"@pnpm/deps.path": "1100.0.2",
|
|
84
|
+
"@pnpm/error": "1100.0.0",
|
|
85
|
+
"@pnpm/fs.read-modules-dir": "1100.0.1",
|
|
86
|
+
"@pnpm/fs.symlink-dependency": "1100.0.2",
|
|
87
|
+
"@pnpm/exec.lifecycle": "1100.0.5",
|
|
88
|
+
"@pnpm/hooks.read-package-hook": "1100.0.2",
|
|
89
|
+
"@pnpm/hooks.types": "1100.0.4",
|
|
90
|
+
"@pnpm/installing.context": "1100.0.5",
|
|
91
|
+
"@pnpm/installing.deps-resolver": "1100.0.5",
|
|
92
|
+
"@pnpm/installing.deps-restorer": "1101.0.4",
|
|
93
|
+
"@pnpm/installing.linking.direct-dep-linker": "1100.0.2",
|
|
94
|
+
"@pnpm/installing.linking.hoist": "1100.0.3",
|
|
95
|
+
"@pnpm/installing.linking.modules-cleaner": "1100.0.5",
|
|
96
|
+
"@pnpm/installing.package-requester": "1101.0.2",
|
|
97
|
+
"@pnpm/installing.modules-yaml": "1100.0.2",
|
|
98
|
+
"@pnpm/lockfile.filtering": "1100.0.5",
|
|
99
|
+
"@pnpm/lockfile.fs": "1100.0.4",
|
|
100
|
+
"@pnpm/lockfile.preferred-versions": "1100.0.5",
|
|
101
|
+
"@pnpm/lockfile.pruner": "1100.0.3",
|
|
102
|
+
"@pnpm/lockfile.settings-checker": "1100.0.5",
|
|
103
|
+
"@pnpm/lockfile.to-pnp": "1100.0.4",
|
|
104
|
+
"@pnpm/lockfile.utils": "1100.0.4",
|
|
105
|
+
"@pnpm/lockfile.verification": "1100.0.5",
|
|
106
|
+
"@pnpm/lockfile.walker": "1100.0.3",
|
|
107
|
+
"@pnpm/patching.config": "1100.0.2",
|
|
108
|
+
"@pnpm/pkg-manifest.utils": "1100.1.1",
|
|
109
|
+
"@pnpm/resolving.resolver-base": "1100.1.1",
|
|
110
|
+
"@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
|
|
111
|
+
"@pnpm/store.controller-types": "1100.0.4",
|
|
112
112
|
"@pnpm/store.index": "1100.0.0",
|
|
113
|
-
"@pnpm/
|
|
114
|
-
"@pnpm/
|
|
113
|
+
"@pnpm/workspace.project-manifest-reader": "1100.0.3",
|
|
114
|
+
"@pnpm/types": "1101.0.0"
|
|
115
115
|
},
|
|
116
116
|
"peerDependencies": {
|
|
117
117
|
"@pnpm/logger": ">=1001.0.0 <1002.0.0",
|
|
118
|
-
"@pnpm/worker": "^1100.1.
|
|
118
|
+
"@pnpm/worker": "^1100.1.1"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
121
|
"@jest/globals": "30.3.0",
|
|
@@ -138,21 +138,21 @@
|
|
|
138
138
|
"symlink-dir": "^10.0.1",
|
|
139
139
|
"write-json-file": "^7.0.0",
|
|
140
140
|
"write-yaml-file": "^6.0.0",
|
|
141
|
-
"@pnpm/assert-project": "1100.0.
|
|
142
|
-
"@pnpm/
|
|
143
|
-
"@pnpm/installing.deps-installer": "1101.0.3",
|
|
141
|
+
"@pnpm/assert-project": "1100.0.4",
|
|
142
|
+
"@pnpm/installing.deps-installer": "1101.0.5",
|
|
144
143
|
"@pnpm/logger": "1100.0.0",
|
|
145
|
-
"@pnpm/lockfile.types": "1100.0.
|
|
146
|
-
"@pnpm/
|
|
147
|
-
"@pnpm/network.git-utils": "1100.0.
|
|
148
|
-
"@pnpm/
|
|
149
|
-
"@pnpm/prepare": "1100.0.
|
|
150
|
-
"@pnpm/resolving.registry.types": "1100.0.
|
|
151
|
-
"@pnpm/store.
|
|
152
|
-
"@pnpm/
|
|
144
|
+
"@pnpm/lockfile.types": "1100.0.3",
|
|
145
|
+
"@pnpm/assert-store": "1100.0.4",
|
|
146
|
+
"@pnpm/network.git-utils": "1100.0.1",
|
|
147
|
+
"@pnpm/pkg-manifest.reader": "1100.0.2",
|
|
148
|
+
"@pnpm/prepare": "1100.0.4",
|
|
149
|
+
"@pnpm/resolving.registry.types": "1100.0.2",
|
|
150
|
+
"@pnpm/store.cafs": "1100.1.1",
|
|
151
|
+
"@pnpm/store.path": "1100.0.1",
|
|
153
152
|
"@pnpm/test-fixtures": "1100.0.0",
|
|
154
|
-
"@pnpm/
|
|
155
|
-
"@pnpm/testing.mock-agent": "1100.0.
|
|
153
|
+
"@pnpm/test-ipc-server": "1100.0.0",
|
|
154
|
+
"@pnpm/testing.mock-agent": "1100.0.2",
|
|
155
|
+
"@pnpm/testing.temp-store": "1100.0.9"
|
|
156
156
|
},
|
|
157
157
|
"engines": {
|
|
158
158
|
"node": ">=22.13"
|