package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "to-through@2.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "to-through@2.0.0",
  9. "_id": "to-through@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-/JKtq6ByZHvAtn1rA2ZKoZUJOvY=",
  12. "_location": "/to-through",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "to-through@2.0.0",
  18. "name": "to-through",
  19. "escapedName": "to-through",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/vinyl-fs"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Gulp Team",
  32. "email": "team@gulpjs.com",
  33. "url": "http://gulpjs.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/gulpjs/to-through/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Blaine Bublitz",
  41. "email": "blaine.bublitz@gmail.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "through2": "^2.0.3"
  46. },
  47. "description": "Wrap a ReadableStream in a TransformStream.",
  48. "devDependencies": {
  49. "eslint": "^1.10.3",
  50. "eslint-config-gulp": "^2.0.0",
  51. "expect": "^1.20.2",
  52. "istanbul": "^0.4.3",
  53. "istanbul-coveralls": "^1.0.3",
  54. "jscs": "^2.4.0",
  55. "jscs-preset-gulp": "^1.0.0",
  56. "mississippi": "^1.3.0",
  57. "mocha": "^3.2.0"
  58. },
  59. "engines": {
  60. "node": ">= 0.10"
  61. },
  62. "files": [
  63. "LICENSE",
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/gulpjs/to-through#readme",
  67. "keywords": [
  68. "transform",
  69. "readable",
  70. "through",
  71. "wrap"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "to-through",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/gulpjs/to-through.git"
  79. },
  80. "scripts": {
  81. "cover": "istanbul cover _mocha --report lcovonly",
  82. "coveralls": "npm run cover && istanbul-coveralls",
  83. "lint": "eslint index.js test/ && jscs index.js test/",
  84. "pretest": "npm run lint",
  85. "test": "mocha --async-only"
  86. },
  87. "version": "2.0.0"
  88. }