package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "path-type@^4.0.0",
  3. "_id": "path-type@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  6. "_location": "/path-type",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-type@^4.0.0",
  12. "name": "path-type",
  13. "escapedName": "path-type",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cosmiconfig",
  20. "/dir-glob"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
  23. "_shasum": "84ed01c0a7ba380afe09d90a8c180dcd9d03043b",
  24. "_spec": "path-type@^4.0.0",
  25. "_where": "E:\\vue_project\\el-table-column\\node_modules\\dir-glob",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/path-type/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Check if a path is a file, directory, or symlink",
  37. "devDependencies": {
  38. "ava": "^1.3.1",
  39. "nyc": "^13.3.0",
  40. "tsd-check": "^0.3.0",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=8"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/path-type#readme",
  51. "keywords": [
  52. "path",
  53. "fs",
  54. "type",
  55. "is",
  56. "check",
  57. "directory",
  58. "dir",
  59. "file",
  60. "filepath",
  61. "symlink",
  62. "symbolic",
  63. "link",
  64. "stat",
  65. "stats",
  66. "filesystem"
  67. ],
  68. "license": "MIT",
  69. "name": "path-type",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/path-type.git"
  73. },
  74. "scripts": {
  75. "test": "xo && nyc ava && tsd-check"
  76. },
  77. "version": "4.0.0"
  78. }