Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 18.217.1.165
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : package.json
{
  "name": "hasharray",
  "author": "Joshua Jung <joshua.p.jung@gmail.com>",
  "license": "MIT",
  "description": "A data structure that combines a hash and an array for fast dictionary lookup and traversal by complex keys.",
  "version": "1.1.2",
  "main": "index.js",
  "url": "https://github.com/joshjung/hash-array",
  "homepage": "https://github.com/joshjung/hash-array",
  "email": "joshua.p.jung@gmail.com",
  "files": [
    "dist",
    "src",
    "index.js",
    "test"
  ],
  "scripts": {
    "release:major": "npm version major && npm publish && git push --follow-tags",
    "release:minor": "npm version minor && npm publish && git push --follow-tags",
    "release:patch": "npm version patch && npm publish && git push --follow-tags"
  },
  "dependencies": {
    "jclass": "^1.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/joshjung/hash-array.git"
  },
  "keywords": [
    "hash",
    "hashtable",
    "array",
    "arraylist",
    "dictionary"
  ]
}
© 2025 GrazzMean-Shell