package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "parseuri@0.0.6",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "parseuri@0.0.6",
  9. "_id": "parseuri@0.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-AUjen8sAkGgao7UyCX6Ahv0gIK2fABKmYjvP4xmy5JaKvcbTRueIqIPHLAfq30xJddqSE033IOMUSOMCcK3Sow==",
  12. "_location": "/parseuri",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "parseuri@0.0.6",
  18. "name": "parseuri",
  19. "escapedName": "parseuri",
  20. "rawSpec": "0.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.6"
  23. },
  24. "_requiredBy": [
  25. "/engine.io-client",
  26. "/socket.io-client"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/parseuri/-/parseuri-0.0.6.tgz",
  29. "_spec": "0.0.6",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Gal Koren"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/get/parseuri/issues"
  36. },
  37. "description": "Method that parses a URI and returns an array of its components",
  38. "devDependencies": {
  39. "better-assert": "~1.0.0",
  40. "expect.js": "^0.3.1",
  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.6"
  54. }