• File: package.json
  • Full Path: /var/www/sandbox/node_modules/buffer-indexof/package.json
  • Date Modified: 02/20/2025 6:17 PM
  • File size: 406 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
  "name": "buffer-indexof",
  "description": "find the index of a buffer in a buffer",
  "version": "1.1.1",
  "repository": {
    "url": "git://github.com/soldair/node-buffer-indexof.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "author": "Ryan Day",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "chalk": "^1.1.3",
    "tape": "~1.1.0"
  }
}