{ "name": "@maptalks/tbn-packer", "version": "1.4.5", "description": "pack normal and tangent data into a quaternion", "main": "index.js", "module": "index.js", "scripts": { "test": "mocha -r esm" }, "repository": { "type": "git", "url": "git+https://github.com/fuzhenn/tbn-packer.git" }, "author": "fuzhenn", "license": "MIT", "bugs": { "url": "https://github.com/fuzhenn/tbn-packer/issues" }, "homepage": "https://github.com/fuzhenn/tbn-packer#readme", "dependencies": { "gl-matrix": "3.4.4" }, "devDependencies": { "esm": "^3.2.25", "mocha": "^6.1.4" } }