package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "isexe@2.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "isexe@2.0.0",
  9. "_id": "isexe@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
  12. "_location": "/isexe",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "isexe@2.0.0",
  18. "name": "isexe",
  19. "escapedName": "isexe",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/which"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me",
  33. "url": "http://blog.izs.me/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/isaacs/isexe/issues"
  37. },
  38. "description": "Minimal module to check if a file is executable.",
  39. "devDependencies": {
  40. "mkdirp": "^0.5.1",
  41. "rimraf": "^2.5.0",
  42. "tap": "^10.3.0"
  43. },
  44. "directories": {
  45. "test": "test"
  46. },
  47. "homepage": "https://github.com/isaacs/isexe#readme",
  48. "keywords": [],
  49. "license": "ISC",
  50. "main": "index.js",
  51. "name": "isexe",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/isaacs/isexe.git"
  55. },
  56. "scripts": {
  57. "postpublish": "git push origin --all; git push origin --tags",
  58. "postversion": "npm publish",
  59. "preversion": "npm test",
  60. "test": "tap test/*.js --100"
  61. },
  62. "version": "2.0.0"
  63. }