gpu.js/package.json
dependabot[bot] a428c45ee5
build(deps): bump terser and gulp-uglify-es
Bumps [terser](https://github.com/terser/terser) to 5.15.1 and updates ancestor dependency [gulp-uglify-es](https://gitlab.com/itayronen/gulp-uglify-es). These dependencies need to be updated together.


Updates `terser` from 3.17.0 to 5.15.1
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v3.17.0...v5.15.1)

Updates `gulp-uglify-es` from 1.0.4 to 3.0.0
- [Release notes](https://gitlab.com/itayronen/gulp-uglify-es/tags)
- [Changelog](https://gitlab.com/itayronen/gulp-uglify-es/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/itayronen/gulp-uglify-es/commits/master)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
- dependency-name: gulp-uglify-es
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 19:20:29 +00:00

71 lines
1.7 KiB
JSON

{
"name": "gpu.js",
"version": "2.16.0",
"description": "GPU Accelerated JavaScript",
"engines": {
"node": ">=8.0.0"
},
"main": "./src/index.js",
"files": [
"src",
"dist"
],
"unpkg": "./dist/gpu-browser.js",
"jsdelivr": "./dist/gpu-browser.js",
"browser": "./dist/gpu-browser.js",
"directories": {
"doc": "doc",
"test": "test"
},
"dependencies": {
"acorn": "^7.1.1",
"gl": "^5.0.3",
"gl-wiretap": "^0.6.2",
"gpu-mock.js": "^1.3.0",
"webgpu": "^0.1.16"
},
"devDependencies": {
"benchmark": "^2.1.4",
"browser-sync": "^2.26.7",
"browserify": "^16.2.3",
"c8": "^7.0.1",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-jsbeautifier": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-strip-comments": "^2.4.5",
"gulp-uglify-es": "^3.0.0",
"merge-stream": "^1.0.1",
"qunit": "^2.9.1",
"read-dir-deep": "^7.0.1",
"sinon": "^7.3.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"test": "qunit test/issues test/internal test/features",
"coverage": "c8 qunit test/issues test/internal test/features",
"setup": "npm i -g gulp-cli",
"make": "gulp make",
"build": "gulp build",
"docs": "doxdox ./src --layout bootstrap --output docs.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gpujs/gpu.js.git"
},
"keywords": [
"gpgpu",
"webgl"
],
"author": "The gpu.js Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/gpujs/gpu.js/issues"
},
"homepage": "http://gpu.rocks/",
"typings": "./src/index.d.ts"
}