package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "v8-compile-cache@^2.0.3",
  3. "_id": "v8-compile-cache@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==",
  6. "_location": "/v8-compile-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "v8-compile-cache@^2.0.3",
  12. "name": "v8-compile-cache",
  13. "escapedName": "v8-compile-cache",
  14. "rawSpec": "^2.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.3"
  17. },
  18. "_requiredBy": [
  19. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
  22. "_shasum": "2de19618c66dc247dcfb6f99338035d8245a2cee",
  23. "_spec": "v8-compile-cache@^2.0.3",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eslint",
  25. "author": {
  26. "name": "Andres Suarez",
  27. "email": "zertosh@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/zertosh/v8-compile-cache/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Require hook for automatic V8 compile cache persistence",
  36. "devDependencies": {
  37. "babel-core": "6.26.3",
  38. "eslint": "^7.12.1",
  39. "flow-parser": "0.136.0",
  40. "rimraf": "^2.5.4",
  41. "rxjs": "6.6.3",
  42. "semver": "^5.3.0",
  43. "tap": "^9.0.0",
  44. "temp": "^0.8.3",
  45. "yarn": "1.22.10"
  46. },
  47. "files": [
  48. "v8-compile-cache.js"
  49. ],
  50. "homepage": "https://github.com/zertosh/v8-compile-cache#readme",
  51. "license": "MIT",
  52. "main": "v8-compile-cache.js",
  53. "name": "v8-compile-cache",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/zertosh/v8-compile-cache.git"
  57. },
  58. "scripts": {
  59. "bench": "bench/run.sh",
  60. "eslint": "eslint --max-warnings=0 .",
  61. "posttest": "npm run eslint",
  62. "tap": "tap test/*-test.js",
  63. "test": "npm run tap"
  64. },
  65. "version": "2.3.0"
  66. }