Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

70 строки
1.8 KiB

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