A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/npm/cli/commit/1c25a1d74c26364742b59f9d57b9a07bb4f8726f below:

update @npmcli/node-gyp@4.0.0 · npm/cli@1c25a1d · GitHub

File tree Expand file treeCollapse file tree 7 files changed

+18

-94

lines changed

Filter options

Expand file treeCollapse file tree 7 files changed

+18

-94

lines changed Original file line number Diff line number Diff line change

@@ -32,11 +32,6 @@

32 32

!/@npmcli/query

33 33

!/@npmcli/redact

34 34

!/@npmcli/run-script

35 -

!/@npmcli/run-script/node_modules/

36 -

/@npmcli/run-script/node_modules/*

37 -

!/@npmcli/run-script/node_modules/@npmcli/

38 -

/@npmcli/run-script/node_modules/@npmcli/*

39 -

!/@npmcli/run-script/node_modules/@npmcli/node-gyp

40 35

!/@pkgjs/

41 36

/@pkgjs/*

42 37

!/@pkgjs/parseargs

File renamed without changes.

Original file line number Diff line number Diff line change

@@ -1,19 +1,20 @@

1 1

{

2 2

"name": "@npmcli/node-gyp",

3 -

"version": "3.0.0",

3 +

"version": "4.0.0",

4 4

"description": "Tools for dealing with node-gyp packages",

5 5

"scripts": {

6 6

"test": "tap",

7 -

"lint": "eslint \"**/*.js\"",

7 +

"lint": "npm run eslint",

8 8

"postlint": "template-oss-check",

9 9

"template-oss-apply": "template-oss-apply --force",

10 -

"lintfix": "npm run lint -- --fix",

10 +

"lintfix": "npm run eslint -- --fix",

11 11

"snap": "tap",

12 -

"posttest": "npm run lint"

12 +

"posttest": "npm run lint",

13 +

"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""

13 14

},

14 15

"repository": {

15 16

"type": "git",

16 -

"url": "https://github.com/npm/node-gyp.git"

17 +

"url": "git+https://github.com/npm/node-gyp.git"

17 18

},

18 19

"keywords": [

19 20

"npm",

@@ -28,16 +29,17 @@

28 29

"author": "GitHub Inc.",

29 30

"license": "ISC",

30 31

"devDependencies": {

31 -

"@npmcli/eslint-config": "^3.0.1",

32 -

"@npmcli/template-oss": "4.5.1",

32 +

"@npmcli/eslint-config": "^5.0.0",

33 +

"@npmcli/template-oss": "4.23.3",

33 34

"tap": "^16.0.1"

34 35

},

35 36

"engines": {

36 -

"node": "^14.17.0 || ^16.13.0 || >=18.0.0"

37 +

"node": "^18.17.0 || >=20.5.0"

37 38

},

38 39

"templateOSS": {

39 40

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

40 -

"version": "4.5.1"

41 +

"version": "4.23.3",

42 +

"publish": true

41 43

},

42 44

"tap": {

43 45

"nyc-arg": [

Original file line number Diff line number Diff line change

@@ -1683,12 +1683,13 @@

1683 1683

}

1684 1684

},

1685 1685

"node_modules/@npmcli/node-gyp": {

1686 -

"version": "3.0.0",

1687 -

"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz",

1688 -

"integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==",

1686 +

"version": "4.0.0",

1687 +

"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-4.0.0.tgz",

1688 +

"integrity": "sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==",

1689 +

"inBundle": true,

1689 1690

"license": "ISC",

1690 1691

"engines": {

1691 -

"node": "^14.17.0 || ^16.13.0 || >=18.0.0"

1692 +

"node": "^18.17.0 || >=20.5.0"

1692 1693

}

1693 1694

},

1694 1695

"node_modules/@npmcli/package-json": {

@@ -1763,16 +1764,6 @@

1763 1764

"node": "^18.17.0 || >=20.5.0"

1764 1765

}

1765 1766

},

1766 -

"node_modules/@npmcli/run-script/node_modules/@npmcli/node-gyp": {

1767 -

"version": "4.0.0",

1768 -

"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-4.0.0.tgz",

1769 -

"integrity": "sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==",

1770 -

"inBundle": true,

1771 -

"license": "ISC",

1772 -

"engines": {

1773 -

"node": "^18.17.0 || >=20.5.0"

1774 -

}

1775 -

},

1776 1767

"node_modules/@npmcli/smoke-tests": {

1777 1768

"resolved": "smoke-tests",

1778 1769

"link": true

@@ -16680,7 +16671,7 @@

16680 16671

"@npmcli/map-workspaces": "^4.0.1",

16681 16672

"@npmcli/metavuln-calculator": "^8.0.0",

16682 16673

"@npmcli/name-from-folder": "^3.0.0",

16683 -

"@npmcli/node-gyp": "^3.0.0",

16674 +

"@npmcli/node-gyp": "^4.0.0",

16684 16675

"@npmcli/package-json": "^6.0.1",

16685 16676

"@npmcli/query": "^3.1.0",

16686 16677

"@npmcli/redact": "^3.0.0",

Original file line number Diff line number Diff line change

@@ -9,7 +9,7 @@

9 9

"@npmcli/map-workspaces": "^4.0.1",

10 10

"@npmcli/metavuln-calculator": "^8.0.0",

11 11

"@npmcli/name-from-folder": "^3.0.0",

12 -

"@npmcli/node-gyp": "^3.0.0",

12 +

"@npmcli/node-gyp": "^4.0.0",

13 13

"@npmcli/package-json": "^6.0.1",

14 14

"@npmcli/query": "^3.1.0",

15 15

"@npmcli/redact": "^3.0.0",

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4