package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "which@1.3.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "which@1.3.1",
  9. "_id": "which@1.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  12. "_location": "/which",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "which@1.3.1",
  18. "name": "which",
  19. "escapedName": "which",
  20. "rawSpec": "1.3.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.1"
  23. },
  24. "_requiredBy": [
  25. "/@angular/compiler-cli/cross-spawn",
  26. "/cross-spawn",
  27. "/execa/cross-spawn",
  28. "/karma-chrome-launcher",
  29. "/node-gyp",
  30. "/pacote"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  33. "_spec": "1.3.1",
  34. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  35. "author": {
  36. "name": "Isaac Z. Schlueter",
  37. "email": "i@izs.me",
  38. "url": "http://blog.izs.me"
  39. },
  40. "bin": {
  41. "which": "./bin/which"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/isaacs/node-which/issues"
  45. },
  46. "dependencies": {
  47. "isexe": "^2.0.0"
  48. },
  49. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  50. "devDependencies": {
  51. "mkdirp": "^0.5.0",
  52. "rimraf": "^2.6.2",
  53. "tap": "^12.0.1"
  54. },
  55. "files": [
  56. "which.js",
  57. "bin/which"
  58. ],
  59. "homepage": "https://github.com/isaacs/node-which#readme",
  60. "license": "ISC",
  61. "main": "which.js",
  62. "name": "which",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/isaacs/node-which.git"
  66. },
  67. "scripts": {
  68. "changelog": "bash gen-changelog.sh",
  69. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  70. "test": "tap test/*.js --cov"
  71. },
  72. "version": "1.3.1"
  73. }