{
  "_args": [
    [
      "potpack@1.0.1",
      "/var/www/html"
    ]
  ],
  "_from": "potpack@1.0.1",
  "_id": "potpack@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-15vItUAbViaYrmaB/Pbw7z6qX2xENbFSTA7Ii4tgbPtasxm5v6ryKhKtL91tpWovDJzTiZqdwzhcFBCwiMVdVw==",
  "_location": "/potpack",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "potpack@1.0.1",
    "name": "potpack",
    "escapedName": "potpack",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/mapbox-gl"
  ],
  "_resolved": "https://registry.npmjs.org/potpack/-/potpack-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/var/www/html",
  "author": {
    "name": "Vladimir Agafonkin"
  },
  "bugs": {
    "url": "https://github.com/mapbox/potpack/issues"
  },
  "description": "A tiny library for packing 2D rectangles (for sprite layouts)",
  "devDependencies": {
    "eslint": "^5.4.0",
    "eslint-config-mourner": "^2.0.3",
    "esm": "^3.0.80",
    "rollup": "^0.64.1",
    "rollup-plugin-buble": "^0.19.2",
    "tape": "^4.9.1"
  },
  "eslintConfig": {
    "extends": "mourner",
    "parserOptions": {
      "sourceType": "module"
    },
    "rules": {
      "no-var": "error",
      "prefer-const": "error"
    }
  },
  "files": [
    "index.mjs",
    "index.js"
  ],
  "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": {
    "build": "rollup -c",
    "prepublishOnly": "npm run build",
    "pretest": "eslint index.mjs",
    "start": "rollup -w",
    "test": "tape -r esm test.js"
  },
  "unpkg": "index.js",
  "version": "1.0.1"
}
