package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "is-stream@1.1.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-stream@1.1.0",
  10. "_id": "is-stream@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==",
  13. "_location": "/is-stream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-stream@1.1.0",
  19. "name": "is-stream",
  20. "escapedName": "is-stream",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/execa",
  27. "/yorkie/execa"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/is-stream/issues"
  39. },
  40. "description": "Check if something is a Node.js stream",
  41. "devDependencies": {
  42. "ava": "*",
  43. "tempfile": "^1.1.0",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/is-stream#readme",
  53. "keywords": [
  54. "stream",
  55. "type",
  56. "streams",
  57. "writable",
  58. "readable",
  59. "duplex",
  60. "transform",
  61. "check",
  62. "detect",
  63. "is"
  64. ],
  65. "license": "MIT",
  66. "name": "is-stream",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/is-stream.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "1.1.0"
  75. }