source: trip-planner-front/node_modules/safe-buffer/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "safe-buffer@5.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "safe-buffer@5.1.2",
10 "_id": "safe-buffer@5.1.2",
11 "_inBundle": false,
12 "_integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
13 "_location": "/safe-buffer",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "safe-buffer@5.1.2",
19 "name": "safe-buffer",
20 "escapedName": "safe-buffer",
21 "rawSpec": "5.1.2",
22 "saveSpec": null,
23 "fetchSpec": "5.1.2"
24 },
25 "_requiredBy": [
26 "/are-we-there-yet/readable-stream",
27 "/are-we-there-yet/string_decoder",
28 "/compression",
29 "/content-disposition",
30 "/convert-source-map",
31 "/dns-packet",
32 "/express",
33 "/hpack.js/readable-stream",
34 "/hpack.js/string_decoder",
35 "/memory-fs/readable-stream",
36 "/memory-fs/string_decoder",
37 "/randombytes",
38 "/request",
39 "/tunnel-agent",
40 "/webpack-dev-server/readable-stream",
41 "/webpack-dev-server/string_decoder",
42 "/websocket-driver"
43 ],
44 "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
45 "_spec": "5.1.2",
46 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
47 "author": {
48 "name": "Feross Aboukhadijeh",
49 "email": "feross@feross.org",
50 "url": "http://feross.org"
51 },
52 "bugs": {
53 "url": "https://github.com/feross/safe-buffer/issues"
54 },
55 "description": "Safer Node.js Buffer API",
56 "devDependencies": {
57 "standard": "*",
58 "tape": "^4.0.0"
59 },
60 "homepage": "https://github.com/feross/safe-buffer",
61 "keywords": [
62 "buffer",
63 "buffer allocate",
64 "node security",
65 "safe",
66 "safe-buffer",
67 "security",
68 "uninitialized"
69 ],
70 "license": "MIT",
71 "main": "index.js",
72 "name": "safe-buffer",
73 "repository": {
74 "type": "git",
75 "url": "git://github.com/feross/safe-buffer.git"
76 },
77 "scripts": {
78 "test": "standard && tape test/*.js"
79 },
80 "types": "index.d.ts",
81 "version": "5.1.2"
82}
Note: See TracBrowser for help on using the repository browser.