EG/Cesium-1.132/node_modules/gulp-tap/package.json
2025-08-25 17:48:13 +08:00

44 lines
1.1 KiB
JSON

{
"name": "gulp-tap",
"version": "2.0.0",
"description": "Easiest way to tap into a pipeline",
"main": "index.js",
"scripts": {
"pretest": "coffee --compile --map tests",
"test": "tap -J tests/*.js",
"posttest": "rm tests/*.js tests/*.js.map",
"test:cov": "npm test -- --cov",
"coffee": "coffee",
"dev": "coffee --watch --compile tests & coffee --watch --compile src"
},
"repository": {
"type": "git",
"url": "https://github.com/geejs/gulp-tap"
},
"keywords": [
"tap",
"gulp",
"stream"
],
"authors": [
"Mario Gutierrez <mario@mgutz.com>",
"Rubén Salvador García San Juan <rssanjuan2704@gmail.com>",
"Jon Ege Ronnenberg <jon.ronnenberg@gmail.com>",
"Javey <jiawei23716@sina.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/geejs/gulp-tap/issues"
},
"homepage": "https://github.com/geejs/gulp-tap",
"dependencies": {
"through2": "^3.0.1"
},
"devDependencies": {
"coffee-script": "^1.12.4",
"coveralls": "^3.0.5",
"gulp": "^4.0.2",
"tap": "^14.4.1"
}
}