biofriction-wp-theme/node_modules/vinyl-file/package.json

86 lines
2.0 KiB
JSON

{
"_args": [
[
"vinyl-file@3.0.0",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "vinyl-file@3.0.0",
"_id": "vinyl-file@3.0.0",
"_inBundle": false,
"_integrity": "sha1-sQTZ5ECf+jJfqt1SBkLQo7SIs2U=",
"_location": "/vinyl-file",
"_phantomChildren": {
"clone-buffer": "1.0.0",
"cloneable-readable": "1.0.0",
"readable-stream": "2.3.3",
"remove-trailing-separator": "1.1.0",
"strip-bom": "2.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "vinyl-file@3.0.0",
"name": "vinyl-file",
"escapedName": "vinyl-file",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/gulp-rev"
],
"_resolved": "https://registry.npmjs.org/vinyl-file/-/vinyl-file-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/vinyl-file/issues"
},
"dependencies": {
"graceful-fs": "^4.1.2",
"pify": "^2.3.0",
"strip-bom-buf": "^1.0.0",
"strip-bom-stream": "^2.0.0",
"vinyl": "^2.0.1"
},
"description": "Create a vinyl file from an actual file",
"devDependencies": {
"ava": "*",
"is-stream": "^1.0.0",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"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": "3.0.0"
}