package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "parseuri@0.0.4",
  6. "scope": null,
  7. "escapedName": "parseuri",
  8. "name": "parseuri",
  9. "rawSpec": "0.0.4",
  10. "spec": "0.0.4",
  11. "type": "version"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/socket.io-client"
  14. ]
  15. ],
  16. "_from": "parseuri@0.0.4",
  17. "_id": "parseuri@0.0.4",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/parseuri",
  21. "_npmUser": {
  22. "name": "gal",
  23. "email": "koren@mit.edu"
  24. },
  25. "_npmVersion": "1.3.15",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "parseuri@0.0.4",
  29. "scope": null,
  30. "escapedName": "parseuri",
  31. "name": "parseuri",
  32. "rawSpec": "0.0.4",
  33. "spec": "0.0.4",
  34. "type": "version"
  35. },
  36. "_requiredBy": [
  37. "/engine.io-client",
  38. "/socket.io-client"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz",
  41. "_shasum": "806582a39887e1ea18dd5e2fe0e01902268e9350",
  42. "_shrinkwrap": null,
  43. "_spec": "parseuri@0.0.4",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/socket.io-client",
  45. "author": "",
  46. "bugs": {
  47. "url": "https://github.com/get/parseuri/issues"
  48. },
  49. "dependencies": {
  50. "better-assert": "~1.0.0"
  51. },
  52. "description": "Method that parses a URI and returns an array of its components",
  53. "devDependencies": {
  54. "mocha": "1.17.1"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "806582a39887e1ea18dd5e2fe0e01902268e9350",
  59. "tarball": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz"
  60. },
  61. "homepage": "https://github.com/get/parseuri",
  62. "license": "MIT",
  63. "maintainers": [
  64. {
  65. "name": "gal",
  66. "email": "koren@mit.edu"
  67. }
  68. ],
  69. "name": "parseuri",
  70. "optionalDependencies": {},
  71. "readme": "ERROR: No README data found!",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/get/parseuri.git"
  75. },
  76. "scripts": {
  77. "test": "make test"
  78. },
  79. "version": "0.0.4"
  80. }