1
0
mirror of https://github.com/tomasvarg/systemjs-es2015-minimal.git synced 2026-03-01 08:28:49 +00:00
systemjs-es2015-minimal/package-lock.json

24 lines
874 B
JSON

{
"name": "systemjs-es2015-sample",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"promise-polyfill": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-6.0.2.tgz",
"integrity": "sha1-2chtPcTcLfkBboiUbe/Wm0m0EWI="
},
"systemjs": {
"version": "0.20.18",
"resolved": "https://registry.npmjs.org/systemjs/-/systemjs-0.20.18.tgz",
"integrity": "sha512-i/v5cx79piwoKk+dUMgZ8LNMOc2ieILqCO7XPrulfDzG0dp9+9d3errwBkyb0rUshdmR97noKj9tixNm7itbdA=="
},
"systemjs-plugin-babel": {
"version": "0.0.25",
"resolved": "https://registry.npmjs.org/systemjs-plugin-babel/-/systemjs-plugin-babel-0.0.25.tgz",
"integrity": "sha512-RMKSizWWlw4+IpDB385ugxn7Owd9W+HEtjYDQ6yO1FpsnER/vk6FbXRweUF+mvRi6EHgk8vDdUdtui7ReDwX3w=="
}
}
}