@vect/matrix-init
Version:
An array util tool
38 lines • 793 B
JSON
{
"name": "@vect/matrix-init",
"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": {},
"repository": {
"type": "git",
"url": "git+https://github.com/hoyeungw/vect.git"
},
"keywords": [
"array",
"vector",
"matrix",
"object"
],
"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-init.test.js"
}
}