strudel/package-lock.json
2022-01-22 20:27:37 +00:00

54 lines
1.5 KiB
JSON

{
"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
}
}
}