MOON
Server: Apache
System: Linux 54-179-220-51.cprapid.com 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
User: thehunarfound (1001)
PHP: 7.4.29
Disabled: NONE
Upload Files
File: /home/thehunarfound/www/DMS/node_modules/smart-buffer/package.json
{
  "_args": [
    [
      "smart-buffer@1.1.15",
      "D:\\xamp2\\htdocs\\DMS"
    ]
  ],
  "_from": "smart-buffer@1.1.15",
  "_id": "smart-buffer@1.1.15",
  "_inBundle": false,
  "_integrity": "sha1-fxFLW2X6s+KjWqd1uxLw0cZJvxY=",
  "_location": "/smart-buffer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "smart-buffer@1.1.15",
    "name": "smart-buffer",
    "escapedName": "smart-buffer",
    "rawSpec": "1.1.15",
    "saveSpec": null,
    "fetchSpec": "1.1.15"
  },
  "_requiredBy": [
    "/socks"
  ],
  "_resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.1.15.tgz",
  "_spec": "1.1.15",
  "_where": "D:\\xamp2\\htdocs\\DMS",
  "author": {
    "name": "Josh Glazebrook"
  },
  "bugs": {
    "url": "https://github.com/JoshGlazebrook/smart-buffer/issues"
  },
  "dependencies": {},
  "description": "A smarter Buffer that keeps track of its own read and write positions while growing endlessly.",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.15",
    "istanbul": "^0.4.3",
    "mocha": "^3.2.0",
    "mocha-lcov-reporter": "^1.2.0"
  },
  "engines": {
    "node": ">= 0.10.15",
    "npm": ">= 1.3.5"
  },
  "homepage": "https://github.com/JoshGlazebrook/smart-buffer/",
  "keywords": [
    "buffer",
    "smart",
    "serialize",
    "packet",
    "network",
    "cursor",
    "simple"
  ],
  "license": "MIT",
  "main": "lib/smart-buffer.js",
  "name": "smart-buffer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JoshGlazebrook/smart-buffer.git"
  },
  "scripts": {
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha recursive test",
    "fullcoverage": "istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test",
    "test": "mocha test/smart-buffer.test.js"
  },
  "typings": "typings/index",
  "version": "1.1.15"
}