2022-10-27 05:41:27 +03:00
|
|
|
distributable:
|
|
|
|
url: https://github.com/npm/cli/archive/refs/tags/v{{ version }}.tar.gz
|
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
versions:
|
2023-04-16 09:15:35 +03:00
|
|
|
github: npm/cli/tags
|
2022-10-27 05:41:27 +03:00
|
|
|
|
|
|
|
provides:
|
|
|
|
- bin/npm
|
|
|
|
- bin/npx
|
|
|
|
|
|
|
|
dependencies:
|
2022-10-31 20:25:32 +03:00
|
|
|
nodejs.org: '>=14'
|
2022-10-27 05:41:27 +03:00
|
|
|
|
|
|
|
build:
|
2022-11-17 02:01:43 +03:00
|
|
|
dependencies:
|
2023-02-04 03:34:11 +03:00
|
|
|
crates.io/semverator: '*'
|
2022-10-27 05:41:27 +03:00
|
|
|
script: |
|
2023-02-08 00:22:47 +03:00
|
|
|
if semverator satisfies '^8,>=9.4.2' {{ version }}; then
|
2023-02-04 03:34:11 +03:00
|
|
|
ARGS="--install-links"
|
|
|
|
fi
|
|
|
|
|
|
|
|
node . install --global --prefix={{prefix}} $ARGS
|
|
|
|
|
2023-04-08 17:37:00 +03:00
|
|
|
mv props/npmrc {{prefix}}/lib/node_modules/npm
|
|
|
|
|
|
|
|
test: |
|
|
|
|
npm install --global cowsay
|
|
|
|
$HOME/.local/bin/cowsay xyz.tea.hi
|
|
|
|
|
|
|
|
npx -qy tldr ls
|