| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "_from": "gulp-print@^5.0.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-iIpHMzC/b3gFvVXOfP9Jk94SWGIsDLVNUrxULRleQev+08ug07mh84b1AOlW6QDQdmInQiqDFqJN1UvhU2nXdg==",
- "_location": "/gulp-print",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "gulp-print@^5.0.0",
- "name": "gulp-print",
- "escapedName": "gulp-print",
- "rawSpec": "^5.0.0",
- "saveSpec": null,
- "fetchSpec": "^5.0.0"
- },
- "_requiredBy": [
- "/fomantic-ui"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-print/-/gulp-print-5.0.2.tgz",
- "_shasum": "8f379148218d2e168461baa74352e11d1bf7aa75",
- "_spec": "gulp-print@^5.0.0",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
- "author": {
- "name": "Alex Gorbatchev",
- "url": "https://github.com/alexgorbatchev"
- },
- "bugs": {
- "url": "https://github.com/alexgorbatchev/gulp-print/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "ansi-colors": "^3.2.4",
- "fancy-log": "^1.3.3",
- "map-stream": "0.0.7",
- "vinyl": "^2.2.0"
- },
- "deprecated": false,
- "description": "Prints names of files to the console so that you can see what's going through the the gulp pipe.",
- "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"
- },
- "files": [
- "gulp-print.d.ts",
- "gulp-print.js",
- "gulp-print.js.map"
- ],
- "homepage": "https://github.com/alexgorbatchev/gulp-print",
- "keywords": [
- "gulpplugin",
- "log",
- "print",
- "debug",
- "status"
- ],
- "license": "MIT",
- "main": "./gulp-print.js",
- "name": "gulp-print",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/alexgorbatchev/gulp-print.git"
- },
- "scripts": {
- "lint": "eslint src/*.ts __tests__/*.ts",
- "mocha": "ts-mocha -p src/tsconfig.json __tests__/*.test.ts",
- "prepublish": "npm run lint && npm test",
- "test": "npm run mocha && npm run tsc && node ./gulp-print.js",
- "tsc": "tsc -p src/tsconfig.json"
- },
- "types": "./gulp-print.d.ts",
- "version": "5.0.2"
- }
|