package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. "/stylelint"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
  23. "_shasum": "2de19618c66dc247dcfb6f99338035d8245a2cee",
  24. "_spec": "v8-compile-cache@^2.0.3",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\eslint",
  26. "author": {
  27. "name": "Andres Suarez",
  28. "email": "zertosh@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/zertosh/v8-compile-cache/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Require hook for automatic V8 compile cache persistence",
  37. "devDependencies": {
  38. "babel-core": "6.26.3",
  39. "eslint": "^7.12.1",
  40. "flow-parser": "0.136.0",
  41. "rimraf": "^2.5.4",
  42. "rxjs": "6.6.3",
  43. "semver": "^5.3.0",
  44. "tap": "^9.0.0",
  45. "temp": "^0.8.3",
  46. "yarn": "1.22.10"
  47. },
  48. "files": [
  49. "v8-compile-cache.js"
  50. ],
  51. "homepage": "https://github.com/zertosh/v8-compile-cache#readme",
  52. "license": "MIT",
  53. "main": "v8-compile-cache.js",
  54. "name": "v8-compile-cache",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/zertosh/v8-compile-cache.git"
  58. },
  59. "scripts": {
  60. "bench": "bench/run.sh",
  61. "eslint": "eslint --max-warnings=0 .",
  62. "posttest": "npm run eslint",
  63. "tap": "tap test/*-test.js",
  64. "test": "npm run tap"
  65. },
  66. "version": "2.3.0"
  67. }