shared-array-buffer
Version:
Literally just the SharedArrayBuffer
39 lines (38 loc) • 963 B
JSON
{
"name": "shared-array-buffer",
"version": "0.2.0",
"description": "Literally just the SharedArrayBuffer",
"main": "./cjs/index.js",
"scripts": {
"build": "npm run cjs && npm run test",
"cjs": "ascjs --no-default esm cjs",
"test": "node test/index.js"
},
"keywords": [
"SharedArrayBuffer",
"crossOriginIsolated"
],
"author": "Andrea Giammarchi",
"license": "ISC",
"devDependencies": {
"ascjs": "^6.0.2"
},
"module": "./esm/index.js",
"type": "module",
"exports": {
".": {
"import": "./esm/index.js",
"default": "./cjs/index.js"
},
"./package.json": "./package.json"
},
"unpkg": "./esm/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/WebReflection/shared-array-buffer.git"
},
"bugs": {
"url": "https://github.com/WebReflection/shared-array-buffer/issues"
},
"homepage": "https://github.com/WebReflection/shared-array-buffer#readme"
}