package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "through@2.3.8",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "through@2.3.8",
  10. "_id": "through@2.3.8",
  11. "_inBundle": false,
  12. "_integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
  13. "_location": "/through",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "through@2.3.8",
  20. "name": "through",
  21. "escapedName": "through",
  22. "rawSpec": "2.3.8",
  23. "saveSpec": null,
  24. "fetchSpec": "2.3.8"
  25. },
  26. "_requiredBy": [
  27. "/inquirer"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/through/-/through-2.3.8.tgz",
  30. "_spec": "2.3.8",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "Dominic Tarr",
  34. "email": "dominic.tarr@gmail.com",
  35. "url": "dominictarr.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/dominictarr/through/issues"
  39. },
  40. "description": "simplified stream construction",
  41. "devDependencies": {
  42. "from": "~0.1.3",
  43. "stream-spec": "~0.3.5",
  44. "tape": "~2.3.2"
  45. },
  46. "homepage": "https://github.com/dominictarr/through",
  47. "keywords": [
  48. "stream",
  49. "streams",
  50. "user-streams",
  51. "pipe"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "through",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/dominictarr/through.git"
  59. },
  60. "scripts": {
  61. "test": "set -e; for t in test/*.js; do node $t; done"
  62. },
  63. "testling": {
  64. "browsers": [
  65. "ie/8..latest",
  66. "ff/15..latest",
  67. "chrome/20..latest",
  68. "safari/5.1..latest"
  69. ],
  70. "files": "test/*.js"
  71. },
  72. "version": "2.3.8"
  73. }