source: trip-planner-front/node_modules/string_decoder/node_modules/safe-buffer/package.json

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

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