UNPKG

diffai-js

Version:

A Node.js wrapper for the diffai CLI tool - AI/ML specialized diff tool for PyTorch, Safetensors, NumPy, and MATLAB files with deep tensor analysis

75 lines (74 loc) 1.47 kB
{ "name": "diffai-js", "version": "0.3.16", "description": "A Node.js wrapper for the diffai CLI tool - AI/ML specialized diff tool for PyTorch, Safetensors, NumPy, and MATLAB files with deep tensor analysis", "keywords": [ "ai", "ml", "machine-learning", "diff", "tensor", "pytorch", "safetensors", "numpy", "matlab", "model-comparison", "diffai", "artificial-intelligence", "cli", "deep-learning", "data-science", "mlops", "devops", "ci-cd", "automation", "scientific-computing", "huggingface", "model-analysis" ], "main": "lib.js", "bin": { "diffai": "./index.js" }, "scripts": { "test": "node test.js", "examples": "node examples.js", "verify": "node index.js --help", "prepublish": "npm run verify" }, "engines": { "node": ">=12.0.0" }, "files": [ "index.js", "lib.js", "bin/", "README.md", "examples.js", "test.js" ], "os": [ "linux", "darwin", "win32" ], "cpu": [ "x64", "arm64" ], "author": "kako-jun", "license": "MIT", "homepage": "https://github.com/kako-jun/diffai", "repository": { "type": "git", "url": "https://github.com/kako-jun/diffai.git", "directory": "diffai-npm" }, "bugs": { "url": "https://github.com/kako-jun/diffai/issues" }, "funding": { "type": "github", "url": "https://github.com/sponsors/kako-jun" } }