[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / signaling_server / service / node_modules / buffer-alloc / package.json
1 {
2   "_args": [
3     [
4       "buffer-alloc@1.2.0",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "buffer-alloc@1.2.0",
9   "_id": "buffer-alloc@1.2.0",
10   "_inBundle": false,
11   "_integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==",
12   "_location": "/buffer-alloc",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "buffer-alloc@1.2.0",
18     "name": "buffer-alloc",
19     "escapedName": "buffer-alloc",
20     "rawSpec": "1.2.0",
21     "saveSpec": null,
22     "fetchSpec": "1.2.0"
23   },
24   "_requiredBy": [
25     "/qrcode"
26   ],
27   "_resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz",
28   "_spec": "1.2.0",
29   "_where": "/opt/source/offload.js",
30   "bugs": {
31     "url": "https://github.com/LinusU/buffer-alloc/issues"
32   },
33   "dependencies": {
34     "buffer-alloc-unsafe": "^1.1.0",
35     "buffer-fill": "^1.0.0"
36   },
37   "description": "A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.",
38   "devDependencies": {
39     "standard": "^7.1.2"
40   },
41   "files": [
42     "index.js"
43   ],
44   "homepage": "https://github.com/LinusU/buffer-alloc#readme",
45   "keywords": [
46     "alloc",
47     "allocate",
48     "buffer alloc",
49     "buffer allocate",
50     "buffer"
51   ],
52   "license": "MIT",
53   "name": "buffer-alloc",
54   "repository": {
55     "type": "git",
56     "url": "git+https://github.com/LinusU/buffer-alloc.git"
57   },
58   "scripts": {
59     "test": "standard && node test"
60   },
61   "version": "1.2.0"
62 }