2019-07-03 22:50:04 +08:00
|
|
|
|
{
|
2019-08-25 15:15:54 +08:00
|
|
|
|
"name": "unlock-music",
|
2020-03-04 09:30:48 +08:00
|
|
|
|
"version": "1.3.3",
|
|
|
|
|
"updateInfo": "支持网易云音乐DJ类型ncm;优化旧浏览器的支持",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"description": "Unlock encrypted music file in browser.",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/ix64/unlock-music"
|
|
|
|
|
},
|
2019-07-03 22:50:04 +08:00
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"serve": "vue-cli-service serve",
|
2020-03-04 08:43:23 +08:00
|
|
|
|
"build": "vue-cli-service build",
|
|
|
|
|
"fix-compatibility": "node ./src/fix-compatibility.js"
|
2019-07-03 22:50:04 +08:00
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2020-03-04 08:37:54 +08:00
|
|
|
|
"browser-id3-writer": "^4.4.0",
|
2020-01-21 19:01:52 +08:00
|
|
|
|
"core-js": "^3.6.4",
|
2020-02-23 13:42:20 +08:00
|
|
|
|
"crypto-js": "^4.0.0",
|
2019-11-30 21:10:40 +08:00
|
|
|
|
"element-ui": "^2.13.0",
|
2020-02-23 13:42:20 +08:00
|
|
|
|
"music-metadata-browser": "^2.0.4",
|
2019-07-03 22:50:04 +08:00
|
|
|
|
"register-service-worker": "^1.6.2",
|
2020-01-21 19:01:52 +08:00
|
|
|
|
"vue": "^2.6.11"
|
2019-07-03 22:50:04 +08:00
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2020-03-04 08:37:54 +08:00
|
|
|
|
"@vue/cli-plugin-babel": "^4.2.3",
|
|
|
|
|
"@vue/cli-plugin-pwa": "^4.2.3",
|
|
|
|
|
"@vue/cli-service": "^4.2.3",
|
2019-07-05 15:05:11 +08:00
|
|
|
|
"babel-plugin-component": "^1.1.1",
|
2019-07-03 22:54:29 +08:00
|
|
|
|
"vue-cli-plugin-element": "^1.0.1",
|
2020-02-05 00:30:44 +08:00
|
|
|
|
"vue-template-compiler": "^2.6.11",
|
|
|
|
|
"workerize-loader": "^1.1.0"
|
2019-07-03 22:50:04 +08:00
|
|
|
|
}
|
|
|
|
|
}
|