package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "optimist@~0.6.0",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/tslint"
  6. ]
  7. ],
  8. "_from": "optimist@>=0.6.0 <0.7.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/optimist",
  13. "_npmUser": {
  14. "email": "[email protected]",
  15. "name": "substack"
  16. },
  17. "_npmVersion": "1.3.21",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "optimist",
  21. "raw": "optimist@~0.6.0",
  22. "rawSpec": "~0.6.0",
  23. "scope": null,
  24. "spec": ">=0.6.0 <0.7.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/tslint"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
  31. "_shasum": "da3ea74686fa21a19a111c326e90eb15a0196686",
  32. "_shrinkwrap": null,
  33. "_spec": "optimist@~0.6.0",
  34. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/tslint",
  35. "author": {
  36. "email": "[email protected]",
  37. "name": "James Halliday",
  38. "url": "http://substack.net"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/substack/node-optimist/issues"
  42. },
  43. "dependencies": {
  44. "minimist": "~0.0.1",
  45. "wordwrap": "~0.0.2"
  46. },
  47. "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
  48. "devDependencies": {
  49. "hashish": "~0.0.4",
  50. "tap": "~0.4.0"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "da3ea74686fa21a19a111c326e90eb15a0196686",
  55. "tarball": "http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz"
  56. },
  57. "engine": {
  58. "node": ">=0.4"
  59. },
  60. "homepage": "https://github.com/substack/node-optimist",
  61. "keywords": [
  62. "args",
  63. "argument",
  64. "cli",
  65. "command",
  66. "option",
  67. "parser",
  68. "parsing"
  69. ],
  70. "license": "MIT/X11",
  71. "main": "./index.js",
  72. "maintainers": [
  73. {
  74. "name": "substack",
  75. "email": "[email protected]"
  76. }
  77. ],
  78. "name": "optimist",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+ssh://[email protected]/substack/node-optimist.git"
  84. },
  85. "scripts": {
  86. "test": "tap ./test/*.js"
  87. },
  88. "version": "0.6.1"
  89. }