MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //home/cafsindia/snap.cafsinfotech.in/node_modules/potpack/package.json
{
  "name": "potpack",
  "version": "2.0.0",
  "description": "A tiny library for packing 2D rectangles (for sprite layouts)",
  "main": "index.js",
  "type": "module",
  "exports": "./index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "pretest": "eslint *.js",
    "test": "node test.js"
  },
  "eslintConfig": {
    "extends": "mourner"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapbox/potpack.git"
  },
  "keywords": [
    "algorithms",
    "sprites",
    "bin packing",
    "geometry",
    "rectangles"
  ],
  "author": "Vladimir Agafonkin",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mapbox/potpack/issues"
  },
  "homepage": "https://mapbox.github.io/potpack/",
  "devDependencies": {
    "@mapbox/shelf-pack": "^3.2.0",
    "bin-pack": "^1.0.2",
    "eslint": "^8.25.0",
    "eslint-config-mourner": "^3.0.0",
    "tape": "^5.6.1"
  }
}