112 lines
3.1 KiB
JSON
112 lines
3.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"gulp-print@5.0.2",
|
|
"F:\\laragon\\www\\wishthis"
|
|
]
|
|
],
|
|
"_from": "gulp-print@5.0.2",
|
|
"_id": "gulp-print@5.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-iIpHMzC/b3gFvVXOfP9Jk94SWGIsDLVNUrxULRleQev+08ug07mh84b1AOlW6QDQdmInQiqDFqJN1UvhU2nXdg==",
|
|
"_location": "/gulp-print",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "gulp-print@5.0.2",
|
|
"name": "gulp-print",
|
|
"escapedName": "gulp-print",
|
|
"rawSpec": "5.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/fomantic-ui"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-print/-/gulp-print-5.0.2.tgz",
|
|
"_spec": "5.0.2",
|
|
"_where": "F:\\laragon\\www\\wishthis",
|
|
"author": {
|
|
"name": "Alex Gorbatchev",
|
|
"url": "https://github.com/alexgorbatchev"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/alexgorbatchev/gulp-print/issues"
|
|
},
|
|
"dependencies": {
|
|
"ansi-colors": "^3.2.4",
|
|
"fancy-log": "^1.3.3",
|
|
"map-stream": "0.0.7",
|
|
"vinyl": "^2.2.0"
|
|
},
|
|
"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"
|
|
}
|