You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "is-path-in-cwd@1.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "is-path-in-cwd@1.0.1",
  9. "_id": "is-path-in-cwd@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==",
  12. "_location": "/is-path-in-cwd",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-path-in-cwd@1.0.1",
  18. "name": "is-path-in-cwd",
  19. "escapedName": "is-path-in-cwd",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/del"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz",
  28. "_spec": "1.0.1",
  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-in-cwd/issues"
  37. },
  38. "dependencies": {
  39. "is-path-inside": "^1.0.0"
  40. },
  41. "description": "Check if a path is in the current working directory",
  42. "devDependencies": {
  43. "mocha": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/is-path-in-cwd#readme",
  52. "keywords": [
  53. "path",
  54. "cwd",
  55. "pwd",
  56. "check",
  57. "filepath",
  58. "file",
  59. "folder",
  60. "in",
  61. "inside"
  62. ],
  63. "license": "MIT",
  64. "name": "is-path-in-cwd",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/is-path-in-cwd.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "version": "1.0.1"
  73. }