{ "_args": [ [ { "raw": "w3c-blob@0.0.1", "scope": null, "escapedName": "w3c-blob", "name": "w3c-blob", "rawSpec": "0.0.1", "spec": "0.0.1", "type": "version" }, "/Users/MB/git/pdfkit/node_modules/brace" ] ], "_from": "w3c-blob@0.0.1", "_id": "w3c-blob@0.0.1", "_inCache": true, "_location": "/w3c-blob", "_npmUser": { "name": "chrisdickinson", "email": "chris@neversaw.us" }, "_npmVersion": "1.1.69", "_phantomChildren": {}, "_requested": { "raw": "w3c-blob@0.0.1", "scope": null, "escapedName": "w3c-blob", "name": "w3c-blob", "rawSpec": "0.0.1", "spec": "0.0.1", "type": "version" }, "_requiredBy": [ "/brace" ], "_resolved": "https://registry.npmjs.org/w3c-blob/-/w3c-blob-0.0.1.tgz", "_shasum": "b0cd352a1a50f515563420ffd5861f950f1d85b8", "_shrinkwrap": null, "_spec": "w3c-blob@0.0.1", "_where": "/Users/MB/git/pdfkit/node_modules/brace", "author": { "name": "Chris Dickinson", "email": "chris@neversaw.us" }, "browser": "./browser.js", "bugs": { "url": "https://github.com/chrisdickinson/w3c-blob/issues" }, "dependencies": {}, "description": "w3c dom blob api in node and browser", "devDependencies": {}, "directories": {}, "dist": { "shasum": "b0cd352a1a50f515563420ffd5861f950f1d85b8", "tarball": "https://registry.npmjs.org/w3c-blob/-/w3c-blob-0.0.1.tgz" }, "homepage": "https://github.com/chrisdickinson/w3c-blob#readme", "keywords": [ "blob", "w3c", "dom", "api" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "chrisdickinson", "email": "chris@neversaw.us" } ], "name": "w3c-blob", "optionalDependencies": {}, "readme": "# w3c-blob\n\nexport a node or browserify compatible w3c blob interface.\npolyfills old versions that rely on `BlobBuilder`.\n\n```javascript\nvar Blob = require('w3c-blob')\n\nvar blob = new Blob([parts], {type: 'text/plain'})\n```\n\n## api\n\n[See MDN's Blob documentation](https://developer.mozilla.org/en-US/docs/DOM/Blob).\n\n# license\n\nMIT\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git://github.com/chrisdickinson/w3c-blob.git" }, "scripts": { "test": "node test.js" }, "version": "0.0.1" }