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.

54 lines
1.2 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "parseuri@0.0.5",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_from": "parseuri@0.0.5",
  9. "_id": "parseuri@0.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=",
  12. "_location": "/parseuri",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "parseuri@0.0.5",
  18. "name": "parseuri",
  19. "escapedName": "parseuri",
  20. "rawSpec": "0.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.5"
  23. },
  24. "_requiredBy": [
  25. "/engine.io-client",
  26. "/socket.io-client"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.5.tgz",
  29. "_spec": "0.0.5",
  30. "_where": "/home/guest/socket",
  31. "author": "",
  32. "bugs": {
  33. "url": "https://github.com/get/parseuri/issues"
  34. },
  35. "dependencies": {
  36. "better-assert": "~1.0.0"
  37. },
  38. "description": "Method that parses a URI and returns an array of its components",
  39. "devDependencies": {
  40. "better-assert": "1.0.0",
  41. "mocha": "1.17.1"
  42. },
  43. "homepage": "https://github.com/get/parseuri",
  44. "license": "MIT",
  45. "name": "parseuri",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/get/parseuri.git"
  49. },
  50. "scripts": {
  51. "test": "make test"
  52. },
  53. "version": "0.0.5"
  54. }