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.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "into-stream@^3.1.0",
  3. "_id": "into-stream@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-lvsKk2wSur1v8XUqF9BWFqvQlMY=",
  6. "_location": "/into-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "into-stream@^3.1.0",
  12. "name": "into-stream",
  13. "escapedName": "into-stream",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-wrapper/got"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz",
  22. "_shasum": "96fb0a936c12babd6ff1752a17d05616abd094c6",
  23. "_spec": "into-stream@^3.1.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bin-wrapper\\node_modules\\got",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/into-stream/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "from2": "^2.1.1",
  36. "p-is-promise": "^1.1.0"
  37. },
  38. "deprecated": false,
  39. "description": "Convert a buffer/string/array/object/iterable/promise into a stream",
  40. "devDependencies": {
  41. "ava": "*",
  42. "get-stream": "^3.0.0",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/into-stream#readme",
  52. "keywords": [
  53. "stream",
  54. "buffer",
  55. "string",
  56. "object",
  57. "array",
  58. "iterable",
  59. "promise",
  60. "promises",
  61. "from",
  62. "into",
  63. "to",
  64. "transform",
  65. "convert",
  66. "readable",
  67. "pull",
  68. "gulpfriendly",
  69. "value",
  70. "str"
  71. ],
  72. "license": "MIT",
  73. "name": "into-stream",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/into-stream.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava"
  80. },
  81. "version": "3.1.0"
  82. }