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

102 lines
2.5 KiB
JSON

{
"_from": "vinyl@^2.0.0",
"_id": "vinyl@2.2.1",
"_inBundle": false,
"_integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==",
"_location": "/vinyl",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vinyl@^2.0.0",
"name": "vinyl",
"escapedName": "vinyl",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/gulp-rev",
"/gulp-zip",
"/vinyl-file",
"/vinyl-fs",
"/vinyl-sourcemap",
"/webpack-stream"
],
"_resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
"_shasum": "23cfb8bbab5ece3803aa2c0a1eb28af7cbba1974",
"_spec": "vinyl@^2.0.0",
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme/node_modules/vinyl-fs",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "https://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/vinyl/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Eric Schoffstall",
"email": "yo@contra.io"
},
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
"dependencies": {
"clone": "^2.1.1",
"clone-buffer": "^1.0.0",
"clone-stats": "^1.0.0",
"cloneable-readable": "^1.0.0",
"remove-trailing-separator": "^1.0.1",
"replace-ext": "^1.0.0"
},
"deprecated": false,
"description": "Virtual file format.",
"devDependencies": {
"coveralls": "github:phated/node-coveralls#2.x",
"eslint": "^2.13.1",
"eslint-config-gulp": "^3.0.1",
"expect": "^1.20.2",
"mississippi": "^1.2.0",
"mocha": "^3.0.0",
"nyc": "^10.3.2",
"safer-buffer": "^2.1.2"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js",
"lib"
],
"homepage": "https://github.com/gulpjs/vinyl#readme",
"keywords": [
"virtual",
"filesystem",
"file",
"directory",
"stat",
"path"
],
"license": "MIT",
"main": "index.js",
"name": "vinyl",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/vinyl.git"
},
"scripts": {
"azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "nyc mocha --async-only"
},
"version": "2.2.1"
}