blob: 109a57072fca322a9813fe21b7195aca3971b03e [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "bl@^1.0.0",
3 "_id": "bl@1.2.3",
4 "_inBundle": false,
5 "_integrity": "sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==",
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.3.tgz",
22 "_shasum": "1e8dd80142eac80d7158c9dccc047fb620e035e7",
23 "_spec": "bl@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\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.3"
63}