package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "find-cache-dir@^3.3.1",
  3. "_id": "find-cache-dir@3.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
  6. "_location": "/find-cache-dir",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "find-cache-dir@^3.3.1",
  12. "name": "find-cache-dir",
  13. "escapedName": "find-cache-dir",
  14. "rawSpec": "^3.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.3.1"
  17. },
  18. "_requiredBy": [
  19. "/compression-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
  22. "_shasum": "b30c5b6eff0730731aea9bbd9dbecbd80256d64b",
  23. "_spec": "find-cache-dir@^3.3.1",
  24. "_where": "E:\\psy_web_share\\node_modules\\compression-webpack-plugin",
  25. "bugs": {
  26. "url": "https://github.com/avajs/find-cache-dir/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "commondir": "^1.0.1",
  31. "make-dir": "^3.0.2",
  32. "pkg-dir": "^4.1.0"
  33. },
  34. "deprecated": false,
  35. "description": "Finds the common standard cache directory",
  36. "devDependencies": {
  37. "ava": "^2.4.0",
  38. "coveralls": "^3.0.9",
  39. "del": "^4.0.0",
  40. "nyc": "^15.0.0",
  41. "tempy": "^0.4.0",
  42. "xo": "^0.25.3"
  43. },
  44. "engines": {
  45. "node": ">=8"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "funding": "https://github.com/avajs/find-cache-dir?sponsor=1",
  51. "homepage": "https://github.com/avajs/find-cache-dir#readme",
  52. "keywords": [
  53. "cache",
  54. "directory",
  55. "dir",
  56. "caching",
  57. "find",
  58. "search"
  59. ],
  60. "license": "MIT",
  61. "name": "find-cache-dir",
  62. "nyc": {
  63. "reporter": [
  64. "lcov",
  65. "text"
  66. ]
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/avajs/find-cache-dir.git"
  71. },
  72. "scripts": {
  73. "test": "xo && nyc ava"
  74. },
  75. "version": "3.3.2"
  76. }