time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

package.json (753B)


      1 {
      2 	"name": "mimic-fn",
      3 	"version": "4.0.0",
      4 	"description": "Make a function mimic another one",
      5 	"license": "MIT",
      6 	"repository": "sindresorhus/mimic-fn",
      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": "./index.js",
     15 	"engines": {
     16 		"node": ">=12"
     17 	},
     18 	"scripts": {
     19 		"test": "xo && ava && tsd"
     20 	},
     21 	"files": [
     22 		"index.js",
     23 		"index.d.ts"
     24 	],
     25 	"keywords": [
     26 		"function",
     27 		"mimic",
     28 		"imitate",
     29 		"rename",
     30 		"copy",
     31 		"inherit",
     32 		"properties",
     33 		"name",
     34 		"func",
     35 		"fn",
     36 		"set",
     37 		"infer",
     38 		"change"
     39 	],
     40 	"devDependencies": {
     41 		"ava": "^3.15.0",
     42 		"tsd": "^0.14.0",
     43 		"xo": "^0.38.2"
     44 	}
     45 }