106 lines
2.6 KiB
JSON
106 lines
2.6 KiB
JSON
{
|
|
"_from": "gulp-rev-all@^0.9.7",
|
|
"_id": "gulp-rev-all@0.9.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-4DfoFII4vVFHFRbeF0UbVW201nw=",
|
|
"_location": "/gulp-rev-all",
|
|
"_phantomChildren": {
|
|
"clone-stats": "0.0.1",
|
|
"core-util-is": "1.0.2",
|
|
"escape-string-regexp": "1.0.5",
|
|
"get-stdin": "4.0.1",
|
|
"has-color": "0.1.7",
|
|
"inherits": "2.0.3",
|
|
"isarray": "0.0.1",
|
|
"lodash._escapehtmlchar": "2.4.1",
|
|
"lodash._escapestringchar": "2.4.1",
|
|
"lodash._isnative": "2.4.1",
|
|
"lodash._reunescapedhtml": "2.4.1",
|
|
"lodash._shimkeys": "2.4.1",
|
|
"lodash.defaults": "2.4.1",
|
|
"lodash.isobject": "2.4.1",
|
|
"lodash.values": "2.4.1",
|
|
"meow": "3.7.0",
|
|
"multipipe": "0.1.2",
|
|
"object-keys": "0.4.0",
|
|
"string_decoder": "0.10.31"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gulp-rev-all@^0.9.7",
|
|
"name": "gulp-rev-all",
|
|
"escapedName": "gulp-rev-all",
|
|
"rawSpec": "^0.9.7",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.9.7"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-rev-all/-/gulp-rev-all-0.9.7.tgz",
|
|
"_shasum": "e037e8148238bd51471516de17451b556db4d67c",
|
|
"_spec": "gulp-rev-all@^0.9.7",
|
|
"_where": "/Users/nina/Documents/Projects/saburly-website2",
|
|
"author": {
|
|
"name": "Joshua Bellamy-Henn",
|
|
"email": "josh@psidox.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/smysnk/gulp-rev-all/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"chalk": "~0.4.0",
|
|
"gulp-util": "~2.2.14",
|
|
"merge": "^1.2.0",
|
|
"through2": "~0.4.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.098f6bcd.css, also re-writes references in each file to new reved name.",
|
|
"devDependencies": {
|
|
"event-stream": "^3.3.4",
|
|
"gulp": "~3.9.1",
|
|
"gulp-jshint": "~1.5.1",
|
|
"gulp-mocha": "~2.2.0",
|
|
"mocha": "~2.2.1",
|
|
"should": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"homepage": "https://github.com/smysnk/gulp-rev-all",
|
|
"keywords": [
|
|
"gulp-rev",
|
|
"gulp-rev-all",
|
|
"gulpplugin",
|
|
"rev",
|
|
"all",
|
|
"revision",
|
|
"hash",
|
|
"optimize",
|
|
"version",
|
|
"versioning",
|
|
"cache",
|
|
"expire",
|
|
"static",
|
|
"asset",
|
|
"assets",
|
|
"aws",
|
|
"s3",
|
|
"cloudfront",
|
|
"cdn"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "gulp-rev-all",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/smysnk/gulp-rev-all.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test.js"
|
|
},
|
|
"version": "0.9.7"
|
|
}
|