{
  "_args": [
    [
      "@mapbox/tiny-sdf@2.0.4",
      "/var/www/peopleship.me/projekat_1"
    ]
  ],
  "_from": "@mapbox/tiny-sdf@2.0.4",
  "_id": "@mapbox/tiny-sdf@2.0.4",
  "_inBundle": false,
  "_integrity": "sha512-CBtL2rhZiYmdIryksp0zh4Mmx54iClYfNb0mpYeHrZnq4z84lVjre7LBWGPEjWspEn6AiF0lxC1HaZDye89m3g==",
  "_location": "/@mapbox/tiny-sdf",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@mapbox/tiny-sdf@2.0.4",
    "name": "@mapbox/tiny-sdf",
    "escapedName": "@mapbox%2ftiny-sdf",
    "scope": "@mapbox",
    "rawSpec": "2.0.4",
    "saveSpec": null,
    "fetchSpec": "2.0.4"
  },
  "_requiredBy": [
    "/mapbox-gl"
  ],
  "_resolved": "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-2.0.4.tgz",
  "_spec": "2.0.4",
  "_where": "/var/www/peopleship.me/projekat_1",
  "author": {
    "name": "Vladimir Agafonkin"
  },
  "bugs": {
    "url": "https://github.com/mapbox/tiny-sdf/issues"
  },
  "description": "Browser-side SDF font generator",
  "devDependencies": {
    "canvas": "2.8.0",
    "eslint": "^8.0.1",
    "eslint-config-mourner": "^3.0.0",
    "eslint-plugin-html": "^6.2.0",
    "pixelmatch": "^5.2.1",
    "pngjs": "^6.0.0",
    "st": "^3.0.0",
    "tape": "^5.3.1"
  },
  "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.4"
}
