package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "optimist@0.6.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "optimist@0.6.1",
  10. "_id": "optimist@0.6.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
  13. "_location": "/optimist",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "optimist@0.6.1",
  19. "name": "optimist",
  20. "escapedName": "optimist",
  21. "rawSpec": "0.6.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.6.1"
  24. },
  25. "_requiredBy": [
  26. "/karma",
  27. "/protractor"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
  30. "_spec": "0.6.1",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "James Halliday",
  34. "email": "mail@substack.net",
  35. "url": "http://substack.net"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/substack/node-optimist/issues"
  39. },
  40. "dependencies": {
  41. "minimist": "~0.0.1",
  42. "wordwrap": "~0.0.2"
  43. },
  44. "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
  45. "devDependencies": {
  46. "hashish": "~0.0.4",
  47. "tap": "~0.4.0"
  48. },
  49. "engine": {
  50. "node": ">=0.4"
  51. },
  52. "homepage": "https://github.com/substack/node-optimist#readme",
  53. "keywords": [
  54. "argument",
  55. "args",
  56. "option",
  57. "parser",
  58. "parsing",
  59. "cli",
  60. "command"
  61. ],
  62. "license": "MIT/X11",
  63. "main": "./index.js",
  64. "name": "optimist",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+ssh://git@github.com/substack/node-optimist.git"
  68. },
  69. "scripts": {
  70. "test": "tap ./test/*.js"
  71. },
  72. "version": "0.6.1"
  73. }