| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_from": "vinyl-buffer",
- "_id": "vinyl-buffer@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-lsGjR5uMU5JULGEgKQE7Wyf4i78=",
- "_location": "/vinyl-buffer",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "vinyl-buffer",
- "name": "vinyl-buffer",
- "escapedName": "vinyl-buffer",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "https://registry.npmjs.org/vinyl-buffer/-/vinyl-buffer-1.0.1.tgz",
- "_shasum": "96c1a3479b8c5392542c612029013b5b27f88bbf",
- "_spec": "vinyl-buffer",
- "_where": "/srv/http/mmap_sarrebourg/user/themes/basic",
- "author": {
- "name": "Hugh Kennedy",
- "email": "hughskennedy@gmail.com",
- "url": "http://hughsk.io/"
- },
- "bugs": {
- "url": "https://github.com/hughsk/vinyl-buffer/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "bl": "^1.2.1",
- "through2": "^2.0.3"
- },
- "deprecated": false,
- "description": "Convert streaming vinyl files to use buffers",
- "devDependencies": {
- "tape": "~2.5.0",
- "vinyl-source-stream": "~2.0.0"
- },
- "homepage": "https://github.com/hughsk/vinyl-buffer",
- "keywords": [
- "vinyl",
- "gulpfriendly",
- "convert",
- "buffer",
- "stream"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "vinyl-buffer",
- "repository": {
- "type": "git",
- "url": "git://github.com/hughsk/vinyl-buffer.git"
- },
- "scripts": {
- "test": "node test"
- },
- "version": "1.0.1"
- }
|