package.json 1.9 KB

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