package.json 832 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "v8-compile-cache",
  3. "version": "2.3.0",
  4. "description": "Require hook for automatic V8 compile cache persistence",
  5. "main": "v8-compile-cache.js",
  6. "scripts": {
  7. "bench": "bench/run.sh",
  8. "eslint": "eslint --max-warnings=0 .",
  9. "tap": "tap test/*-test.js",
  10. "test": "npm run tap",
  11. "posttest": "npm run eslint"
  12. },
  13. "author": "Andres Suarez <zertosh@gmail.com>",
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/zertosh/v8-compile-cache.git"
  17. },
  18. "files": [
  19. "v8-compile-cache.js"
  20. ],
  21. "license": "MIT",
  22. "dependencies": {},
  23. "devDependencies": {
  24. "babel-core": "6.26.3",
  25. "eslint": "^7.12.1",
  26. "flow-parser": "0.136.0",
  27. "rimraf": "^2.5.4",
  28. "rxjs": "6.6.3",
  29. "semver": "^5.3.0",
  30. "tap": "^9.0.0",
  31. "temp": "^0.8.3",
  32. "yarn": "1.22.10"
  33. }
  34. }