CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json19 linesDownload Raw Back to proto-list
1{2  "name": "proto-list",3  "version": "1.2.4",4  "description": "A utility for managing a prototype chain",5  "main": "./proto-list.js",6  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",7  "scripts": {8    "test": "tap test/*.js"9  },10  "repository": {11    "type": "git",12    "url": "https://github.com/isaacs/proto-list"13  },14  "license": "ISC",15  "devDependencies": {16    "tap": "0"17  }18}19 
basant307/AI_Governance_Project · CoolFace