source: imaps-frontend/node_modules/safe-buffer/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_from": "safe-buffer@^5.1.0",
3 "_id": "safe-buffer@5.2.1",
4 "_inBundle": false,
5 "_integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
6 "_location": "/safe-buffer",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "safe-buffer@^5.1.0",
12 "name": "safe-buffer",
13 "escapedName": "safe-buffer",
14 "rawSpec": "^5.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^5.1.0"
17 },
18 "_requiredBy": [
19 "/randombytes"
20 ],
21 "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
22 "_shasum": "1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6",
23 "_spec": "safe-buffer@^5.1.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/randombytes",
25 "author": {
26 "name": "Feross Aboukhadijeh",
27 "email": "feross@feross.org",
28 "url": "https://feross.org"
29 },
30 "bugs": {
31 "url": "https://github.com/feross/safe-buffer/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Safer Node.js Buffer API",
36 "devDependencies": {
37 "standard": "*",
38 "tape": "^5.0.0"
39 },
40 "funding": [
41 {
42 "type": "github",
43 "url": "https://github.com/sponsors/feross"
44 },
45 {
46 "type": "patreon",
47 "url": "https://www.patreon.com/feross"
48 },
49 {
50 "type": "consulting",
51 "url": "https://feross.org/support"
52 }
53 ],
54 "homepage": "https://github.com/feross/safe-buffer",
55 "keywords": [
56 "buffer",
57 "buffer allocate",
58 "node security",
59 "safe",
60 "safe-buffer",
61 "security",
62 "uninitialized"
63 ],
64 "license": "MIT",
65 "main": "index.js",
66 "name": "safe-buffer",
67 "repository": {
68 "type": "git",
69 "url": "git://github.com/feross/safe-buffer.git"
70 },
71 "scripts": {
72 "test": "standard && tape test/*.js"
73 },
74 "types": "index.d.ts",
75 "version": "5.2.1"
76}
Note: See TracBrowser for help on using the repository browser.