@vect/vector-mapper
Version:
Iterate through a vector, with returned value or without returned value, or iterate using generator.
37 lines • 857 B
JSON
{
"name": "@vect/vector-mapper",
"version": "0.8.6",
"description": "Iterate through a vector, with returned value or without returned value, or iterate using generator.",
"type": "module",
"exports": "./index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"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/vector-mapper.test.js"
}
}