2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-02-23 16:41:13 +00:00
|
|
|
"_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"
|
|
|
|
}
|
2022-01-21 08:28:41 +00:00
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"gulp-util": "3.x.x",
|
|
|
|
"through": "2.x.x"
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"description": "Similar to concat, but creates a file with a list of filenames,not file contents.",
|
2022-01-21 08:28:41 +00:00
|
|
|
"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"
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"homepage": "http://jesseharlin.net",
|
|
|
|
"keywords": [
|
|
|
|
"gulpplugin",
|
|
|
|
"gulpfriendly",
|
|
|
|
"concat filenames",
|
|
|
|
"gulp"
|
|
|
|
],
|
2022-01-21 08:28:41 +00:00
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/the-simian/gulp-concat-filenames/blob/master/license.txt"
|
|
|
|
}
|
2022-02-23 16:41:13 +00:00
|
|
|
],
|
|
|
|
"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"
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|