HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/shahnamag/front-end/node_modules/ordered-binary/package.json
{
  "name": "ordered-binary",
  "author": "Kris Zyp",
  "version": "1.5.3",
  "description": "Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/kriszyp/ordered-binary"
  },
  "scripts": {
    "build": "rollup -c",
    "prepare": "rollup -c",
    "test": "mocha tests -u tdd"
  },
  "type": "module",
  "main": "dist/index.cjs",
  "module": "index.js",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./index.js"
    },
    "./index.js": {
      "require": "./dist/index.cjs",
      "import": "./index.js"
    }
  },
  "typings": "./index.d.ts",
  "optionalDependencies": {},
  "devDependencies": {
    "@types/node": "latest",
    "chai": "^4",
    "mocha": "^9.2.0",
    "rollup": "^2.61.1"
  }
}