This commit is contained in:
alex 2022-01-22 20:27:37 +00:00
parent fb72bb2290
commit 40f2355fbf
5 changed files with 233 additions and 0 deletions

53
package-lock.json generated Normal file
View file

@ -0,0 +1,53 @@
{
"name": "strudel",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "strudel",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"devDependencies": {
"fraction": "^0.2.0",
"fraction.js": "^4.1.2"
}
},
"node_modules/fraction": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/fraction/-/fraction-0.2.0.tgz",
"integrity": "sha1-ZassG7bt+JmJ2B1Q8FJeX6J7Hkw=",
"dev": true,
"engines": {
"node": ">= 0.6.0"
}
},
"node_modules/fraction.js": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.2.tgz",
"integrity": "sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA==",
"dev": true,
"engines": {
"node": "*"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/infusion"
}
}
},
"dependencies": {
"fraction": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/fraction/-/fraction-0.2.0.tgz",
"integrity": "sha1-ZassG7bt+JmJ2B1Q8FJeX6J7Hkw=",
"dev": true
},
"fraction.js": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.2.tgz",
"integrity": "sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA==",
"dev": true
}
}
}