package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "is-path-inside@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-path-inside@1.0.1",
  10. "_id": "is-path-inside@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
  13. "_location": "/is-path-inside",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "is-path-inside@1.0.1",
  20. "name": "is-path-inside",
  21. "escapedName": "is-path-inside",
  22. "rawSpec": "1.0.1",
  23. "saveSpec": null,
  24. "fetchSpec": "1.0.1"
  25. },
  26. "_requiredBy": [
  27. "/is-path-in-cwd"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/is-path-inside/issues"
  39. },
  40. "dependencies": {
  41. "path-is-inside": "^1.0.1"
  42. },
  43. "description": "Check if a path is inside another path",
  44. "devDependencies": {
  45. "ava": "*",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/is-path-inside#readme",
  55. "keywords": [
  56. "path",
  57. "inside",
  58. "folder",
  59. "directory",
  60. "dir",
  61. "file",
  62. "resolve"
  63. ],
  64. "license": "MIT",
  65. "name": "is-path-inside",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/is-path-inside.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava"
  72. },
  73. "version": "1.0.1"
  74. }