package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "find-cache-dir@3.3.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "find-cache-dir@3.3.2",
  10. "_id": "find-cache-dir@3.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-swxbbv8HMHMa6pu9nb7L2AJW1ks=",
  13. "_location": "/find-cache-dir",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "find-cache-dir@3.3.2",
  19. "name": "find-cache-dir",
  20. "escapedName": "find-cache-dir",
  21. "rawSpec": "3.3.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.3.2"
  24. },
  25. "_requiredBy": [
  26. "/babel-loader",
  27. "/cache-loader"
  28. ],
  29. "_resolved": "https://registry.nlark.com/find-cache-dir/download/find-cache-dir-3.3.2.tgz",
  30. "_spec": "3.3.2",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "bugs": {
  33. "url": "https://github.com/avajs/find-cache-dir/issues"
  34. },
  35. "dependencies": {
  36. "commondir": "^1.0.1",
  37. "make-dir": "^3.0.2",
  38. "pkg-dir": "^4.1.0"
  39. },
  40. "description": "Finds the common standard cache directory",
  41. "devDependencies": {
  42. "ava": "^2.4.0",
  43. "coveralls": "^3.0.9",
  44. "del": "^4.0.0",
  45. "nyc": "^15.0.0",
  46. "tempy": "^0.4.0",
  47. "xo": "^0.25.3"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "funding": "https://github.com/avajs/find-cache-dir?sponsor=1",
  56. "homepage": "https://github.com/avajs/find-cache-dir#readme",
  57. "keywords": [
  58. "cache",
  59. "directory",
  60. "dir",
  61. "caching",
  62. "find",
  63. "search"
  64. ],
  65. "license": "MIT",
  66. "name": "find-cache-dir",
  67. "nyc": {
  68. "reporter": [
  69. "lcov",
  70. "text"
  71. ]
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/avajs/find-cache-dir.git"
  76. },
  77. "scripts": {
  78. "test": "xo && nyc ava"
  79. },
  80. "version": "3.3.2"
  81. }