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

73 lines
1.7 KiB
JSON

{
"_args": [
[
"gulp-tap@1.0.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "gulp-tap@1.0.1",
"_id": "gulp-tap@1.0.1",
"_inBundle": false,
"_integrity": "sha1-5nESThJZtM6iGe0cqXt/WFwzRpA=",
"_location": "/gulp-tap",
"_phantomChildren": {
"readable-stream": "2.3.7",
"xtend": "4.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-tap@1.0.1",
"name": "gulp-tap",
"escapedName": "gulp-tap",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/fomantic-ui"
],
"_resolved": "https://registry.npmjs.org/gulp-tap/-/gulp-tap-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "F:\\laragon\\www\\wishthis",
"authors": [
"Mario Gutierrez <mario@mgutz.com>",
"Jon Ege Ronnenberg <jon.ronnenberg@gmail.com>",
"Javey <jiawei23716@sina.com>"
],
"bugs": {
"url": "https://github.com/geejs/gulp-tap/issues"
},
"dependencies": {
"through2": "^2.0.3"
},
"description": "Easiest way to tap into a pipeline",
"devDependencies": {
"coffee-script": "^1.12.4",
"coveralls": "^2.13.0",
"gulp": "^3.9.1",
"tap": "^10.3.1"
},
"homepage": "https://github.com/geejs/gulp-tap",
"keywords": [
"tap",
"gulp",
"stream"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-tap",
"repository": {
"type": "git",
"url": "git+https://github.com/geejs/gulp-tap.git"
},
"scripts": {
"coffee": "coffee",
"dev": "coffee --watch --compile tests & coffee --watch --compile src",
"posttest": "rm tests/*.js tests/*.js.map",
"pretest": "coffee --compile --map tests",
"test": "tap -J tests/*.js",
"test:cov": "npm test -- --cov"
},
"version": "1.0.1"
}