package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "file-uri-to-path@1.0.0",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "file-uri-to-path@1.0.0",
  9. "_id": "file-uri-to-path@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  12. "_location": "/file-uri-to-path",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "file-uri-to-path@1.0.0",
  18. "name": "file-uri-to-path",
  19. "escapedName": "file-uri-to-path",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/bindings"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": {
  31. "name": "Nathan Rajlich",
  32. "email": "nathan@tootallnate.net",
  33. "url": "http://n8.io/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/TooTallNate/file-uri-to-path/issues"
  37. },
  38. "description": "Convert a file: URI to a file path",
  39. "devDependencies": {
  40. "mocha": "3"
  41. },
  42. "directories": {
  43. "test": "test"
  44. },
  45. "homepage": "https://github.com/TooTallNate/file-uri-to-path",
  46. "keywords": [
  47. "file",
  48. "uri",
  49. "convert",
  50. "path"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "file-uri-to-path",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/TooTallNate/file-uri-to-path.git"
  58. },
  59. "scripts": {
  60. "test": "mocha --reporter spec"
  61. },
  62. "types": "index.d.ts",
  63. "version": "1.0.0"
  64. }