2015-09-04 14:03:10 +00:00
|
|
|
{
|
2023-07-10 00:41:17 +00:00
|
|
|
"name": "@push.rocks/gulp-function",
|
2018-12-09 00:34:30 +00:00
|
|
|
"private": false,
|
2024-03-10 22:30:24 +00:00
|
|
|
"version": "3.0.7",
|
2015-09-04 14:03:10 +00:00
|
|
|
"description": "accepts a function call as parameter to execute in gulp pipeline",
|
2024-03-10 22:29:56 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2015-09-04 14:03:10 +00:00
|
|
|
"scripts": {
|
2018-12-09 00:19:01 +00:00
|
|
|
"test": "(tstest test/)",
|
2024-03-10 22:30:23 +00:00
|
|
|
"build": "(tsbuild --allowimplicitany)",
|
2024-03-10 22:29:56 +00:00
|
|
|
"buildDocs": "tsdoc"
|
2015-09-04 14:03:10 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-03-10 22:29:56 +00:00
|
|
|
"url": "git+https://gitlab.com/push.rocks/gulp-function.git"
|
2015-09-04 14:03:10 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2016-02-01 02:40:30 +00:00
|
|
|
"gulpplugin",
|
|
|
|
"gulp",
|
2018-01-29 22:28:03 +00:00
|
|
|
"function",
|
|
|
|
"pushrocks"
|
2015-09-04 14:03:10 +00:00
|
|
|
],
|
2016-03-26 16:22:46 +00:00
|
|
|
"author": "Lossless GmbH <office@lossless.com> (https://lossless.com)",
|
2015-09-04 14:03:10 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2024-03-10 22:29:56 +00:00
|
|
|
"url": "https://gitlab.com/push.rocks/gulp-function/issues"
|
2015-10-25 21:45:49 +00:00
|
|
|
},
|
2024-03-10 22:29:56 +00:00
|
|
|
"homepage": "https://gitlab.com/push.rocks/gulp-function#readme",
|
2015-10-25 21:45:49 +00:00
|
|
|
"dependencies": {
|
2024-03-10 22:29:56 +00:00
|
|
|
"@push.rocks/smartpromise": "^4.0.3",
|
2017-04-29 22:44:11 +00:00
|
|
|
"@types/through2": "^2.0.32",
|
2020-01-18 12:19:27 +00:00
|
|
|
"through2": "^3.0.1"
|
2016-02-01 02:33:33 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-03-10 22:29:56 +00:00
|
|
|
"@git.zone/tsbuild": "^2.1.17",
|
|
|
|
"@git.zone/tsrun": "^1.2.46",
|
|
|
|
"@git.zone/tstest": "^1.0.28",
|
|
|
|
"@push.rocks/smartgulp": "^3.0.3",
|
|
|
|
"@push.rocks/tapbundle": "^5.0.15",
|
|
|
|
"gulp": "^4.0.2"
|
2020-01-18 12:19:27 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
2024-03-10 22:29:56 +00:00
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
2020-01-18 12:19:27 +00:00
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2024-03-10 22:29:56 +00:00
|
|
|
],
|
|
|
|
"type": "module",
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2020-01-18 12:19:27 +00:00
|
|
|
]
|
2024-03-10 22:29:57 +00:00
|
|
|
}
|