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.

3 lat temu
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "is-path-cwd@1.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "is-path-cwd@1.0.0",
  9. "_id": "is-path-cwd@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=",
  12. "_location": "/is-path-cwd",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-path-cwd@1.0.0",
  18. "name": "is-path-cwd",
  19. "escapedName": "is-path-cwd",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/del"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
  28. "_spec": "1.0.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": "http://sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/is-path-cwd/issues"
  37. },
  38. "description": "Check if a path is CWD",
  39. "devDependencies": {
  40. "mocha": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/is-path-cwd#readme",
  49. "keywords": [
  50. "path",
  51. "cwd",
  52. "pwd",
  53. "check",
  54. "filepath",
  55. "file",
  56. "folder"
  57. ],
  58. "license": "MIT",
  59. "name": "is-path-cwd",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/sindresorhus/is-path-cwd.git"
  63. },
  64. "scripts": {
  65. "test": "mocha"
  66. },
  67. "version": "1.0.0"
  68. }