Initial project import
This commit is contained in:
17
node_modules/troika-worker-utils/package.json
generated
vendored
Normal file
17
node_modules/troika-worker-utils/package.json
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "troika-worker-utils",
|
||||
"version": "0.52.0",
|
||||
"description": "Utilities for executing code in Web Workers",
|
||||
"author": "Jason Johnston <jason.johnston@protectwise.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/protectwise/troika.git",
|
||||
"directory": "packages/troika-worker-utils"
|
||||
},
|
||||
"license": "MIT",
|
||||
"sideEffects": false,
|
||||
"main": "dist/troika-worker-utils.umd.js",
|
||||
"module": "dist/troika-worker-utils.esm.js",
|
||||
"module:src": "src/index.js",
|
||||
"gitHead": "d2eab048d7eac8856e3d19b4254cb746a52a4d4d"
|
||||
}
|
||||
Reference in New Issue
Block a user