build(deps-dev): add package @aetherinox/noxenv 1.1.1

This commit is contained in:
2025-05-31 00:58:07 -07:00
parent 85ada359b9
commit ab875ed12e
2 changed files with 22 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
"user-agents": "^1.1.556" "user-agents": "^1.1.556"
}, },
"devDependencies": { "devDependencies": {
"@aetherinox/noxenv": "^1.1.1",
"@stylistic/eslint-plugin-js": "^4.4.0", "@stylistic/eslint-plugin-js": "^4.4.0",
"@types/uuid": "^10.0.0", "@types/uuid": "^10.0.0",
"all-contributors-cli": "^6.26.1", "all-contributors-cli": "^6.26.1",
@@ -34,6 +35,26 @@
"node": ">=20" "node": ">=20"
} }
}, },
"node_modules/@aetherinox/noxenv": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@aetherinox/noxenv/-/noxenv-1.1.1.tgz",
"integrity": "sha512-oSk7rEI4xzC4R1IykulJf+H2hZ6/OQIqX2ZA60IIU3yy91l5UgjkeHIDQguIdC2zVfjPeW5JqI14NMZyH4WMfw==",
"dev": true,
"license": "MIT",
"dependencies": {
"cross-spawn": "^7.0.6",
"uuid": "^11.1.0"
},
"bin": {
"noxenv": "src/bin/noxenv.js",
"noxenv-shell": "src/bin/noxenv-shell.js"
},
"engines": {
"node": ">=20.9.0",
"npm": ">=10",
"yarn": ">=1"
}
},
"node_modules/@babel/runtime": { "node_modules/@babel/runtime": {
"version": "7.27.1", "version": "7.27.1",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz",

View File

@@ -82,6 +82,7 @@
"express": "5.1.0" "express": "5.1.0"
}, },
"devDependencies": { "devDependencies": {
"@aetherinox/noxenv": "^1.1.1",
"@types/uuid": "^10.0.0", "@types/uuid": "^10.0.0",
"all-contributors-cli": "^6.26.1", "all-contributors-cli": "^6.26.1",
"uuid": "^11.1.0", "uuid": "^11.1.0",