mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
Lower required Node version to >=12.13.0
This commit is contained in:
parent
e6f4ede10c
commit
5e880a4835
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
const { log } = require('proc-log')
|
const log = require('proc-log')
|
||||||
const { format } = require('util')
|
const { format } = require('util')
|
||||||
|
|
||||||
// helper to emit log messages with a predefined prefix
|
// helper to emit log messages with a predefined prefix
|
||||||
|
|
16
package.json
16
package.json
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "node-gyp",
|
"name": "@electron/node-gyp",
|
||||||
"description": "Node.js native addon build tool",
|
"description": "Node.js native addon build tool",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
"bindings",
|
"bindings",
|
||||||
"gyp"
|
"gyp"
|
||||||
],
|
],
|
||||||
"version": "10.2.0",
|
"version": "10.2.0-electron",
|
||||||
"installVersion": 11,
|
"installVersion": 11,
|
||||||
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
|
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -24,17 +24,17 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"env-paths": "^2.2.0",
|
"env-paths": "^2.2.0",
|
||||||
"exponential-backoff": "^3.1.1",
|
"exponential-backoff": "^3.1.1",
|
||||||
"glob": "^10.3.10",
|
"glob": "^8.1.0",
|
||||||
"graceful-fs": "^4.2.6",
|
"graceful-fs": "^4.2.6",
|
||||||
"make-fetch-happen": "^13.0.0",
|
"make-fetch-happen": "^10.2.1",
|
||||||
"nopt": "^7.0.0",
|
"nopt": "^6.0.0",
|
||||||
"proc-log": "^4.1.0",
|
"proc-log": "^2.0.1",
|
||||||
"semver": "^7.3.5",
|
"semver": "^7.3.5",
|
||||||
"tar": "^6.2.1",
|
"tar": "^6.2.1",
|
||||||
"which": "^4.0.0"
|
"which": "^2.0.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^16.14.0 || >=18.0.0"
|
"node": ">=12.13.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bindings": "^1.5.0",
|
"bindings": "^1.5.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue