{ "_args": [ [ "buffer-to-vinyl@1.1.0", "C:\\wamp64\\www\\ilink" ] ], "_development": true, "_from": "buffer-to-vinyl@1.1.0", "_id": "buffer-to-vinyl@1.1.0", "_inBundle": false, "_integrity": "sha1-APFfruOreh3aLN5tkSG//dB7ImI=", "_location": "/buffer-to-vinyl", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "buffer-to-vinyl@1.1.0", "name": "buffer-to-vinyl", "escapedName": "buffer-to-vinyl", "rawSpec": "1.1.0", "saveSpec": null, "fetchSpec": "1.1.0" }, "_requiredBy": [ "/decompress" ], "_resolved": "https://registry.npmjs.org/buffer-to-vinyl/-/buffer-to-vinyl-1.1.0.tgz", "_spec": "1.1.0", "_where": "C:\\wamp64\\www\\ilink", "author": { "name": "Kevin MÃ¥rtensson", "email": "kevinmartensson@gmail.com", "url": "https://github.com/kevva" }, "bugs": { "url": "https://github.com/kevva/buffer-to-vinyl/issues" }, "dependencies": { "file-type": "^3.1.0", "readable-stream": "^2.0.2", "uuid": "^2.0.1", "vinyl": "^1.0.0" }, "description": "Create a vinyl file or stream from a buffer", "devDependencies": { "ava": "^0.0.4", "concat-stream": "^1.4.7", "xo": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/kevva/buffer-to-vinyl#readme", "keywords": [], "license": "MIT", "name": "buffer-to-vinyl", "repository": { "type": "git", "url": "git+https://github.com/kevva/buffer-to-vinyl.git" }, "scripts": { "test": "xo && node test.js" }, "version": "1.1.0" }