{
  "_args": [
    [
      "buffer-indexof-polyfill@1.0.2",
      "/var/www/html/api1.turtleking.com"
    ]
  ],
  "_from": "buffer-indexof-polyfill@1.0.2",
  "_id": "buffer-indexof-polyfill@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==",
  "_location": "/buffer-indexof-polyfill",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "buffer-indexof-polyfill@1.0.2",
    "name": "buffer-indexof-polyfill",
    "escapedName": "buffer-indexof-polyfill",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/unzipper"
  ],
  "_resolved": "https://registry.npmjs.org/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/var/www/html/api1.turtleking.com",
  "author": {
    "name": "https://github.com/sarosia"
  },
  "bugs": {
    "url": "https://github.com/sarosia/buffer-indexof-polyfill/issues"
  },
  "description": "This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.",
  "devDependencies": {
    "chai": "^3.3.0",
    "eslint": "^1.10.3",
    "mocha": "^2.3.3"
  },
  "engines": {
    "node": ">=0.10"
  },
  "homepage": "https://github.com/sarosia/buffer-indexof-polyfill#readme",
  "keywords": [
    "buffer",
    "indexof",
    "polyfill"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "buffer-indexof-polyfill",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sarosia/buffer-indexof-polyfill.git"
  },
  "scripts": {
    "fix": "eslint . --fix",
    "lint": "eslint .",
    "test": "mocha"
  },
  "version": "1.0.2"
}
