@pnpm/exe 6.30.1 → 7.0.0-alpha.2
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/package.json +9 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/exe",
|
|
3
3
|
"description": "Fast, disk space efficient package manager",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "7.0.0-alpha.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"bin": {
|
|
7
7
|
"pnpm": "pnpm"
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
12
12
|
},
|
|
13
13
|
"optionalDependencies": {
|
|
14
|
-
"@pnpm/linux-arm64": "
|
|
15
|
-
"@pnpm/linux-x64": "
|
|
16
|
-
"@pnpm/macos-arm64": "
|
|
17
|
-
"@pnpm/macos-x64": "
|
|
18
|
-
"@pnpm/win-x64": "
|
|
14
|
+
"@pnpm/linux-arm64": "7.0.0-alpha.2",
|
|
15
|
+
"@pnpm/linux-x64": "7.0.0-alpha.2",
|
|
16
|
+
"@pnpm/macos-arm64": "7.0.0-alpha.2",
|
|
17
|
+
"@pnpm/macos-x64": "7.0.0-alpha.2",
|
|
18
|
+
"@pnpm/win-x64": "7.0.0-alpha.2"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@pnpm/exe": "
|
|
21
|
+
"@pnpm/exe": "7.0.0-alpha.2",
|
|
22
22
|
"@zkochan/pkg": "0.0.0-2",
|
|
23
23
|
"execa": "npm:safe-execa@^0.1.1"
|
|
24
24
|
},
|
|
@@ -28,13 +28,12 @@
|
|
|
28
28
|
"preferGlobal": true,
|
|
29
29
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/exe",
|
|
30
30
|
"keywords": [
|
|
31
|
-
"
|
|
31
|
+
"pnpm7"
|
|
32
32
|
],
|
|
33
33
|
"scripts": {
|
|
34
34
|
"preinstall": "node setup.js"
|
|
35
35
|
},
|
|
36
36
|
"bin": {
|
|
37
37
|
"pnpm": "pnpm"
|
|
38
|
-
}
|
|
39
|
-
"readme": "# @pnpm/exe\n\nThis version of the pnpm CLI is packaged with Node.js into an executable.\nSo it may be used on a system with no Node.js installed.\nThis makes pnpm not only a Node.js package manager but also a Node.js version manager (see [related discussion](https://github.com/pnpm/pnpm/discussions/3434)).\n\n## Installation\n\nOn macOS, Linux, or Windows Subsystem for Linux:\n\n```\ncurl -fsSL https://get.pnpm.io/install.sh | sh -\n```\n\nIf you don't have curl installed, you would like to use wget:\n\n```\nwget -qO- https://get.pnpm.io/install.sh | sh -\n```\n\nAfter installation, restart your shell to get pnpm accessible.\n\n### Alternatively, if you do have Node.js installed\n\nOn macOS, Linux, or Windows Subsystem for Linux:\n\n```\ncurl -f https://get.pnpm.io/v6.16.js | node - add --global @pnpm/exe\n```\n\nOn Windows (using PowerShell):\n\n```\n(Invoke-WebRequest 'https://get.pnpm.io/v6.16.js' -UseBasicParsing).Content | node - add --global @pnpm/exe\n```\n\n## License\n\nMIT\n"
|
|
38
|
+
}
|
|
40
39
|
}
|