{
  "_args": [
    [
      "potpack@1.0.2",
      "/var/www/peopleship.me/projekat_1"
    ]
  ],
  "_from": "potpack@1.0.2",
  "_id": "potpack@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-choctRBIV9EMT9WGAZHn3V7t0Z2pMQyl0EZE6pFc/6ml3ssw7Dlf/oAOvFwjm1HVsqfQN8GfeFyJ+d8tRzqueQ==",
  "_location": "/potpack",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "potpack@1.0.2",
    "name": "potpack",
    "escapedName": "potpack",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/mapbox-gl"
  ],
  "_resolved": "https://registry.npmjs.org/potpack/-/potpack-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/var/www/peopleship.me/projekat_1",
  "author": {
    "name": "Vladimir Agafonkin"
  },
  "bugs": {
    "url": "https://github.com/mapbox/potpack/issues"
  },
  "description": "A tiny library for packing 2D rectangles (for sprite layouts)",
  "devDependencies": {
    "@mapbox/shelf-pack": "^3.2.0",
    "@rollup/plugin-buble": "^0.21.3",
    "bin-pack": "^1.0.2",
    "eslint": "^8.0.1",
    "eslint-config-mourner": "^3.0.0",
    "esm": "^3.2.25",
    "rollup": "^2.58.0",
    "tape": "^5.3.1"
  },
  "eslintConfig": {
    "extends": "mourner"
  },
  "files": [
    "index.mjs",
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://mapbox.github.io/potpack/",
  "jsdelivr": "index.js",
  "keywords": [
    "algorithms",
    "sprites",
    "bin packing",
    "geometry",
    "rectangles"
  ],
  "license": "ISC",
  "main": "index",
  "module": "index.mjs",
  "name": "potpack",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapbox/potpack.git"
  },
  "scripts": {
    "bench": "node -r esm bench.mjs",
    "build": "rollup -c",
    "prepublishOnly": "npm run build",
    "pretest": "eslint index.mjs test.mjs bench.mjs",
    "start": "rollup -w",
    "test": "node -r esm test.mjs"
  },
  "types": "index.d.ts",
  "unpkg": "index.js",
  "version": "1.0.2"
}
