Skip to content

Commit e33aa0f

Browse files
authored
deps: remove stringify-package (#4714)
It was not being used
1 parent 4d676e3 commit e33aa0f

File tree

5 files changed

+2
-81
lines changed

5 files changed

+2
-81
lines changed

node_modules/stringify-package/LICENSE

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

node_modules/stringify-package/index.js

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

node_modules/stringify-package/package.json

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

package-lock.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6712,10 +6712,6 @@
67126712
"url": "https://github.com/sponsors/ljharb"
67136713
}
67146714
},
6715-
"node_modules/stringify-package": {
6716-
"version": "1.0.1",
6717-
"license": "ISC"
6718-
},
67196715
"node_modules/strip-ansi": {
67206716
"version": "6.0.1",
67216717
"inBundle": true,
@@ -9997,8 +9993,7 @@
99979993
"@npmcli/run-script": "^3.0.0",
99989994
"json-parse-even-better-errors": "^2.3.1",
99999995
"proc-log": "^2.0.0",
10000-
"semver": "^7.3.5",
10001-
"stringify-package": "^1.0.1"
9996+
"semver": "^7.3.5"
100029997
},
100039998
"devDependencies": {
100049999
"@npmcli/eslint-config": "^3.0.1",
@@ -12928,7 +12923,6 @@
1292812923
"proc-log": "^2.0.0",
1292912924
"require-inject": "^1.4.4",
1293012925
"semver": "^7.3.5",
12931-
"stringify-package": "^1.0.1",
1293212926
"tap": "^16.0.1"
1293312927
}
1293412928
},
@@ -14379,9 +14373,6 @@
1437914373
"define-properties": "^1.1.3"
1438014374
}
1438114375
},
14382-
"stringify-package": {
14383-
"version": "1.0.1"
14384-
},
1438514376
"strip-ansi": {
1438614377
"version": "6.0.1",
1438714378
"requires": {

workspaces/libnpmversion/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"@npmcli/run-script": "^3.0.0",
4141
"json-parse-even-better-errors": "^2.3.1",
4242
"proc-log": "^2.0.0",
43-
"semver": "^7.3.5",
44-
"stringify-package": "^1.0.1"
43+
"semver": "^7.3.5"
4544
},
4645
"engines": {
4746
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"

0 commit comments

Comments
 (0)