You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "commander@~2.8.1",
  3. "_id": "commander@2.8.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=",
  6. "_location": "/commander",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "commander@~2.8.1",
  12. "name": "commander",
  13. "escapedName": "commander",
  14. "rawSpec": "~2.8.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.8.1"
  17. },
  18. "_requiredBy": [
  19. "/seek-bzip"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz",
  22. "_shasum": "06be367febfda0c330aa1e2a072d3dc9762425d4",
  23. "_spec": "commander@~2.8.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\seek-bzip",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/tj/commander.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "graceful-readlink": ">= 1.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "the complete solution for node.js command-line programs",
  38. "devDependencies": {
  39. "should": ">= 0.0.1",
  40. "sinon": ">= 1.14.1"
  41. },
  42. "engines": {
  43. "node": ">= 0.6.x"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/tj/commander.js#readme",
  49. "keywords": [
  50. "command",
  51. "option",
  52. "parser"
  53. ],
  54. "license": "MIT",
  55. "main": "index",
  56. "name": "commander",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/tj/commander.js.git"
  60. },
  61. "scripts": {
  62. "test": "make test"
  63. },
  64. "version": "2.8.1"
  65. }