package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "_from": "optjs@~3.2.2",
  3. "_id": "optjs@3.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f8lTJm4LKirX+45xsFhuRNjA4f46QVLQKfGoNH7e2AEWS+24eM4XNH4pQ8Tw2LISCIvbST/wNcLdtgvgcqVaxA==",
  6. "_location": "/optjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "optjs@~3.2.2",
  12. "name": "optjs",
  13. "escapedName": "optjs",
  14. "rawSpec": "~3.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~3.2.2"
  17. },
  18. "_requiredBy": [
  19. "/ascli"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/optjs/-/optjs-3.2.2.tgz",
  22. "_shasum": "69a6ce89c442a44403141ad2f9b370bd5bb6f4ee",
  23. "_spec": "optjs@~3.2.2",
  24. "_where": "D:\\website\\Other\\score\\node_modules\\ascli",
  25. "author": {
  26. "name": "Daniel Wirtz",
  27. "email": "dcode@dcode.io"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/dcodeIO/opt.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Probably the sole command line option parser you'll ever need to...",
  35. "homepage": "https://github.com/dcodeIO/opt.js#readme",
  36. "license": "MIT",
  37. "main": "./opt.js",
  38. "name": "optjs",
  39. "repository": {
  40. "type": "git",
  41. "url": "git+https://github.com/dcodeIO/opt.js.git"
  42. },
  43. "version": "3.2.2"
  44. }