{
  "_args": [
    [
      "buffer-indexof-polyfill@1.0.1",
      "/datamix/pm/www/lib/external/formbuilder"
    ]
  ],
  "_development": true,
  "_from": "buffer-indexof-polyfill@1.0.1",
  "_id": "buffer-indexof-polyfill@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-qfuAbOgUXVQoUQznLyeLs2OmOL8=",
  "_location": "/buffer-indexof-polyfill",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "buffer-indexof-polyfill@1.0.1",
    "name": "buffer-indexof-polyfill",
    "escapedName": "buffer-indexof-polyfill",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/unzipper"
  ],
  "_resolved": "https://registry.npmjs.org/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/datamix/pm/www/lib/external/formbuilder",
  "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": {
    "lint": "eslint .",
    "test": "mocha"
  },
  "version": "1.0.1"
}
