package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "get-stdin@4.0.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "get-stdin@4.0.1",
  9. "_id": "get-stdin@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==",
  12. "_location": "/get-stdin",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "get-stdin@4.0.1",
  18. "name": "get-stdin",
  19. "escapedName": "get-stdin",
  20. "rawSpec": "4.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.1"
  23. },
  24. "_requiredBy": [
  25. "/node-sass",
  26. "/redent/strip-indent"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/get-stdin/-/get-stdin-4.0.1.tgz",
  29. "_spec": "4.0.1",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "http://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/get-stdin/issues"
  38. },
  39. "description": "Easier stdin",
  40. "devDependencies": {
  41. "ava": "0.0.4",
  42. "buffer-equal": "0.0.1"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/get-stdin#readme",
  51. "keywords": [
  52. "std",
  53. "stdin",
  54. "stdio",
  55. "concat",
  56. "buffer",
  57. "stream",
  58. "process",
  59. "stream"
  60. ],
  61. "license": "MIT",
  62. "name": "get-stdin",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/get-stdin.git"
  66. },
  67. "scripts": {
  68. "test": "node test.js && node test-buffer.js && echo unicorns | node test-real.js"
  69. },
  70. "version": "4.0.1"
  71. }