You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

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