mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-19 21:18:22 +02:00
Next release of setup-bun
This commit is contained in:
parent
ed9eb0969c
commit
9c14b74b45
1082 changed files with 242557 additions and 173810 deletions
35
node_modules/v8-compile-cache-lib/package.json
generated
vendored
Normal file
35
node_modules/v8-compile-cache-lib/package.json
generated
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "v8-compile-cache-lib",
|
||||
"version": "3.0.1",
|
||||
"description": "Require hook for automatic V8 compile cache persistence",
|
||||
"main": "v8-compile-cache.js",
|
||||
"scripts": {
|
||||
"bench": "bench/run.sh",
|
||||
"eslint": "eslint --max-warnings=0 .",
|
||||
"tap": "tap test/*-test.js",
|
||||
"test": "npm run tap",
|
||||
"posttest": "npm run eslint"
|
||||
},
|
||||
"author": "Andrew Bradley <cspotcode@gmail.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cspotcode/v8-compile-cache-lib.git"
|
||||
},
|
||||
"files": [
|
||||
"v8-compile-cache.d.ts",
|
||||
"v8-compile-cache.js"
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"babel-core": "6.26.3",
|
||||
"eslint": "^7.12.1",
|
||||
"flow-parser": "0.136.0",
|
||||
"rimraf": "^2.5.4",
|
||||
"rxjs": "6.6.3",
|
||||
"semver": "^5.3.0",
|
||||
"tap": "^9.0.0",
|
||||
"temp": "^0.8.3",
|
||||
"yarn": "1.22.10"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue