package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "find-cache-dir@2.1.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "find-cache-dir@2.1.0",
  9. "_id": "find-cache-dir@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==",
  12. "_location": "/find-cache-dir",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "find-cache-dir@2.1.0",
  18. "name": "find-cache-dir",
  19. "escapedName": "find-cache-dir",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/terser-webpack-plugin",
  26. "/uglifyjs-webpack-plugin"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "bugs": {
  32. "url": "https://github.com/avajs/find-cache-dir/issues"
  33. },
  34. "dependencies": {
  35. "commondir": "^1.0.1",
  36. "make-dir": "^2.0.0",
  37. "pkg-dir": "^3.0.0"
  38. },
  39. "description": "Finds the common standard cache directory",
  40. "devDependencies": {
  41. "ava": "^1.3.1",
  42. "coveralls": "^3.0.3",
  43. "del": "^4.0.0",
  44. "nyc": "^13.3.0",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/avajs/find-cache-dir#readme",
  54. "keywords": [
  55. "cache",
  56. "directory",
  57. "dir",
  58. "caching",
  59. "find",
  60. "search"
  61. ],
  62. "license": "MIT",
  63. "name": "find-cache-dir",
  64. "nyc": {
  65. "reporter": [
  66. "lcov",
  67. "text"
  68. ]
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/avajs/find-cache-dir.git"
  73. },
  74. "scripts": {
  75. "test": "xo && nyc ava"
  76. },
  77. "version": "2.1.0"
  78. }