This commit is contained in:
notgne2 2022-01-11 10:02:17 -07:00
parent ee8ee320e0
commit e9b732d742
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8
2 changed files with 32 additions and 10 deletions

18
flake.lock generated
View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1623875721, "lastModified": 1638122382,
"narHash": "sha256-A8BU7bjS5GirpAUv4QA+QnJ4CceLHkcXdRp4xITDB0s=", "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "f7e004a55b120c02ecb6219596820fcd32ca8772", "rev": "74f7e4319258e287b0f9cb95426c9853b282730b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -17,16 +17,18 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1628958848, "lastModified": 1641710811,
"narHash": "sha256-KhVgsT6Bilea9tCmYJDBikM8wLEFgU2v8891KD84XH0=", "narHash": "sha256-yVJ+CtwWZY8BnkNIJ/ue5a28yrRM6CkDF1LvmGmqqwM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ee3f6da36808209684df0423f5de653a811104b8", "rev": "0ecf7d414811f831060cf55707c374d54fbb1dec",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "NixOS",
"type": "indirect" "ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
} }
}, },
"npm-buildpackage": { "npm-buildpackage": {

24
package-lock.json generated
View File

@ -1,8 +1,28 @@
{ {
"name": "mudl", "name": "mudl",
"version": "1.0.2", "version": "1.0.3",
"lockfileVersion": 1, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": {
"": {
"name": "mudl",
"version": "1.0.3",
"dependencies": {
"no-op": "^1.0.3"
},
"bin": {
"mudl": "index.js"
},
"engines": {
"node": ">= 11.0.0"
}
},
"node_modules/no-op": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/no-op/-/no-op-1.0.3.tgz",
"integrity": "sha1-wb2BMjiQZY/jrvbklcPBA/XuxU0="
}
},
"dependencies": { "dependencies": {
"no-op": { "no-op": {
"version": "1.0.3", "version": "1.0.3",