UNPKG

data-joint

Version:

Perform data joins with any type of JS objects

66 lines (65 loc) 1.57 kB
{ "name": "data-joint", "version": "1.3.3", "description": "Perform data joins with any type of JS objects", "type": "module", "jsdelivr": "dist/data-joint.min.js", "unpkg": "dist/data-joint.min.js", "main": "dist/data-joint.mjs", "module": "dist/data-joint.mjs", "types": "dist/data-joint.d.ts", "exports": { "types": "./dist/data-joint.d.ts", "umd": "./dist/data-joint.min.js", "default": "./dist/data-joint.mjs" }, "sideEffects": false, "homepage": "https://github.com/vasturiano/data-joint", "repository": { "type": "git", "url": "git+https://github.com/vasturiano/data-joint.git" }, "bugs": { "url": "https://github.com/vasturiano/data-joint/issues" }, "license": "MIT", "keywords": [ "data", "array", "join", "digest", "performance" ], "author": { "name": "Vasco Asturiano", "url": "https://github.com/vasturiano" }, "files": [ "src/**/*", "dist/**/*", "example/**/*" ], "scripts": { "build": "rimraf dist && rollup -c", "dev": "rollup -w -c", "prepare": "npm run build" }, "dependencies": { "index-array-by": "^1.4" }, "devDependencies": { "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "rimraf": "^6.0.1", "rollup": "^4.28.1", "rollup-plugin-dts": "^6.1.1", "typescript": "^5.7.2" }, "engines": { "node": ">=12" } }