blob: a9c1b1828d69bf0d0843d03887fceb0a294c7b60 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "buffer-alloc@^1.2.0",
3 "_id": "buffer-alloc@1.2.0",
4 "_inBundle": false,
5 "_integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==",
6 "_location": "/buffer-alloc",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "buffer-alloc@^1.2.0",
12 "name": "buffer-alloc",
13 "escapedName": "buffer-alloc",
14 "rawSpec": "^1.2.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.2.0"
17 },
18 "_requiredBy": [
19 "/tar-stream"
20 ],
21 "_resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz",
22 "_shasum": "890dd90d923a873e08e10e5fd51a57e5b7cce0ec",
23 "_spec": "buffer-alloc@^1.2.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\tar-stream",
25 "bugs": {
26 "url": "https://github.com/LinusU/buffer-alloc/issues"
27 },
28 "bundleDependencies": false,
29 "dependencies": {
30 "buffer-alloc-unsafe": "^1.1.0",
31 "buffer-fill": "^1.0.0"
32 },
33 "deprecated": false,
34 "description": "A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.",
35 "devDependencies": {
36 "standard": "^7.1.2"
37 },
38 "files": [
39 "index.js"
40 ],
41 "homepage": "https://github.com/LinusU/buffer-alloc#readme",
42 "keywords": [
43 "alloc",
44 "allocate",
45 "buffer alloc",
46 "buffer allocate",
47 "buffer"
48 ],
49 "license": "MIT",
50 "name": "buffer-alloc",
51 "repository": {
52 "type": "git",
53 "url": "git+https://github.com/LinusU/buffer-alloc.git"
54 },
55 "scripts": {
56 "test": "standard && node test"
57 },
58 "version": "1.2.0"
59}