{
  "_args": [
    [
      {
        "raw": "blueimp-canvas-to-blob@3.5.0",
        "scope": null,
        "escapedName": "blueimp-canvas-to-blob",
        "name": "blueimp-canvas-to-blob",
        "rawSpec": "3.5.0",
        "spec": "3.5.0",
        "type": "version"
      },
      "C:\\www\\dallashi\\videojs-record\\node_modules\\blueimp-file-upload"
    ]
  ],
  "_from": "blueimp-canvas-to-blob@3.5.0",
  "_id": "blueimp-canvas-to-blob@3.5.0",
  "_inCache": true,
  "_location": "/blueimp-canvas-to-blob",
  "_nodeVersion": "6.8.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/blueimp-canvas-to-blob-3.5.0.tgz_1478123737223_0.6592560615390539"
  },
  "_npmUser": {
    "name": "blueimp",
    "email": "mail@blueimp.net"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "blueimp-canvas-to-blob@3.5.0",
    "scope": null,
    "escapedName": "blueimp-canvas-to-blob",
    "name": "blueimp-canvas-to-blob",
    "rawSpec": "3.5.0",
    "spec": "3.5.0",
    "type": "version"
  },
  "_requiredBy": [
    "/blueimp-file-upload"
  ],
  "_resolved": "https://registry.npmjs.org/blueimp-canvas-to-blob/-/blueimp-canvas-to-blob-3.5.0.tgz",
  "_shasum": "5679ac32f6a2835821f0c3ad661719ff85a9236b",
  "_shrinkwrap": null,
  "_spec": "blueimp-canvas-to-blob@3.5.0",
  "_where": "C:\\www\\dallashi\\videojs-record\\node_modules\\blueimp-file-upload",
  "author": {
    "name": "Sebastian Tschan",
    "url": "https://blueimp.net"
  },
  "bugs": {
    "url": "https://github.com/blueimp/JavaScript-Canvas-to-Blob/issues"
  },
  "dependencies": {},
  "description": "Canvas to Blob is a polyfill for the standard JavaScript canvas.toBlob method. It can be used to create Blob objects from an HTML canvas element.",
  "devDependencies": {
    "mocha-phantomjs-core": "1.3.1",
    "phantomjs-prebuilt": "2.1.13",
    "standard": "8.3.0",
    "uglify-js": "2.7.3"
  },
  "directories": {},
  "dist": {
    "shasum": "5679ac32f6a2835821f0c3ad661719ff85a9236b",
    "tarball": "https://registry.npmjs.org/blueimp-canvas-to-blob/-/blueimp-canvas-to-blob-3.5.0.tgz"
  },
  "gitHead": "47fb9a775b079e54a3e08be35a988dfaafae5f77",
  "homepage": "https://github.com/blueimp/JavaScript-Canvas-to-Blob",
  "keywords": [
    "javascript",
    "canvas",
    "blob",
    "convert",
    "conversion"
  ],
  "license": "MIT",
  "main": "./js/canvas-to-blob.js",
  "maintainers": [
    {
      "name": "blueimp",
      "email": "sebastian.tschan@gmail.com"
    }
  ],
  "name": "blueimp-canvas-to-blob",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/blueimp/JavaScript-Canvas-to-Blob.git"
  },
  "scripts": {
    "build": "cd js && uglifyjs canvas-to-blob.js -c -m -o canvas-to-blob.min.js --source-map canvas-to-blob.min.js.map",
    "lint": "standard js/*.js test/*.js",
    "postversion": "git push --tags origin master master:gh-pages && npm publish",
    "preversion": "npm test",
    "test": "npm run lint && npm run unit",
    "unit": "phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html",
    "version": "npm run build && git add -A js"
  },
  "title": "JavaScript Canvas to Blob",
  "version": "3.5.0"
}
