package.json 1.6 KB

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