package.json 1.4 KB

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