package.json 1.7 KB

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