UNPKG

@vect/matrix-algebra

Version:
45 lines 945 B
{ "name": "@vect/matrix-algebra", "version": "0.8.6", "description": "An array util tool", "type": "module", "exports": "./index.js", "files": [ "index.js" ], "engines": { "node": ">=22.0.0" }, "publishConfig": { "access": "public" }, "dependencies": { "@vect/matrix-index": "^0.8.6", "@vect/matrix-init": "^0.8.6" }, "repository": { "type": "git", "url": "git+https://github.com/hoyeungw/vect.git" }, "keywords": [ "array", "vector", "matrix", "object", "multiply", "multiplication", "exponent", "exponential" ], "author": "Hoyeung Wong", "license": "MIT", "bugs": { "url": "https://github.com/hoyeungw/vect" }, "homepage": "https://github.com/hoyeungw/vect#readme", "gitHead": "ea88f6e34b2ef185010319c87355672d59ed3b35", "scripts": { "pub": "npm publish", "test": "node -r @babel/register test/matrix-algebra.test.js" } }