UNPKG

@vect/util-pivot

Version:
44 lines (43 loc) 962 B
{ "name": "@vect/util-pivot", "version": "0.6.13", "description": "An array util tool", "main": "./dist/index.cjs", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "scripts": { "pub": "npm publish", "test": "node -r @babel/register test/util-pivot.test.js" }, "dependencies": { "@typen/enums": "^0.1.19", "@vect/vector-init": "^0.6.13", "@vect/vector-mapper": "^0.6.13", "@vect/vector-zipper": "^0.6.13" }, "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": "a73686aba7600e8e63e52ef85405c5adc3d88cab" }