package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "npm-normalize-package-bin@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "npm-normalize-package-bin@1.0.1",
  10. "_id": "npm-normalize-package-bin@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==",
  13. "_location": "/npm-normalize-package-bin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "npm-normalize-package-bin@1.0.1",
  19. "name": "npm-normalize-package-bin",
  20. "escapedName": "npm-normalize-package-bin",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/npm-bundled",
  27. "/npm-packlist",
  28. "/read-package-json"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz",
  31. "_spec": "1.0.1",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Isaac Z. Schlueter",
  35. "email": "i@izs.me",
  36. "url": "https://izs.me"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/npm/npm-normalize-package-bin/issues"
  40. },
  41. "description": "Turn any flavor of allowable package.json bin into a normalized object",
  42. "devDependencies": {
  43. "tap": "^14.10.2"
  44. },
  45. "homepage": "https://github.com/npm/npm-normalize-package-bin#readme",
  46. "license": "ISC",
  47. "name": "npm-normalize-package-bin",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/npm/npm-normalize-package-bin.git"
  51. },
  52. "scripts": {
  53. "postpublish": "git push origin --follow-tags",
  54. "postversion": "npm publish",
  55. "preversion": "npm test",
  56. "snap": "tap",
  57. "test": "tap"
  58. },
  59. "tap": {
  60. "check-coverage": true
  61. },
  62. "version": "1.0.1"
  63. }