{
  "_args": [
    [
      "gulp-rev@9.0.0",
      "/Users/liaog/Documents/web/lrp_template"
    ]
  ],
  "_from": "gulp-rev@9.0.0",
  "_id": "gulp-rev@9.0.0",
  "_inBundle": false,
  "_integrity": "sha512-Ytx/uzDA2xNxHlPG8GReS1ut00msd0HlKDk9Ai/0xF2yvg+DAeGRAviCFlQzQmdZtqAoXznYspwWoGEoxDvhyA==",
  "_location": "/gulp-rev",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.4",
    "is-plain-obj": "1.1.0",
    "isarray": "1.0.0",
    "process-nextick-args": "2.0.1",
    "safe-buffer": "5.1.2",
    "util-deprecate": "1.0.2",
    "xtend": "4.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-rev@9.0.0",
    "name": "gulp-rev",
    "escapedName": "gulp-rev",
    "rawSpec": "9.0.0",
    "saveSpec": null,
    "fetchSpec": "9.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-rev/-/gulp-rev-9.0.0.tgz",
  "_spec": "9.0.0",
  "_where": "/Users/liaog/Documents/web/lrp_template",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/gulp-rev/issues"
  },
  "dependencies": {
    "modify-filename": "^1.1.0",
    "plugin-error": "^1.0.1",
    "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"
  },
  "description": "Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css",
  "devDependencies": {
    "ava": "^0.25.0",
    "p-event": "^2.1.0",
    "xo": "^0.23.0"
  },
  "engines": {
    "node": ">=6"
  },
  "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": "9.0.0"
}
