Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

76 wiersze
1.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "path-exists@2.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "path-exists@2.1.0",
  9. "_id": "path-exists@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
  12. "_location": "/path-exists",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "path-exists@2.1.0",
  18. "name": "path-exists",
  19. "escapedName": "path-exists",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/find-up"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/path-exists/issues"
  37. },
  38. "dependencies": {
  39. "pinkie-promise": "^2.0.0"
  40. },
  41. "description": "Check if a path exists",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/path-exists#readme",
  53. "keywords": [
  54. "path",
  55. "exists",
  56. "exist",
  57. "file",
  58. "filepath",
  59. "fs",
  60. "filesystem",
  61. "file-system",
  62. "access",
  63. "stat"
  64. ],
  65. "license": "MIT",
  66. "name": "path-exists",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/path-exists.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "2.1.0"
  75. }