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