Remove rogue package*.json files

This commit is contained in:
Starbeamrainbowlabs 2022-07-25 19:00:21 +01:00
parent 927c30e189
commit 1ec502daea
Signed by: sbrl
GPG key ID: 1BE5172E637709C2
2 changed files with 0 additions and 29 deletions

24
package-lock.json generated
View file

@ -1,24 +0,0 @@
{
"name": "PhD-Rainfall-Radar",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"duplex-child-process": "^1.0.1"
}
},
"node_modules/duplex-child-process": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/duplex-child-process/-/duplex-child-process-1.0.1.tgz",
"integrity": "sha512-tWbt4tyioDjyK5nh+qicbdvBvNjSXsTUF5zKUwSauuKPg1mokjwn/HezwfvWhh6hXoLdgetY+ZlzU/sMwUMJkg=="
}
},
"dependencies": {
"duplex-child-process": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/duplex-child-process/-/duplex-child-process-1.0.1.tgz",
"integrity": "sha512-tWbt4tyioDjyK5nh+qicbdvBvNjSXsTUF5zKUwSauuKPg1mokjwn/HezwfvWhh6hXoLdgetY+ZlzU/sMwUMJkg=="
}
}
}

View file

@ -1,5 +0,0 @@
{
"dependencies": {
"duplex-child-process": "^1.0.1"
}
}