CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json22 linesDownload Raw Back to utf8
1{
2  "name": "@protobufjs/utf8",
3  "description": "A minimal UTF8 implementation for number arrays.",
4  "version": "1.1.1",
5  "author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
6  "repository": {
7    "type": "git",
8    "url": "https://github.com/dcodeIO/protobuf.js.git"
9  },
10  "license": "BSD-3-Clause",
11  "main": "index.js",
12  "types": "index.d.ts",
13  "devDependencies": {
14    "istanbul": "^0.4.5",
15    "tape": "^5.0.0"
16  },
17  "scripts": {
18    "test": "tape tests/*.js",
19    "coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js"
20  }
21}
22 
basant307/AI_Governance_Project · CoolFace