mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-25 13:31:24 +01:00
merge completed... now to fix all the bugs...
This commit is contained in:
commit
87c4d80fbc
3472 changed files with 466748 additions and 6517 deletions
34
node_modules/v8-compile-cache/package.json
generated
vendored
Normal file
34
node_modules/v8-compile-cache/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"name": "v8-compile-cache",
|
||||
"version": "2.3.0",
|
||||
"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": "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.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