Skip to content

Commit e9b25cd

Browse files
committed
deps: @npmcli/move-file@2.0.0
1 parent 485753d commit e9b25cd

File tree

7 files changed

+31
-267
lines changed

7 files changed

+31
-267
lines changed

node_modules/@npmcli/move-file/index.js

Lines changed: 0 additions & 162 deletions
This file was deleted.
Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,47 @@
11
{
22
"name": "@npmcli/move-file",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"files": [
5-
"index.js"
5+
"bin/",
6+
"lib/"
67
],
8+
"main": "lib/index.js",
79
"description": "move a file (fork of move-file)",
810
"dependencies": {
911
"mkdirp": "^1.0.4",
1012
"rimraf": "^3.0.2"
1113
},
1214
"devDependencies": {
13-
"require-inject": "^1.4.4",
14-
"tap": "^14.10.7"
15+
"@npmcli/eslint-config": "^3.0.1",
16+
"@npmcli/template-oss": "3.2.2",
17+
"tap": "^16.0.1"
1518
},
1619
"scripts": {
1720
"test": "tap",
1821
"snap": "tap",
1922
"preversion": "npm test",
2023
"postversion": "npm publish",
21-
"prepublishOnly": "git push origin --follow-tags"
24+
"prepublishOnly": "git push origin --follow-tags",
25+
"lint": "eslint \"**/*.js\"",
26+
"postlint": "template-oss-check",
27+
"template-oss-apply": "template-oss-apply --force",
28+
"lintfix": "npm run lint -- --fix",
29+
"posttest": "npm run lint"
2230
},
2331
"repository": {
2432
"type": "git",
25-
"url": "git+https://github.com/npm/move-file"
33+
"url": "https://github.com/npm/move-file.git"
2634
},
2735
"tap": {
2836
"check-coverage": true
2937
},
3038
"license": "MIT",
3139
"engines": {
32-
"node": ">=10"
40+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
41+
},
42+
"author": "GitHub Inc.",
43+
"templateOSS": {
44+
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
45+
"version": "3.2.2"
3346
}
3447
}

node_modules/cacache/node_modules/@npmcli/move-file/LICENSE.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

node_modules/cacache/node_modules/@npmcli/move-file/package.json

Lines changed: 0 additions & 47 deletions
This file was deleted.

package-lock.json

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -975,14 +975,16 @@
975975
}
976976
},
977977
"node_modules/@npmcli/move-file": {
978-
"version": "1.1.2",
979-
"license": "MIT",
978+
"version": "2.0.0",
979+
"resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.0.tgz",
980+
"integrity": "sha512-UR6D5f4KEGWJV6BGPH3Qb2EtgH+t+1XQ1Tt85c7qicN6cezzuHPdZwwAxqZr4JLtnQu0LZsTza/5gmNmSl8XLg==",
981+
"inBundle": true,
980982
"dependencies": {
981983
"mkdirp": "^1.0.4",
982984
"rimraf": "^3.0.2"
983985
},
984986
"engines": {
985-
"node": ">=10"
987+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
986988
}
987989
},
988990
"node_modules/@npmcli/name-from-folder": {
@@ -1606,19 +1608,6 @@
16061608
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
16071609
}
16081610
},
1609-
"node_modules/cacache/node_modules/@npmcli/move-file": {
1610-
"version": "2.0.0",
1611-
"resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.0.tgz",
1612-
"integrity": "sha512-UR6D5f4KEGWJV6BGPH3Qb2EtgH+t+1XQ1Tt85c7qicN6cezzuHPdZwwAxqZr4JLtnQu0LZsTza/5gmNmSl8XLg==",
1613-
"inBundle": true,
1614-
"dependencies": {
1615-
"mkdirp": "^1.0.4",
1616-
"rimraf": "^3.0.2"
1617-
},
1618-
"engines": {
1619-
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
1620-
}
1621-
},
16221611
"node_modules/cacache/node_modules/ssri": {
16231612
"version": "9.0.0",
16241613
"resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.0.tgz",
@@ -9625,7 +9614,7 @@
96259614
"@npmcli/installed-package-contents": "^1.0.7",
96269615
"@npmcli/map-workspaces": "^2.0.0",
96279616
"@npmcli/metavuln-calculator": "^3.0.1",
9628-
"@npmcli/move-file": "^1.1.0",
9617+
"@npmcli/move-file": "^2.0.0",
96299618
"@npmcli/name-from-folder": "^1.0.1",
96309619
"@npmcli/node-gyp": "^1.0.3",
96319620
"@npmcli/package-json": "^2.0.0",
@@ -10297,7 +10286,7 @@
1029710286
"@npmcli/installed-package-contents": "^1.0.7",
1029810287
"@npmcli/map-workspaces": "^2.0.0",
1029910288
"@npmcli/metavuln-calculator": "^3.0.1",
10300-
"@npmcli/move-file": "^1.1.0",
10289+
"@npmcli/move-file": "2.0.0",
1030110290
"@npmcli/name-from-folder": "^1.0.1",
1030210291
"@npmcli/node-gyp": "^1.0.3",
1030310292
"@npmcli/package-json": "^2.0.0",
@@ -10455,7 +10444,9 @@
1045510444
}
1045610445
},
1045710446
"@npmcli/move-file": {
10458-
"version": "1.1.2",
10447+
"version": "2.0.0",
10448+
"resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.0.tgz",
10449+
"integrity": "sha512-UR6D5f4KEGWJV6BGPH3Qb2EtgH+t+1XQ1Tt85c7qicN6cezzuHPdZwwAxqZr4JLtnQu0LZsTza/5gmNmSl8XLg==",
1045910450
"requires": {
1046010451
"mkdirp": "^1.0.4",
1046110452
"rimraf": "^3.0.2"
@@ -10875,15 +10866,6 @@
1087510866
"unique-filename": "^1.1.1"
1087610867
},
1087710868
"dependencies": {
10878-
"@npmcli/move-file": {
10879-
"version": "2.0.0",
10880-
"resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.0.tgz",
10881-
"integrity": "sha512-UR6D5f4KEGWJV6BGPH3Qb2EtgH+t+1XQ1Tt85c7qicN6cezzuHPdZwwAxqZr4JLtnQu0LZsTza/5gmNmSl8XLg==",
10882-
"requires": {
10883-
"mkdirp": "^1.0.4",
10884-
"rimraf": "^3.0.2"
10885-
}
10886-
},
1088710869
"ssri": {
1088810870
"version": "9.0.0",
1088910871
"resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.0.tgz",

workspaces/arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@npmcli/installed-package-contents": "^1.0.7",
88
"@npmcli/map-workspaces": "^2.0.0",
99
"@npmcli/metavuln-calculator": "^3.0.1",
10-
"@npmcli/move-file": "^1.1.0",
10+
"@npmcli/move-file": "^2.0.0",
1111
"@npmcli/name-from-folder": "^1.0.1",
1212
"@npmcli/node-gyp": "^1.0.3",
1313
"@npmcli/package-json": "^2.0.0",

0 commit comments

Comments
 (0)