HEX
Server: nginx/1.28.3
System: Linux lightweb-s1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: dawonefr-98 (1071)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/dnlightw-124/dn.lightweb.kr/node_modules/shufflejs/package.json
{
  "name": "shufflejs",
  "version": "6.1.1",
  "description": "Categorize, sort, and filter a responsive grid of items",
  "keywords": [
    "gallery",
    "shuffle",
    "layout",
    "masonry",
    "filter",
    "sort",
    "responsive",
    "grid",
    "mobile",
    "tiles"
  ],
  "main": "./dist/shuffle.js",
  "module": "./dist/shuffle.esm.js",
  "source": "./src/shuffle.js",
  "exports": {
    "types": "./index.d.ts",
    "require": "./dist/shuffle.js",
    "default": "./dist/shuffle.esm.js"
  },
  "types": "./index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "rollup --config ./rollup.config.mjs",
    "test-all": "npm run lint && npm test && npm run type-check",
    "test": "jest",
    "lint": "eslint src",
    "type-check": "tsc --project ./test/types",
    "watch": "rollup --config ./rollup.config.mjs --watch"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Vestride/Shuffle.git"
  },
  "author": "Glen Cheney <cheney.glen@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Vestride/Shuffle/issues"
  },
  "homepage": "https://github.com/Vestride/Shuffle",
  "files": [
    "dist",
    "src",
    "index.d.ts"
  ],
  "dependencies": {
    "array-parallel": "^0.1.3",
    "tiny-emitter": "^2.1.0"
  }
}