You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "is-stream@^1.1.0",
  3. "_id": "is-stream@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
  6. "_location": "/is-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-stream@^1.1.0",
  12. "name": "is-stream",
  13. "escapedName": "is-stream",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-version/execa",
  20. "/decompress-tar",
  21. "/decompress-tarbz2",
  22. "/decompress-targz",
  23. "/execa",
  24. "/gifsicle/execa",
  25. "/got",
  26. "/pngquant-bin/execa"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
  29. "_shasum": "12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44",
  30. "_spec": "is-stream@^1.1.0",
  31. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\execa",
  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. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "Check if something is a Node.js stream",
  43. "devDependencies": {
  44. "ava": "*",
  45. "tempfile": "^1.1.0",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/is-stream#readme",
  55. "keywords": [
  56. "stream",
  57. "type",
  58. "streams",
  59. "writable",
  60. "readable",
  61. "duplex",
  62. "transform",
  63. "check",
  64. "detect",
  65. "is"
  66. ],
  67. "license": "MIT",
  68. "name": "is-stream",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/is-stream.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "1.1.0"
  77. }