package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "optimist@~0.3.5",
  3. "_id": "optimist@0.3.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=",
  6. "_location": "/optimist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "optimist@~0.3.5",
  12. "name": "optimist",
  13. "escapedName": "optimist",
  14. "rawSpec": "~0.3.5",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.3.5"
  17. },
  18. "_requiredBy": [
  19. "/transformers/uglify-js"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
  22. "_shasum": "c90941ad59e4273328923074d2cf2e7cbc6ec0d9",
  23. "_spec": "optimist@~0.3.5",
  24. "_where": "C:\\FatboarProject\\express-server\\node_modules\\transformers\\node_modules\\uglify-js",
  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. "wordwrap": "~0.0.2"
  36. },
  37. "deprecated": false,
  38. "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
  39. "devDependencies": {
  40. "hashish": "~0.0.4",
  41. "tap": "~0.4.0"
  42. },
  43. "engine": {
  44. "node": ">=0.4"
  45. },
  46. "homepage": "https://github.com/substack/node-optimist#readme",
  47. "keywords": [
  48. "argument",
  49. "args",
  50. "option",
  51. "parser",
  52. "parsing",
  53. "cli",
  54. "command"
  55. ],
  56. "license": "MIT/X11",
  57. "main": "./index.js",
  58. "name": "optimist",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+ssh://git@github.com/substack/node-optimist.git"
  62. },
  63. "scripts": {
  64. "test": "tap ./test/*.js"
  65. },
  66. "version": "0.3.7"
  67. }