mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 20:39:06 +00:00
parent
fdc7eb4e91
commit
e29ba5824c
2 changed files with 30 additions and 16 deletions
42
package-lock.json
generated
42
package-lock.json
generated
|
@ -524,9 +524,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@babel/runtime": {
|
||||
"version": "7.11.2",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
|
||||
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
|
||||
"version": "7.12.5",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
|
||||
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
},
|
||||
|
@ -1483,12 +1483,19 @@
|
|||
"dev": true
|
||||
},
|
||||
"automation-events": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/automation-events/-/automation-events-3.0.0.tgz",
|
||||
"integrity": "sha512-FmlIBl/cUuja7iwRScTCFgsiFZvnCsHrUGMnUJqCPbCA+2iY1HuQcp0e4gcxCW5TUkj7cGihjvPnm1UZTC1zLw==",
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/automation-events/-/automation-events-3.0.3.tgz",
|
||||
"integrity": "sha512-iFZcgSVwp8JnSXCv15LQ/tyKEAm+ToBTseD3bYWwIUUUzWQGwUMKMmIm2hM+KlfC0qBZu1xj/WqidhqvGvA3sA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"tslib": "^2.0.1"
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"tslib": "^2.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
|
||||
"integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"aws-sign2": {
|
||||
|
@ -9757,13 +9764,20 @@
|
|||
}
|
||||
},
|
||||
"standardized-audio-context": {
|
||||
"version": "25.1.0",
|
||||
"resolved": "https://registry.npmjs.org/standardized-audio-context/-/standardized-audio-context-25.1.0.tgz",
|
||||
"integrity": "sha512-Gc49nrsYjatbDYrhT0/rAbpi6JuQKz0j2GOnqtfFguHTmajtOgjm1uRZe3SblhmEnT48XNvF/oJ+pLsk5r455A==",
|
||||
"version": "25.1.8",
|
||||
"resolved": "https://registry.npmjs.org/standardized-audio-context/-/standardized-audio-context-25.1.8.tgz",
|
||||
"integrity": "sha512-/thEybIkw3VsoUkxkivjdWzedd9MrEsuTZ8IlVGcu1Xhm7nKGgiusFhRdp57wI+5DihkXn9NIWIyysbYA/6w2w==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"automation-events": "^3.0.0",
|
||||
"tslib": "^2.0.1"
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"automation-events": "^3.0.2",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
|
||||
"integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"static-extend": {
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"test:node": "node ./test/scripts/node_test.js",
|
||||
"test:readme": "node ./test/scripts/test_readme.js",
|
||||
"test:travis": "npm run build && npm run lint && npm run test",
|
||||
"test:watch": "npm run collect:tests && npm run karma:watch",
|
||||
"test:watch": "npm run karma:watch",
|
||||
"ts:build": "tsc --project ./scripts/tsconfig.build.json",
|
||||
"watch": "tsc --watch",
|
||||
"webpack:watch": "webpack -w --env.production --mode=development",
|
||||
|
@ -102,7 +102,7 @@
|
|||
"yargs": "^13.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"standardized-audio-context": "^25.1.0",
|
||||
"standardized-audio-context": "^25.1.8",
|
||||
"tslib": "^2.0.1"
|
||||
},
|
||||
"prettier": {
|
||||
|
|
Loading…
Reference in a new issue