package.json (1803B)
1 { 2 "name": "@stdlib/array/pool", 3 "version": "0.0.0", 4 "description": "Typed array pool.", 5 "license": "Apache-2.0", 6 "author": { 7 "name": "The Stdlib Authors", 8 "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" 9 }, 10 "contributors": [ 11 { 12 "name": "The Stdlib Authors", 13 "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" 14 } 15 ], 16 "main": "./lib", 17 "directories": { 18 "benchmark": "./benchmark", 19 "doc": "./docs", 20 "example": "./examples", 21 "lib": "./lib", 22 "test": "./test" 23 }, 24 "types": "./docs/types", 25 "scripts": {}, 26 "homepage": "https://github.com/stdlib-js/stdlib", 27 "repository": { 28 "type": "git", 29 "url": "git://github.com/stdlib-js/stdlib.git" 30 }, 31 "bugs": { 32 "url": "https://github.com/stdlib-js/stdlib/issues" 33 }, 34 "dependencies": {}, 35 "devDependencies": {}, 36 "engines": { 37 "node": ">=0.10.0", 38 "npm": ">2.7.0" 39 }, 40 "os": [ 41 "aix", 42 "darwin", 43 "freebsd", 44 "linux", 45 "macos", 46 "openbsd", 47 "sunos", 48 "win32", 49 "windows" 50 ], 51 "keywords": [ 52 "stdlib", 53 "stdtypes", 54 "types", 55 "data", 56 "structure", 57 "typed", 58 "array", 59 "typed array", 60 "typed-array", 61 "vector", 62 "ndarray", 63 "matrix", 64 "float64array", 65 "float32array", 66 "int32array", 67 "uint32array", 68 "int16array", 69 "uint16array", 70 "int8array", 71 "uint8array", 72 "uint8clampedarray", 73 "float64", 74 "double", 75 "precision", 76 "double-precision", 77 "single", 78 "float", 79 "single-precision", 80 "float32", 81 "ieee754", 82 "integer", 83 "int32", 84 "signed", 85 "unsigned", 86 "uint32", 87 "int16", 88 "uint16", 89 "int8", 90 "uint8", 91 "uint8c", 92 "clamped", 93 "short", 94 "long", 95 "pool", 96 "memory", 97 "mem" 98 ] 99 }