説明なし

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "is-stream@^2.0.0",
  3. "_id": "is-stream@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  6. "_location": "/is-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-stream@^2.0.0",
  12. "name": "is-stream",
  13. "escapedName": "is-stream",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/execa"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  22. "_shasum": "fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077",
  23. "_spec": "is-stream@^2.0.0",
  24. "_where": "/Users/alexmanuel/MyApp/node_modules/execa",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-stream/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if something is a Node.js stream",
  36. "devDependencies": {
  37. "@types/node": "^11.13.6",
  38. "ava": "^1.4.1",
  39. "tempy": "^0.3.0",
  40. "tsd": "^0.7.2",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=8"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "funding": "https://github.com/sponsors/sindresorhus",
  51. "homepage": "https://github.com/sindresorhus/is-stream#readme",
  52. "keywords": [
  53. "stream",
  54. "type",
  55. "streams",
  56. "writable",
  57. "readable",
  58. "duplex",
  59. "transform",
  60. "check",
  61. "detect",
  62. "is"
  63. ],
  64. "license": "MIT",
  65. "name": "is-stream",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/is-stream.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava && tsd"
  72. },
  73. "version": "2.0.1"
  74. }