package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "file-uri-to-path@2",
  3. "_id": "file-uri-to-path@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hjPFI8oE/2iQPVe4gbrJ73Pp+Xfub2+WI2LlXDbsaJBwT5wuMh35WNWVYYTpnz895shtwfyutMFLFywpQAFdLg==",
  6. "_location": "/file-uri-to-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "file-uri-to-path@2",
  12. "name": "file-uri-to-path",
  13. "escapedName": "file-uri-to-path",
  14. "rawSpec": "2",
  15. "saveSpec": null,
  16. "fetchSpec": "2"
  17. },
  18. "_requiredBy": [
  19. "/get-uri"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz",
  22. "_shasum": "7b415aeba227d575851e0a5b0c640d7656403fba",
  23. "_spec": "file-uri-to-path@2",
  24. "_where": "D:\\2022\\3\\Mazui\\node_modules\\get-uri",
  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. "@types/mocha": "^5.2.7",
  38. "@types/node": "^10.5.3",
  39. "@typescript-eslint/eslint-plugin": "1.6.0",
  40. "@typescript-eslint/parser": "1.1.0",
  41. "cpy-cli": "^2.0.0",
  42. "eslint": "5.16.0",
  43. "eslint-config-airbnb": "17.1.0",
  44. "eslint-config-prettier": "4.1.0",
  45. "eslint-import-resolver-typescript": "1.1.1",
  46. "eslint-plugin-import": "2.16.0",
  47. "eslint-plugin-jsx-a11y": "6.2.1",
  48. "eslint-plugin-react": "7.12.4",
  49. "mocha": "^6.2.0",
  50. "rimraf": "^3.0.0",
  51. "typescript": "^3.5.3"
  52. },
  53. "engines": {
  54. "node": ">= 6"
  55. },
  56. "files": [
  57. "dist/src"
  58. ],
  59. "homepage": "https://github.com/TooTallNate/file-uri-to-path",
  60. "keywords": [
  61. "file",
  62. "uri",
  63. "convert",
  64. "path"
  65. ],
  66. "license": "MIT",
  67. "main": "dist/src/index",
  68. "name": "file-uri-to-path",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/TooTallNate/file-uri-to-path.git"
  72. },
  73. "scripts": {
  74. "build": "tsc",
  75. "postbuild": "cpy --parents src test '!**/*.ts' dist",
  76. "prebuild": "rimraf dist",
  77. "prepublishOnly": "npm run build",
  78. "test": "mocha --reporter spec dist/test/*.js",
  79. "test-lint": "eslint src --ext .js,.ts"
  80. },
  81. "typings": "dist/src/index",
  82. "version": "2.0.0"
  83. }