package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "bl@^4.1.0",
  3. "_id": "bl@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
  6. "_location": "/bl",
  7. "_phantomChildren": {
  8. "base64-js": "1.3.1",
  9. "ieee754": "1.1.13",
  10. "string_decoder": "1.1.1",
  11. "util-deprecate": "1.0.2"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "bl@^4.1.0",
  17. "name": "bl",
  18. "escapedName": "bl",
  19. "rawSpec": "^4.1.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^4.1.0"
  22. },
  23. "_requiredBy": [
  24. "/devextreme-schematics/ora"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
  27. "_shasum": "451535264182bec2fbbc83a62ab98cf11d9f7b3a",
  28. "_spec": "bl@^4.1.0",
  29. "_where": "D:\\Thasleembanu\\Project\\Laps 2\\09-May-2023_Revathi\\BPM-UI\\node_modules\\devextreme-schematics\\node_modules\\ora",
  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. "bundleDependencies": false,
  39. "dependencies": {
  40. "buffer": "^5.5.0",
  41. "inherits": "^2.0.4",
  42. "readable-stream": "^3.4.0"
  43. },
  44. "deprecated": false,
  45. "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
  46. "devDependencies": {
  47. "faucet": "~0.0.1",
  48. "standard": "^14.3.0",
  49. "tape": "^4.11.0"
  50. },
  51. "homepage": "https://github.com/rvagg/bl",
  52. "keywords": [
  53. "buffer",
  54. "buffers",
  55. "stream",
  56. "awesomesauce"
  57. ],
  58. "license": "MIT",
  59. "main": "bl.js",
  60. "name": "bl",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/rvagg/bl.git"
  64. },
  65. "scripts": {
  66. "lint": "standard *.js test/*.js",
  67. "test": "npm run lint && node test/test.js | faucet"
  68. },
  69. "version": "4.1.0"
  70. }