package.json 1.5 KB

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