package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "gulp-print@^5.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iIpHMzC/b3gFvVXOfP9Jk94SWGIsDLVNUrxULRleQev+08ug07mh84b1AOlW6QDQdmInQiqDFqJN1UvhU2nXdg==",
  6. "_location": "/gulp-print",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gulp-print@^5.0.0",
  12. "name": "gulp-print",
  13. "escapedName": "gulp-print",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/fomantic-ui"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gulp-print/-/gulp-print-5.0.2.tgz",
  22. "_shasum": "8f379148218d2e168461baa74352e11d1bf7aa75",
  23. "_spec": "gulp-print@^5.0.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  25. "author": {
  26. "name": "Alex Gorbatchev",
  27. "url": "https://github.com/alexgorbatchev"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/alexgorbatchev/gulp-print/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "ansi-colors": "^3.2.4",
  35. "fancy-log": "^1.3.3",
  36. "map-stream": "0.0.7",
  37. "vinyl": "^2.2.0"
  38. },
  39. "deprecated": false,
  40. "description": "Prints names of files to the console so that you can see what's going through the the gulp pipe.",
  41. "devDependencies": {
  42. "@types/ansi-colors": "^3.2.0",
  43. "@types/chai": "^4.1.7",
  44. "@types/expect": "^1.20.4",
  45. "@types/fancy-log": "^1.3.1",
  46. "@types/gulp-util": "^3.0.31",
  47. "@types/mocha": "^5.2.6",
  48. "@types/node": "^11.11.3",
  49. "@types/sinon": "^7.0.10",
  50. "@types/sinon-chai": "^3.2.2",
  51. "@types/vinyl": "^2.0.2",
  52. "@typescript-eslint/eslint-plugin": "^1.4.2",
  53. "chai": "^4.2.0",
  54. "eslint": "^5.15.1",
  55. "eslint-config-airbnb": "^17.1.0",
  56. "eslint-config-prettier": "^4.1.0",
  57. "eslint-config-typescript": "^2.0.0",
  58. "eslint-formatter-pretty": "^2.1.1",
  59. "eslint-import-resolver-typescript": "^1.1.1",
  60. "eslint-loader": "^2.1.2",
  61. "eslint-plugin-import": "^2.16.0",
  62. "eslint-plugin-jsx-a11y": "^6.2.1",
  63. "eslint-plugin-mocha": "^5.3.0",
  64. "eslint-plugin-prettier": "^3.0.1",
  65. "eslint-plugin-react": "^7.12.4",
  66. "eslint-plugin-typescript": "^0.9.0",
  67. "mocha": "^6.0.2",
  68. "mocha-clean": "^1.0.0",
  69. "prettier": "^1.16.4",
  70. "sinon": "^7.2.7",
  71. "sinon-chai": "^3.3.0",
  72. "ts-mocha": "^6.0.0",
  73. "ts-node": "^8.0.3",
  74. "typescript": "^3.3.3333",
  75. "typescript-eslint-parser": "^22.0.0"
  76. },
  77. "engines": {
  78. "node": ">=6"
  79. },
  80. "files": [
  81. "gulp-print.d.ts",
  82. "gulp-print.js",
  83. "gulp-print.js.map"
  84. ],
  85. "homepage": "https://github.com/alexgorbatchev/gulp-print",
  86. "keywords": [
  87. "gulpplugin",
  88. "log",
  89. "print",
  90. "debug",
  91. "status"
  92. ],
  93. "license": "MIT",
  94. "main": "./gulp-print.js",
  95. "name": "gulp-print",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/alexgorbatchev/gulp-print.git"
  99. },
  100. "scripts": {
  101. "lint": "eslint src/*.ts __tests__/*.ts",
  102. "mocha": "ts-mocha -p src/tsconfig.json __tests__/*.test.ts",
  103. "prepublish": "npm run lint && npm test",
  104. "test": "npm run mocha && npm run tsc && node ./gulp-print.js",
  105. "tsc": "tsc -p src/tsconfig.json"
  106. },
  107. "types": "./gulp-print.d.ts",
  108. "version": "5.0.2"
  109. }