wishthis/node_modules/gulp-util/package.json
2022-02-23 17:41:13 +01:00

102 lines
2.6 KiB
JSON

{
"_args": [
[
"gulp-util@3.0.8",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "gulp-util@3.0.8",
"_id": "gulp-util@3.0.8",
"_inBundle": false,
"_integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=",
"_location": "/gulp-util",
"_phantomChildren": {
"lodash._basecopy": "3.0.1",
"lodash._basetostring": "3.0.1",
"lodash._basevalues": "3.0.0",
"lodash._isiterateecall": "3.0.9",
"lodash._reinterpolate": "3.0.0",
"lodash.escape": "3.2.0",
"lodash.keys": "3.1.2",
"lodash.restparam": "3.6.1",
"readable-stream": "2.3.7",
"xtend": "4.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-util@3.0.8",
"name": "gulp-util",
"escapedName": "gulp-util",
"rawSpec": "3.0.8",
"saveSpec": null,
"fetchSpec": "3.0.8"
},
"_requiredBy": [
"/gulp-concat-filenames",
"/gulp-dedupe"
],
"_resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz",
"_spec": "3.0.8",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Fractal",
"email": "contact@wearefractal.com",
"url": "http://wearefractal.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/gulp-util/issues"
},
"dependencies": {
"array-differ": "^1.0.0",
"array-uniq": "^1.0.2",
"beeper": "^1.0.0",
"chalk": "^1.0.0",
"dateformat": "^2.0.0",
"fancy-log": "^1.1.0",
"gulplog": "^1.0.0",
"has-gulplog": "^0.1.0",
"lodash._reescape": "^3.0.0",
"lodash._reevaluate": "^3.0.0",
"lodash._reinterpolate": "^3.0.0",
"lodash.template": "^3.0.0",
"minimist": "^1.1.0",
"multipipe": "^0.1.2",
"object-assign": "^3.0.0",
"replace-ext": "0.0.1",
"through2": "^2.0.0",
"vinyl": "^0.5.0"
},
"description": "Utility functions for gulp plugins",
"devDependencies": {
"buffer-equal": "^0.0.1",
"coveralls": "^2.11.2",
"event-stream": "^3.1.7",
"istanbul": "^0.3.5",
"istanbul-coveralls": "^1.0.1",
"jshint": "^2.5.11",
"lodash.templatesettings": "^3.0.0",
"mocha": "^2.0.1",
"rimraf": "^2.2.8",
"should": "^7.0.1"
},
"engines": {
"node": ">=0.10"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/gulpjs/gulp-util#readme",
"license": "MIT",
"name": "gulp-util",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/gulp-util.git"
},
"scripts": {
"coveralls": "istanbul cover _mocha --report lcovonly && istanbul-coveralls",
"test": "jshint *.js lib/*.js test/*.js && mocha"
},
"version": "3.0.8"
}