package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "optimist@0.6.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "optimist@0.6.1",
  10. "_id": "optimist@0.6.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-snN4O4TkigujZphWLN0E//nQmm7790RYaE53DdL7ZYwee2D8DDo9/EyYiKUfN3rneWUjhJnueija3G9I2i0h3g==",
  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. "/nightwatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
  29. "_spec": "0.6.1",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/substack/node-optimist/issues"
  38. },
  39. "dependencies": {
  40. "minimist": "~0.0.1",
  41. "wordwrap": "~0.0.2"
  42. },
  43. "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
  44. "devDependencies": {
  45. "hashish": "~0.0.4",
  46. "tap": "~0.4.0"
  47. },
  48. "engine": {
  49. "node": ">=0.4"
  50. },
  51. "homepage": "https://github.com/substack/node-optimist#readme",
  52. "keywords": [
  53. "argument",
  54. "args",
  55. "option",
  56. "parser",
  57. "parsing",
  58. "cli",
  59. "command"
  60. ],
  61. "license": "MIT/X11",
  62. "main": "./index.js",
  63. "name": "optimist",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+ssh://git@github.com/substack/node-optimist.git"
  67. },
  68. "scripts": {
  69. "test": "tap ./test/*.js"
  70. },
  71. "version": "0.6.1"
  72. }