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