Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/safe-buffer/

LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/safe-buffer/LICENSE
330 Views
0 Comments
The MIT License (MIT)

Copyright (c) Feross Aboukhadijeh

Permission is hereby granted, free of charge, to any person obtaining
README.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/safe-buffer/README.md
220 Views
0 Comments
# safe-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]
index.d.ts /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/safe-buffer/index.d.ts
148 Views
0 Comments
declare module "safe-buffer" {
export class Buffer {
length: number
write(string: string, offset?: number, length?: nu
index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/safe-buffer/index.js
160 Views
0 Comments
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
/* eslint-disable node/no-deprecated-api */
package.json /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/safe-buffer/package.json
145 Views
0 Comments
{
"name": "safe-buffer",
"description": "Safer Node.js Buffer API",
"version": "5.2.1",
"author": {
"name": "Feross