package.json 1.8 KB

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