Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-04-08 18:24:56 +0300
committerNathan Fritz <fritzy@github.com>2022-04-14 00:20:48 +0300
commit672fce84b25ecbe58d311acfae6c43e5ca2d778d (patch)
tree39e8ac90263f4386284e8d93ef2bbe7f30a9f32a /package-lock.json
parent3f7fe17d1ea743b3ce1f27b9156e9fa0e358a7df (diff)
chore: refactor smoke-tests
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json45
1 files changed, 42 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 9222c5f4e..43cb34cce 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -84,6 +84,7 @@
"license": "Artistic-2.0",
"workspaces": [
"docs",
+ "smoke-tests",
"workspaces/*"
],
"dependencies": {
@@ -5795,7 +5796,8 @@
},
"node_modules/promise-all-reject-late": {
"version": "1.0.1",
- "license": "ISC",
+ "resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz",
+ "integrity": "sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw==",
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
@@ -6282,8 +6284,9 @@
},
"node_modules/rimraf": {
"version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
"inBundle": true,
- "license": "ISC",
"dependencies": {
"glob": "^7.1.3"
},
@@ -6447,6 +6450,10 @@
"npm": ">= 3.0.0"
}
},
+ "node_modules/smoke-tests": {
+ "resolved": "smoke-tests",
+ "link": true
+ },
"node_modules/socks": {
"version": "2.6.2",
"inBundle": true,
@@ -9737,6 +9744,22 @@
"url": "https://github.com/sponsors/wooorm"
}
},
+ "smoke-tests": {
+ "version": "1.0.0",
+ "license": "ISC",
+ "devDependencies": {
+ "@npmcli/eslint-config": "^3.0.1",
+ "@npmcli/promise-spawn": "^3.0.0",
+ "@npmcli/template-oss": "3.3.2",
+ "minify-registry-metadata": "^2.2.0",
+ "rimraf": "^3.0.2",
+ "tap": "^16.0.1",
+ "which": "^2.0.2"
+ },
+ "engines": {
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
+ }
+ },
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "5.0.5",
@@ -13792,7 +13815,9 @@
}
},
"promise-all-reject-late": {
- "version": "1.0.1"
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz",
+ "integrity": "sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw=="
},
"promise-call-limit": {
"version": "1.0.1"
@@ -14117,6 +14142,8 @@
},
"rimraf": {
"version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
"requires": {
"glob": "^7.1.3"
}
@@ -14192,6 +14219,18 @@
"smart-buffer": {
"version": "4.2.0"
},
+ "smoke-tests": {
+ "version": "file:smoke-tests",
+ "requires": {
+ "@npmcli/eslint-config": "^3.0.1",
+ "@npmcli/promise-spawn": "^3.0.0",
+ "@npmcli/template-oss": "3.3.2",
+ "minify-registry-metadata": "^2.2.0",
+ "rimraf": "^3.0.2",
+ "tap": "^16.0.1",
+ "which": "^2.0.2"
+ }
+ },
"socks": {
"version": "2.6.2",
"requires": {