package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "find-cache-dir@^2.1.0",
  3. "_id": "find-cache-dir@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==",
  6. "_location": "/find-cache-dir",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "find-cache-dir@^2.1.0",
  12. "name": "find-cache-dir",
  13. "escapedName": "find-cache-dir",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/register",
  20. "/terser-webpack-plugin",
  21. "/uglifyjs-webpack-plugin"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
  24. "_shasum": "8d0f94cd13fe43c6c7c261a0d86115ca918c05f7",
  25. "_spec": "find-cache-dir@^2.1.0",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\uglifyjs-webpack-plugin",
  27. "bugs": {
  28. "url": "https://github.com/avajs/find-cache-dir/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "commondir": "^1.0.1",
  33. "make-dir": "^2.0.0",
  34. "pkg-dir": "^3.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Finds the common standard cache directory",
  38. "devDependencies": {
  39. "ava": "^1.3.1",
  40. "coveralls": "^3.0.3",
  41. "del": "^4.0.0",
  42. "nyc": "^13.3.0",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  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": "2.1.0"
  76. }