CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json50 linesDownload Raw Back to mimic-function
1{2	"name": "mimic-function",3	"version": "5.0.1",4	"description": "Make a function mimic another one",5	"license": "MIT",6	"repository": "sindresorhus/mimic-function",7	"funding": "https://github.com/sponsors/sindresorhus",8	"author": {9		"name": "Sindre Sorhus",10		"email": "sindresorhus@gmail.com",11		"url": "https://sindresorhus.com"12	},13	"type": "module",14	"exports": {15		"types": "./index.d.ts",16		"default": "./index.js"17	},18	"sideEffects": false,19	"engines": {20		"node": ">=18"21	},22	"scripts": {23		"test": "xo && ava && tsd"24	},25	"files": [26		"index.js",27		"index.d.ts"28	],29	"keywords": [30		"function",31		"mimic",32		"imitate",33		"rename",34		"copy",35		"inherit",36		"properties",37		"name",38		"func",39		"fn",40		"set",41		"infer",42		"change"43	],44	"devDependencies": {45		"ava": "^5.3.1",46		"tsd": "^0.29.0",47		"xo": "^0.56.0"48	}49}50 
basant307/AI_Governance_Project · CoolFace