{ "name": "gulp-print", "version": "5.0.2", "description": "Prints names of files to the console so that you can see what's going through the the gulp pipe.", "files": [ "gulp-print.d.ts", "gulp-print.js", "gulp-print.js.map" ], "keywords": [ "gulpplugin", "log", "print", "debug", "status" ], "homepage": "https://github.com/alexgorbatchev/gulp-print", "bugs": "https://github.com/alexgorbatchev/gulp-print/issues", "author": { "name": "Alex Gorbatchev", "url": "https://github.com/alexgorbatchev" }, "main": "./gulp-print.js", "types": "./gulp-print.d.ts", "repository": { "type": "git", "url": "https://github.com/alexgorbatchev/gulp-print.git" }, "scripts": { "mocha": "ts-mocha -p src/tsconfig.json __tests__/*.test.ts", "test": "npm run mocha && npm run tsc && node ./gulp-print.js", "lint": "eslint src/*.ts __tests__/*.ts", "tsc": "tsc -p src/tsconfig.json", "prepublish": "npm run lint && npm test" }, "dependencies": { "ansi-colors": "^3.2.4", "fancy-log": "^1.3.3", "map-stream": "0.0.7", "vinyl": "^2.2.0" }, "devDependencies": { "@types/ansi-colors": "^3.2.0", "@types/chai": "^4.1.7", "@types/expect": "^1.20.4", "@types/fancy-log": "^1.3.1", "@types/gulp-util": "^3.0.31", "@types/mocha": "^5.2.6", "@types/node": "^11.11.3", "@types/sinon": "^7.0.10", "@types/sinon-chai": "^3.2.2", "@types/vinyl": "^2.0.2", "@typescript-eslint/eslint-plugin": "^1.4.2", "chai": "^4.2.0", "eslint": "^5.15.1", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^4.1.0", "eslint-config-typescript": "^2.0.0", "eslint-formatter-pretty": "^2.1.1", "eslint-import-resolver-typescript": "^1.1.1", "eslint-loader": "^2.1.2", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-mocha": "^5.3.0", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-react": "^7.12.4", "eslint-plugin-typescript": "^0.9.0", "mocha": "^6.0.2", "mocha-clean": "^1.0.0", "prettier": "^1.16.4", "sinon": "^7.2.7", "sinon-chai": "^3.3.0", "ts-mocha": "^6.0.0", "ts-node": "^8.0.3", "typescript": "^3.3.3333", "typescript-eslint-parser": "^22.0.0" }, "engines": { "node": ">=6" }, "license": "MIT" }