package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "_from": "openurl@1.1.1",
  3. "_id": "openurl@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-OHW0sO96UsFW8NtB1GCduw+Us4c=",
  6. "_location": "/openurl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "openurl@1.1.1",
  12. "name": "openurl",
  13. "escapedName": "openurl",
  14. "rawSpec": "1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/localtunnel"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/openurl/-/openurl-1.1.1.tgz",
  22. "_shasum": "3875b4b0ef7a52c156f0db41d4609dbb0f94b387",
  23. "_spec": "openurl@1.1.1",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/localtunnel",
  25. "author": {
  26. "name": "Axel Rauschmayer",
  27. "email": "axe@rauschma.de"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/rauschma/openurl/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Open a URL via the operating system (http: in default browser, mailto: in mail client etc.",
  35. "homepage": "https://github.com/rauschma/openurl#readme",
  36. "keywords": [
  37. "desktop",
  38. "browser"
  39. ],
  40. "license": "MIT",
  41. "main": "./openurl.js",
  42. "name": "openurl",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/rauschma/openurl.git"
  46. },
  47. "version": "1.1.1"
  48. }