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.
 
 
 
 

73 lines
1.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "is-path-inside@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-inside@1.0.1",
  9. "_id": "is-path-inside@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
  12. "_location": "/is-path-inside",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-path-inside@1.0.1",
  18. "name": "is-path-inside",
  19. "escapedName": "is-path-inside",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/is-path-in-cwd"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-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": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/is-path-inside/issues"
  37. },
  38. "dependencies": {
  39. "path-is-inside": "^1.0.1"
  40. },
  41. "description": "Check if a path is inside another path",
  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/is-path-inside#readme",
  53. "keywords": [
  54. "path",
  55. "inside",
  56. "folder",
  57. "directory",
  58. "dir",
  59. "file",
  60. "resolve"
  61. ],
  62. "license": "MIT",
  63. "name": "is-path-inside",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/is-path-inside.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "version": "1.0.1"
  72. }