{ "_args": [ [ "@mapbox/tiny-sdf@2.0.6", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "@mapbox/tiny-sdf@2.0.6", "_id": "@mapbox/tiny-sdf@2.0.6", "_inBundle": false, "_integrity": "sha512-qMqa27TLw+ZQz5Jk+RcwZGH7BQf5G/TrutJhspsca/3SHwmgKQ1iq+d3Jxz5oysPVYTGP6aXxCo5Lk9Er6YBAA==", "_location": "/@mapbox/tiny-sdf", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@mapbox/tiny-sdf@2.0.6", "name": "@mapbox/tiny-sdf", "escapedName": "@mapbox%2ftiny-sdf", "scope": "@mapbox", "rawSpec": "2.0.6", "saveSpec": null, "fetchSpec": "2.0.6" }, "_requiredBy": [ "/maplibre-gl" ], "_resolved": "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-2.0.6.tgz", "_spec": "2.0.6", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Vladimir Agafonkin" }, "bugs": { "url": "https://github.com/mapbox/tiny-sdf/issues" }, "description": "Browser-side SDF font generator", "devDependencies": { "canvas": "2.9.3", "eslint": "^8.23.0", "eslint-config-mourner": "^3.0.0", "eslint-plugin-html": "^7.1.0", "pixelmatch": "^5.3.0", "pngjs": "^6.0.0", "st": "^3.0.0", "tape": "^5.6.0" }, "eslintConfig": { "extends": "mourner", "parserOptions": { "ecmaVersion": 2020 }, "plugins": [ "html" ] }, "exports": "./index.js", "files": [ "index.d.ts" ], "homepage": "https://github.com/mapbox/tiny-sdf#readme", "keywords": [ "sdf", "signed distance fields", "font", "canvas", "text", "distance transform" ], "license": "BSD-2-Clause", "main": "index.js", "name": "@mapbox/tiny-sdf", "repository": { "type": "git", "url": "git+https://github.com/mapbox/tiny-sdf.git" }, "scripts": { "pretest": "eslint index.js index.html test", "start": "st --no-cache --localhost --index index.html .", "test": "node test/test.js" }, "type": "module", "typings": "./index.d.ts", "version": "2.0.6" }