package.json 1.7 KB

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