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

101 lines
2.4 KiB
JSON

{
"_args": [
[
"gulp-concat-filenames@1.2.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "gulp-concat-filenames@1.2.0",
"_id": "gulp-concat-filenames@1.2.0",
"_inBundle": false,
"_integrity": "sha1-3b904qupfi9NoVVjUwT9UcdVt2E=",
"_location": "/gulp-concat-filenames",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-concat-filenames@1.2.0",
"name": "gulp-concat-filenames",
"escapedName": "gulp-concat-filenames",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/fomantic-ui"
],
"_resolved": "https://registry.npmjs.org/gulp-concat-filenames/-/gulp-concat-filenames-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "the-simian",
"email": "harlinjesse@gmail.com"
},
"bugs": {
"url": "https://github.com/the-simian/gulp-concat-filenames/issues"
},
"contributors": [
{
"name": "Jesse Harlin",
"email": "harlinjesse@gmail.com"
},
{
"name": "Noam Youngerman",
"email": "noam@younger.mn"
},
{
"name": "Rainfore Zhao",
"email": "rainforest92@126.com"
}
],
"dependencies": {
"gulp-util": "3.x.x",
"through": "2.x.x"
},
"description": "Similar to concat, but creates a file with a list of filenames,not file contents.",
"devDependencies": {
"chai": "*",
"gulp": "3.x.x",
"gulp-coveralls": "^0.1.3",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-plato": "^1.0.2",
"gulp-sourcemaps": "2.x.x",
"istanbul": "*",
"mocha": "*",
"mocha-lcov-reporter": "*",
"run-sequence": "^1.0.2",
"sinon-chai": "*",
"stream-array": "1.x.x",
"stream-assert": "2.x.x"
},
"engineStrict": true,
"engines": {
"node": ">= 0.10"
},
"homepage": "http://jesseharlin.net",
"keywords": [
"gulpplugin",
"gulpfriendly",
"concat filenames",
"gulp"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/the-simian/gulp-concat-filenames/blob/master/license.txt"
}
],
"main": "./index.js",
"name": "gulp-concat-filenames",
"repository": {
"type": "git",
"url": "git+https://github.com/the-simian/gulp-concat-filenames.git"
},
"scripts": {
"coveralls": "gulp coveralls",
"test": "gulp ci"
},
"typings": "index.d.ts",
"version": "1.2.0"
}