@stdlib/wasm
Version:
WebAssembly.
72 lines (71 loc) • 1.44 kB
JSON
{
"name": "@stdlib/wasm/base/strided2object",
"version": "0.0.0",
"description": "Convert a strided array and associated metadata to an object likely to have the same \"shape\".",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://github.com/stdlib-js/stdlib",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/stdlib.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdtypes",
"types",
"base",
"strided",
"array",
"standardize",
"shape",
"hidden",
"objectify",
"meta",
"utilities",
"utility",
"utils",
"util",
"webassembly",
"wasm"
],
"__stdlib__": {}
}