UNPKG

813 BJSONView Raw
1{
2 "name": "@analys/enum-pivot-mode",
3 "version": "0.6.11",
4 "description": "Enums for analys toolkit",
5 "main": "./dist/index.cjs",
6 "exports": {
7 "import": "./dist/index.mjs",
8 "require": "./dist/index.cjs"
9 },
10 "files": [
11 "dist"
12 ],
13 "publishConfig": {
14 "access": "public"
15 },
16 "scripts": {
17 "pub": "npm publish",
18 "test": "node -r @babel/register test/enum-pivot-mode.test.js"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/hoyeungw/vect.git"
23 },
24 "keywords": [
25 "array",
26 "vector",
27 "matrix",
28 "object"
29 ],
30 "author": "Hoyeung Wong",
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/hoyeungw/vect"
34 },
35 "homepage": "https://github.com/hoyeungw/vect#readme",
36 "gitHead": "3ae5fd0617e52cb85788db77e6d69f0a79d6a3cd"
37}