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

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