2016-03-28 12:53:44 -04:00
|
|
|
{
|
2016-04-08 13:10:37 -04:00
|
|
|
"name": "scratch-vm",
|
2023-03-18 10:15:33 -04:00
|
|
|
"version": "1.4.16",
|
2016-04-18 17:20:30 -04:00
|
|
|
"description": "Virtual Machine for Scratch 3.0",
|
2016-03-28 12:53:44 -04:00
|
|
|
"author": "Massachusetts Institute of Technology",
|
|
|
|
"license": "BSD-3-Clause",
|
2016-04-08 13:10:37 -04:00
|
|
|
"homepage": "https://github.com/LLK/scratch-vm#readme",
|
2016-03-28 12:53:44 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-08-31 17:57:30 -04:00
|
|
|
"url": "https://github.com/LLK/scratch-vm.git",
|
2023-03-18 10:15:33 -04:00
|
|
|
"sha": "535e85858a8f831a6e5212e5132bc9aa37eeb29d"
|
2016-03-28 12:53:44 -04:00
|
|
|
},
|
2017-01-13 16:34:26 -05:00
|
|
|
"main": "./dist/node/scratch-vm.js",
|
2018-04-30 11:53:01 -04:00
|
|
|
"browser": "./src/index.js",
|
2016-03-28 12:53:44 -04:00
|
|
|
"scripts": {
|
2018-07-31 09:00:19 -04:00
|
|
|
"build": "npm run docs && webpack --progress --colors --bail",
|
2017-09-22 05:41:08 -04:00
|
|
|
"coverage": "tap ./test/{unit,integration}/*.js --coverage --coverage-report=lcov",
|
2022-06-06 20:08:30 -04:00
|
|
|
"deploy": "touch playground/.nojekyll && gh-pages -t -d playground -m \"Build for $(git log -n1 --pretty=format:\"%h %s\") [skip ci]\"",
|
2018-07-31 09:00:19 -04:00
|
|
|
"docs": "jsdoc -c .jsdoc.json",
|
2018-12-03 14:24:00 -05:00
|
|
|
"i18n:src": "mkdirp translations/core && format-message extract --out-file translations/core/en.json src/extensions/**/index.js",
|
|
|
|
"i18n:push": "tx-push-src scratch-editor extensions translations/core/en.json",
|
2017-12-11 15:41:45 -05:00
|
|
|
"lint": "eslint . && format-message lint src/**/*.js",
|
2022-06-02 13:14:41 -04:00
|
|
|
"prepare": "husky install",
|
2017-05-13 20:25:34 -04:00
|
|
|
"prepublish": "in-publish && npm run build || not-in-publish",
|
2017-09-22 05:41:08 -04:00
|
|
|
"start": "webpack-dev-server",
|
|
|
|
"tap": "tap ./test/{unit,integration}/*.js",
|
|
|
|
"tap:unit": "tap ./test/unit/*.js",
|
|
|
|
"tap:integration": "tap ./test/integration/*.js",
|
2022-06-02 14:00:14 -04:00
|
|
|
"test": "npm run lint && npm run tap",
|
2017-09-22 05:41:08 -04:00
|
|
|
"watch": "webpack --progress --colors --watch",
|
|
|
|
"version": "json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\""
|
2016-04-08 13:10:37 -04:00
|
|
|
},
|
2022-06-02 13:21:18 -04:00
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "cz-conventional-changelog"
|
|
|
|
}
|
|
|
|
},
|
2022-06-02 16:01:00 -04:00
|
|
|
"tap": {
|
2022-08-31 17:57:30 -04:00
|
|
|
"branches": 60,
|
|
|
|
"functions": 70,
|
|
|
|
"lines": 70,
|
|
|
|
"statements": 70
|
2022-06-02 16:01:00 -04:00
|
|
|
},
|
2018-04-30 11:53:01 -04:00
|
|
|
"dependencies": {
|
2019-03-15 02:12:34 -04:00
|
|
|
"@vernier/godirect": "1.5.0",
|
2018-08-13 10:47:41 -04:00
|
|
|
"arraybuffer-loader": "^1.0.6",
|
2018-08-30 11:23:34 -04:00
|
|
|
"atob": "2.1.2",
|
2018-06-18 14:56:51 -04:00
|
|
|
"btoa": "1.2.1",
|
2018-05-31 17:29:38 -04:00
|
|
|
"canvas-toBlob": "1.0.0",
|
2018-04-30 11:53:01 -04:00
|
|
|
"decode-html": "2.0.0",
|
2018-09-04 06:19:05 -04:00
|
|
|
"diff-match-patch": "1.0.4",
|
2018-09-19 00:28:57 -04:00
|
|
|
"format-message": "6.2.1",
|
2018-10-21 17:11:10 -04:00
|
|
|
"htmlparser2": "3.10.0",
|
2018-04-30 11:53:01 -04:00
|
|
|
"immutable": "3.8.1",
|
|
|
|
"jszip": "^3.1.5",
|
|
|
|
"minilog": "3.1.0",
|
2022-12-13 15:52:59 -05:00
|
|
|
"scratch-parser": "5.1.1",
|
2019-02-15 10:11:54 -05:00
|
|
|
"scratch-sb1-converter": "0.2.7",
|
2019-11-18 16:07:51 -05:00
|
|
|
"scratch-translate-extension-languages": "0.0.20191118205314",
|
2019-03-04 13:01:37 -05:00
|
|
|
"text-encoding": "0.7.0",
|
2018-04-30 11:53:01 -04:00
|
|
|
"worker-loader": "^1.1.1"
|
|
|
|
},
|
2021-03-16 03:28:28 -04:00
|
|
|
"peerDependencies": {
|
|
|
|
"scratch-svg-renderer": "^0.2.0-prerelease"
|
|
|
|
},
|
2016-09-24 18:11:01 -04:00
|
|
|
"devDependencies": {
|
2021-07-26 23:09:40 -04:00
|
|
|
"@babel/core": "7.13.10",
|
|
|
|
"@babel/preset-env": "7.14.8",
|
2022-06-02 13:08:43 -04:00
|
|
|
"@commitlint/cli": "17.0.2",
|
|
|
|
"@commitlint/config-conventional": "17.0.2",
|
2018-08-30 11:23:34 -04:00
|
|
|
"adm-zip": "0.4.11",
|
2021-07-26 23:09:40 -04:00
|
|
|
"babel-eslint": "10.1.0",
|
|
|
|
"babel-loader": "8.2.2",
|
2021-07-26 22:39:41 -04:00
|
|
|
"callsite": "1.0.0",
|
|
|
|
"copy-webpack-plugin": "4.5.4",
|
|
|
|
"docdash": "1.2.0",
|
|
|
|
"eslint": "5.3.0",
|
2021-07-26 23:21:28 -04:00
|
|
|
"eslint-config-scratch": "5.1.0",
|
2018-05-08 19:27:26 -04:00
|
|
|
"expose-loader": "0.7.5",
|
2021-07-26 22:39:41 -04:00
|
|
|
"file-loader": "2.0.0",
|
2018-09-12 11:10:04 -04:00
|
|
|
"format-message-cli": "6.2.0",
|
2021-07-26 22:39:41 -04:00
|
|
|
"gh-pages": "1.2.0",
|
2022-06-02 13:14:41 -04:00
|
|
|
"husky": "8.0.1",
|
2021-07-26 22:39:41 -04:00
|
|
|
"in-publish": "2.0.1",
|
2022-05-13 18:34:34 -04:00
|
|
|
"js-md5": "0.7.3",
|
2022-06-02 12:36:53 -04:00
|
|
|
"jsdoc": "3.6.6",
|
2017-02-20 17:13:40 -05:00
|
|
|
"json": "^9.0.4",
|
2019-07-09 20:44:57 -04:00
|
|
|
"lodash.defaultsdeep": "4.6.1",
|
2021-07-26 22:39:41 -04:00
|
|
|
"pngjs": "3.3.3",
|
2023-01-03 12:28:23 -05:00
|
|
|
"scratch-audio": "0.1.0-prerelease.20221123180128",
|
2023-03-18 08:49:37 -04:00
|
|
|
"scratch-blocks": "0.1.0-prerelease.20230318112504",
|
2023-03-17 23:34:10 -04:00
|
|
|
"scratch-l10n": "3.15.20230318032145",
|
2023-02-21 20:02:11 -05:00
|
|
|
"scratch-render": "0.1.0-prerelease.20230221152523",
|
2023-01-04 02:10:51 -05:00
|
|
|
"scratch-render-fonts": "1.0.0-prerelease.20221102164332",
|
2022-10-04 07:19:38 -04:00
|
|
|
"scratch-semantic-release-config": "1.0.5",
|
2023-03-09 19:53:43 -05:00
|
|
|
"scratch-storage": "2.1.0",
|
2021-07-27 06:32:31 -04:00
|
|
|
"scratch-svg-renderer": "0.2.0-prerelease.20210727023023",
|
2017-09-29 15:14:25 -04:00
|
|
|
"script-loader": "0.7.2",
|
2023-01-09 13:12:55 -05:00
|
|
|
"semantic-release": "19.0.5",
|
2021-07-26 22:39:41 -04:00
|
|
|
"stats.js": "0.17.0",
|
2022-06-02 16:01:00 -04:00
|
|
|
"tap": "16.2.0",
|
2021-07-26 22:39:41 -04:00
|
|
|
"tiny-worker": "2.3.0",
|
2019-02-15 18:02:11 -05:00
|
|
|
"uglifyjs-webpack-plugin": "1.2.7",
|
2021-07-26 22:39:41 -04:00
|
|
|
"webpack": "4.46.0",
|
|
|
|
"webpack-cli": "3.1.0",
|
|
|
|
"webpack-dev-server": "3.11.2"
|
2016-03-28 12:53:44 -04:00
|
|
|
}
|
|
|
|
}
|