package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "parseuri@0.0.6",
  3. "_id": "parseuri@0.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AUjen8sAkGgao7UyCX6Ahv0gIK2fABKmYjvP4xmy5JaKvcbTRueIqIPHLAfq30xJddqSE033IOMUSOMCcK3Sow==",
  6. "_location": "/parseuri",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "parseuri@0.0.6",
  12. "name": "parseuri",
  13. "escapedName": "parseuri",
  14. "rawSpec": "0.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "0.0.6"
  17. },
  18. "_requiredBy": [
  19. "/engine.io-client",
  20. "/socket.io-client"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.6.tgz",
  23. "_shasum": "e1496e829e3ac2ff47f39a4dd044b32823c4a25a",
  24. "_spec": "parseuri@0.0.6",
  25. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\socket.io-client",
  26. "author": {
  27. "name": "Gal Koren"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/get/parseuri/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Method that parses a URI and returns an array of its components",
  35. "devDependencies": {
  36. "better-assert": "~1.0.0",
  37. "expect.js": "^0.3.1",
  38. "mocha": "1.17.1"
  39. },
  40. "homepage": "https://github.com/get/parseuri",
  41. "license": "MIT",
  42. "name": "parseuri",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/get/parseuri.git"
  46. },
  47. "scripts": {
  48. "test": "make test"
  49. },
  50. "version": "0.0.6"
  51. }