package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "is-path-in-cwd@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-path-in-cwd@1.0.1",
  10. "_id": "is-path-in-cwd@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==",
  13. "_location": "/is-path-in-cwd",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "is-path-in-cwd@1.0.1",
  20. "name": "is-path-in-cwd",
  21. "escapedName": "is-path-in-cwd",
  22. "rawSpec": "1.0.1",
  23. "saveSpec": null,
  24. "fetchSpec": "1.0.1"
  25. },
  26. "_requiredBy": [
  27. "/del"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-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": "http://sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/is-path-in-cwd/issues"
  39. },
  40. "dependencies": {
  41. "is-path-inside": "^1.0.0"
  42. },
  43. "description": "Check if a path is in the current working directory",
  44. "devDependencies": {
  45. "mocha": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/is-path-in-cwd#readme",
  54. "keywords": [
  55. "path",
  56. "cwd",
  57. "pwd",
  58. "check",
  59. "filepath",
  60. "file",
  61. "folder",
  62. "in",
  63. "inside"
  64. ],
  65. "license": "MIT",
  66. "name": "is-path-in-cwd",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/is-path-in-cwd.git"
  70. },
  71. "scripts": {
  72. "test": "mocha"
  73. },
  74. "version": "1.0.1"
  75. }