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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "bl@^1.0.0",
  3. "_id": "bl@1.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==",
  6. "_location": "/bl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bl@^1.0.0",
  12. "name": "bl",
  13. "escapedName": "bl",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/tar-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bl/-/bl-1.2.2.tgz",
  22. "_shasum": "a160911717103c07410cef63ef51b397c025af9c",
  23. "_spec": "bl@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\tar-stream",
  25. "authors": [
  26. "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
  27. "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
  28. "Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)"
  29. ],
  30. "bugs": {
  31. "url": "https://github.com/rvagg/bl/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "readable-stream": "^2.3.5",
  36. "safe-buffer": "^5.1.1"
  37. },
  38. "deprecated": false,
  39. "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
  40. "devDependencies": {
  41. "faucet": "0.0.1",
  42. "hash_file": "~0.1.1",
  43. "tape": "~4.9.0"
  44. },
  45. "homepage": "https://github.com/rvagg/bl",
  46. "keywords": [
  47. "buffer",
  48. "buffers",
  49. "stream",
  50. "awesomesauce"
  51. ],
  52. "license": "MIT",
  53. "main": "bl.js",
  54. "name": "bl",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/rvagg/bl.git"
  58. },
  59. "scripts": {
  60. "test": "node test/test.js | faucet"
  61. },
  62. "version": "1.2.2"
  63. }