async-array-buffer
Version:
This module allows to allocate and deallocate ArrayBuffers without blocking the main thread.
92 lines (91 loc) • 2.66 kB
JSON
{
"author": "Christoph Guttandin",
"bugs": {
"url": "https://github.com/chrisguttandin/async-array-buffer/issues"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"async-array-buffer-broker": "^3.0.5",
"async-array-buffer-worker": "^5.0.5",
"tslib": "^1.9.3"
},
"description": "This module allows to allocate and deallocate ArrayBuffers without blocking the main thread.",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@commitlint/cli": "^7.2.1",
"@commitlint/config-angular": "^7.1.2",
"babel-loader": "^8.0.4",
"chai": "^4.2.0",
"commitizen": "^3.0.5",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.9.0",
"eslint-config-holy-grail": "^32.0.0",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-karma": "^3.0.1",
"grunt-replace": "^1.0.1",
"grunt-sh": "^0.2.0",
"grunt-tslint": "^5.0.2",
"grunt-webpack": "^3.1.3",
"gruntify-eslint": "^5.0.0",
"husky": "^1.2.0",
"karma": "^3.1.3",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "~1.1.0",
"karma-leche": "^1.0.4",
"karma-mocha": "^1.1.0",
"karma-sauce-launcher": "^1.2.0",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^3.0.5",
"load-grunt-config": "^0.19.2",
"mocha": "^5.2.0",
"rollup": "^0.67.4",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-replace": "^2.1.0",
"sinon": "^7.1.1",
"sinon-chai": "^3.3.0",
"terser-webpack-plugin": "^1.1.0",
"ts-loader": "^5.3.1",
"tsconfig-holy-grail": "^9.0.2",
"tslint": "^5.11.0",
"tslint-config-holy-grail": "^38.0.5",
"typescript": "^3.2.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.26.1"
},
"files": [
"build/es2018/",
"build/es5/",
"src/"
],
"homepage": "https://github.com/chrisguttandin/async-array-buffer",
"husky": {
"hooks": {
"commit-msg": "commitlint --edit --extends @commitlint/config-angular",
"pre-commit": "grunt lint"
}
},
"license": "MIT",
"main": "build/es5/bundle.js",
"module": "build/es2018/module.js",
"name": "async-array-buffer",
"repository": {
"type": "git",
"url": "https://github.com/chrisguttandin/async-array-buffer.git"
},
"scripts": {
"prepublishOnly": "grunt build",
"test": "grunt lint && grunt test"
},
"types": "build/es2018/module.d.ts",
"version": "3.0.7"
}