Regenerating node_modules

This commit is contained in:
Chris Raynor 2020-09-14 10:42:37 +01:00
parent 09b4a82c83
commit c96f84308a
No known key found for this signature in database
GPG key ID: 579A1FBC36FDA261
5488 changed files with 487362 additions and 60779 deletions

33
node_modules/v8-compile-cache/package.json generated vendored Normal file
View file

@ -0,0 +1,33 @@
{
"name": "v8-compile-cache",
"version": "2.1.1",
"description": "Require hook for automatic V8 compile cache persistence",
"main": "v8-compile-cache.js",
"scripts": {
"bench": "bench/run.sh",
"lint": "eslint --max-warnings=0 .",
"test": "tap test/*-test.js",
"posttest": "npm run lint"
},
"author": "Andres Suarez <zertosh@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/zertosh/v8-compile-cache.git"
},
"files": [
"v8-compile-cache.js"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-core": "6.23.1",
"eslint": "^3.15.0",
"flow-parser": "0.38.0",
"rimraf": "^2.5.4",
"rxjs": "5.2.0",
"semver": "^5.3.0",
"tap": "^10.1.1",
"temp": "^0.8.3",
"yarn": "0.20.3"
}
}