package.json 1.8 KB

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