1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_from": "vinyl-file@^2.0.0",
- "_id": "vinyl-file@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-p+v1/779obfRjRQPyweyI++2dRo=",
- "_location": "/vinyl-file",
- "_phantomChildren": {
- "clone": "1.0.3",
- "clone-stats": "0.0.1",
- "replace-ext": "0.0.1"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "vinyl-file@^2.0.0",
- "name": "vinyl-file",
- "escapedName": "vinyl-file",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/gulp-watch"
- ],
- "_resolved": "https://registry.npmjs.org/vinyl-file/-/vinyl-file-2.0.0.tgz",
- "_shasum": "a7ebf5ffbefda1b7d18d140fcb07b223efb6751a",
- "_spec": "vinyl-file@^2.0.0",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/gulp-watch",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/vinyl-file/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "graceful-fs": "^4.1.2",
- "pify": "^2.3.0",
- "pinkie-promise": "^2.0.0",
- "strip-bom": "^2.0.0",
- "strip-bom-stream": "^2.0.0",
- "vinyl": "^1.1.0"
- },
- "deprecated": false,
- "description": "Create a vinyl file from an actual file",
- "devDependencies": {
- "ava": "*",
- "is-stream": "^1.0.0",
- "xo": "*"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/vinyl-file#readme",
- "keywords": [
- "vinyl",
- "fs",
- "file",
- "read",
- "virtual",
- "format",
- "gulp",
- "gulpfriendly"
- ],
- "license": "MIT",
- "name": "vinyl-file",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/vinyl-file.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "2.0.0"
- }
|