biofriction-wp-theme/node_modules/gulp-rev/package.json

89 lines
2.0 KiB
JSON

{
"_from": "gulp-rev@8.1.1",
"_id": "gulp-rev@8.1.1",
"_inBundle": false,
"_integrity": "sha1-sRBr+qVlMQahHRYS6wz/3lQMsZY=",
"_location": "/gulp-rev",
"_phantomChildren": {
"ansi-cyan": "0.1.1",
"ansi-red": "0.1.1",
"arr-flatten": "1.1.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-rev@8.1.1",
"name": "gulp-rev",
"escapedName": "gulp-rev",
"rawSpec": "8.1.1",
"saveSpec": null,
"fetchSpec": "8.1.1"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/gulp-rev/-/gulp-rev-8.1.1.tgz",
"_shasum": "b1106bfaa5653106a11d1612eb0cffde540cb196",
"_spec": "gulp-rev@8.1.1",
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/gulp-rev/issues"
},
"bundleDependencies": false,
"dependencies": {
"modify-filename": "^1.1.0",
"plugin-error": "^0.1.2",
"rev-hash": "^2.0.0",
"rev-path": "^2.0.0",
"sort-keys": "^2.0.0",
"through2": "^2.0.0",
"vinyl": "^2.1.0",
"vinyl-file": "^3.0.0"
},
"deprecated": false,
"description": "Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css",
"devDependencies": {
"ava": "*",
"p-event": "^1.0.0",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/gulp-rev#readme",
"keywords": [
"gulpplugin",
"rev",
"revving",
"revision",
"hash",
"optimize",
"version",
"versioning",
"cache",
"expire",
"static",
"asset",
"assets"
],
"license": "MIT",
"name": "gulp-rev",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/gulp-rev.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "8.1.1"
}