package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "v8-compile-cache@^2.0.3",
  3. "_id": "v8-compile-cache@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==",
  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": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz",
  22. "_shasum": "54bc3cdd43317bca91e35dcaf305b1a7237de745",
  23. "_spec": "v8-compile-cache@^2.0.3",
  24. "_where": "D:\\project\\persagy-web\\persagy-web-base\\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.23.1",
  38. "eslint": "^3.15.0",
  39. "flow-parser": "0.38.0",
  40. "rimraf": "^2.5.4",
  41. "rxjs": "5.2.0",
  42. "semver": "^5.3.0",
  43. "tap": "^10.1.1",
  44. "temp": "^0.8.3",
  45. "yarn": "0.20.3"
  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. "lint": "eslint --max-warnings=0 .",
  61. "posttest": "npm run lint",
  62. "test": "tap test/*-test.js"
  63. },
  64. "version": "2.1.1"
  65. }