package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "yn@2.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yn@2.0.0",
  10. "_id": "yn@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-5a2ryKz0CPY4X8dklWhMiOavaJo=",
  13. "_location": "/yn",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "yn@2.0.0",
  20. "name": "yn",
  21. "escapedName": "yn",
  22. "rawSpec": "2.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "2.0.0"
  25. },
  26. "_requiredBy": [
  27. "/ts-node"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/yn/-/yn-2.0.0.tgz",
  30. "_spec": "2.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": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/yn/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Justin Woo",
  43. "email": "moomoowoo@gmail.com"
  44. },
  45. {
  46. "name": "Mark Stosberg",
  47. "email": "mark@rideamigos.com"
  48. }
  49. ],
  50. "description": "Parse yes/no like values",
  51. "devDependencies": {
  52. "ava": "*",
  53. "xo": "*"
  54. },
  55. "engines": {
  56. "node": ">=4"
  57. },
  58. "files": [
  59. "index.js",
  60. "lenient.js"
  61. ],
  62. "homepage": "https://github.com/sindresorhus/yn#readme",
  63. "keywords": [
  64. "yn",
  65. "yes",
  66. "no",
  67. "cli",
  68. "prompt",
  69. "validate",
  70. "input",
  71. "answer",
  72. "true",
  73. "false",
  74. "parse",
  75. "lenient"
  76. ],
  77. "license": "MIT",
  78. "name": "yn",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/sindresorhus/yn.git"
  82. },
  83. "scripts": {
  84. "test": "xo && ava"
  85. },
  86. "version": "2.0.0"
  87. }