time-to-botec

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

package.json (852B)


      1 {
      2 	"name": "npm-run-path",
      3 	"version": "5.1.0",
      4 	"description": "Get your PATH prepended with locally installed binaries",
      5 	"license": "MIT",
      6 	"repository": "sindresorhus/npm-run-path",
      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.20.0 || ^14.13.1 || >=16.0.0"
     17 	},
     18 	"scripts": {
     19 		"test": "xo && ava && tsd"
     20 	},
     21 	"files": [
     22 		"index.js",
     23 		"index.d.ts"
     24 	],
     25 	"keywords": [
     26 		"npm",
     27 		"run",
     28 		"path",
     29 		"package",
     30 		"bin",
     31 		"binary",
     32 		"binaries",
     33 		"script",
     34 		"cli",
     35 		"command-line",
     36 		"execute",
     37 		"executable"
     38 	],
     39 	"dependencies": {
     40 		"path-key": "^4.0.0"
     41 	},
     42 	"devDependencies": {
     43 		"ava": "^3.15.0",
     44 		"tsd": "^0.17.0",
     45 		"xo": "^0.45.0"
     46 	}
     47 }