package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "wurl@^2.5.2",
  3. "_id": "wurl@2.5.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LWqZh3ox8gfPwB/xFYFJPnlNOytLtnDtvIDj+iUvD5hxDVWhNa2uhGEQbjyrmolbNFMycqkEnYVXJ7Y72n6h3w==",
  6. "_location": "/wurl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "wurl@^2.5.2",
  12. "name": "wurl",
  13. "escapedName": "wurl",
  14. "rawSpec": "^2.5.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.5.2"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/wurl/-/wurl-2.5.3.tgz",
  22. "_shasum": "79ff7c4d8c6584cb46d239517ecac334380af7fd",
  23. "_spec": "wurl@^2.5.2",
  24. "_where": "/home/travis/build/jiahaog/nativefier/app",
  25. "author": {
  26. "name": "Websanova",
  27. "email": "rob@websanova.com",
  28. "url": "http://websanova.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/websanova/node-url/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "A simple url parsing library.",
  37. "devDependencies": {},
  38. "homepage": "https://github.com/websanova/node-url#readme",
  39. "keywords": [
  40. "util",
  41. "url",
  42. "parse"
  43. ],
  44. "licenses": "MIT, GPL",
  45. "main": "wurl.js",
  46. "name": "wurl",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/websanova/node-url.git"
  50. },
  51. "version": "2.5.3"
  52. }