{
  "_from": "bops@~0.1.1",
  "_id": "bops@0.1.1",
  "_inBundle": false,
  "_integrity": "sha1-Bi4CqNqoAfoQ8uXb5nQM/4Af4X4=",
  "_location": "/bops",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bops@~0.1.1",
    "name": "bops",
    "escapedName": "bops",
    "rawSpec": "~0.1.1",
    "saveSpec": null,
    "fetchSpec": "~0.1.1"
  },
  "_requiredBy": [
    "/zip"
  ],
  "_resolved": "https://registry.npmjs.org/bops/-/bops-0.1.1.tgz",
  "_shasum": "062e02a8daa801fa10f2e5dbe6740cff801fe17e",
  "_spec": "bops@~0.1.1",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/zip",
  "author": {
    "name": "Chris Dickinson",
    "email": "chris@neversaw.us"
  },
  "browser": {
    "./copy.js": "./typedarray/copy.js",
    "./create.js": "./typedarray/create.js",
    "./from.js": "./typedarray/from.js",
    "./join.js": "./typedarray/join.js",
    "./mapped.js": "./typedarray/mapped.js",
    "./read.js": "./typedarray/read.js",
    "./subarray.js": "./typedarray/subarray.js",
    "./to.js": "./typedarray/to.js",
    "./is.js": "./typedarray/is.js",
    "./write.js": "./typedarray/write.js"
  },
  "bugs": {
    "url": "https://github.com/chrisdickinson/bops/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "base64-js": "0.0.2",
    "to-utf8": "0.0.1"
  },
  "deprecated": false,
  "description": "buffer operations",
  "devDependencies": {
    "tape": "~2.0.0"
  },
  "gitHead": "11f41e69b1ab4507027ac162981913b268445b4a",
  "homepage": "https://github.com/chrisdickinson/bops#readme",
  "keywords": [
    "buffer",
    "operations",
    "binary"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "bops",
  "repository": {
    "type": "git",
    "url": "git://github.com/chrisdickinson/bops.git"
  },
  "scripts": {
    "test": "node test/index.js"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "firefox/15..nightly",
      "chrome/20..canary",
      "opera/11.6..latest",
      "safari/4..latest",
      "iphone/6",
      "ipad/6"
    ]
  },
  "version": "0.1.1"
}
