12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "gulp-tap@^1.0.1",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-5nESThJZtM6iGe0cqXt/WFwzRpA=",
- "_location": "/gulp-tap",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "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",
- "_shasum": "e671124e1259b4cea219ed1ca97b7f585c334690",
- "_spec": "gulp-tap@^1.0.1",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
- "authors": [
- "Mario Gutierrez <[email protected]>",
- "Jon Ege Ronnenberg <[email protected]>",
- "Javey <[email protected]>"
- ],
- "bugs": {
- "url": "https://github.com/geejs/gulp-tap/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "through2": "^2.0.3"
- },
- "deprecated": false,
- "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"
- }
|