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