package.json 1.6 KB

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