package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "gulp-tap@^1.0.1",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-5nESThJZtM6iGe0cqXt/WFwzRpA=",
  6. "_location": "/gulp-tap",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gulp-tap@^1.0.1",
  12. "name": "gulp-tap",
  13. "escapedName": "gulp-tap",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/fomantic-ui"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gulp-tap/-/gulp-tap-1.0.1.tgz",
  22. "_shasum": "e671124e1259b4cea219ed1ca97b7f585c334690",
  23. "_spec": "gulp-tap@^1.0.1",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  25. "authors": [
  26. "Mario Gutierrez <[email protected]>",
  27. "Jon Ege Ronnenberg <[email protected]>",
  28. "Javey <[email protected]>"
  29. ],
  30. "bugs": {
  31. "url": "https://github.com/geejs/gulp-tap/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "through2": "^2.0.3"
  36. },
  37. "deprecated": false,
  38. "description": "Easiest way to tap into a pipeline",
  39. "devDependencies": {
  40. "coffee-script": "^1.12.4",
  41. "coveralls": "^2.13.0",
  42. "gulp": "^3.9.1",
  43. "tap": "^10.3.1"
  44. },
  45. "homepage": "https://github.com/geejs/gulp-tap",
  46. "keywords": [
  47. "tap",
  48. "gulp",
  49. "stream"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "gulp-tap",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/geejs/gulp-tap.git"
  57. },
  58. "scripts": {
  59. "coffee": "coffee",
  60. "dev": "coffee --watch --compile tests & coffee --watch --compile src",
  61. "posttest": "rm tests/*.js tests/*.js.map",
  62. "pretest": "coffee --compile --map tests",
  63. "test": "tap -J tests/*.js",
  64. "test:cov": "npm test -- --cov"
  65. },
  66. "version": "1.0.1"
  67. }