HEX
Server: Apache/2.4.63 (Unix)
System: Linux Synopilou92 4.4.302+ #72806 SMP Mon Jul 21 23:16:00 CST 2025 x86_64
User: pilou92 (1026)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /volume1/docker/nodered/node_modules/fast-bind/package.json
{
  "name": "fast-bind",
  "version": "1.0.0",
  "description": "the fastest version of Function#bind I could make",
  "main": "bind-loop.js",
  "scripts": {
    "test": "mocha -R spec && node bench.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nathan7/fast-bind.git"
  },
  "keywords": [
    "function",
    "prototype",
    "bind",
    "perf",
    "performance",
    "fast"
  ],
  "author": "Nathan Zadoks",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nathan7/fast-bind/issues"
  },
  "homepage": "https://github.com/nathan7/fast-bind",
  "devDependencies": {
    "benchmark": "^1.0.0",
    "expect": "^0.1.1",
    "microtime": "^1.0.1",
    "mocha": "^2.0.1"
  }
}