{ "_from": "file-uri-to-path@2", "_id": "file-uri-to-path@2.0.0", "_inBundle": false, "_integrity": "sha512-hjPFI8oE/2iQPVe4gbrJ73Pp+Xfub2+WI2LlXDbsaJBwT5wuMh35WNWVYYTpnz895shtwfyutMFLFywpQAFdLg==", "_location": "/file-uri-to-path", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "file-uri-to-path@2", "name": "file-uri-to-path", "escapedName": "file-uri-to-path", "rawSpec": "2", "saveSpec": null, "fetchSpec": "2" }, "_requiredBy": [ "/get-uri" ], "_resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz", "_shasum": "7b415aeba227d575851e0a5b0c640d7656403fba", "_spec": "file-uri-to-path@2", "_where": "D:\\2022\\3\\Mazui\\node_modules\\get-uri", "author": { "name": "Nathan Rajlich", "email": "nathan@tootallnate.net", "url": "http://n8.io/" }, "bugs": { "url": "https://github.com/TooTallNate/file-uri-to-path/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Convert a file: URI to a file path", "devDependencies": { "@types/mocha": "^5.2.7", "@types/node": "^10.5.3", "@typescript-eslint/eslint-plugin": "1.6.0", "@typescript-eslint/parser": "1.1.0", "cpy-cli": "^2.0.0", "eslint": "5.16.0", "eslint-config-airbnb": "17.1.0", "eslint-config-prettier": "4.1.0", "eslint-import-resolver-typescript": "1.1.1", "eslint-plugin-import": "2.16.0", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-react": "7.12.4", "mocha": "^6.2.0", "rimraf": "^3.0.0", "typescript": "^3.5.3" }, "engines": { "node": ">= 6" }, "files": [ "dist/src" ], "homepage": "https://github.com/TooTallNate/file-uri-to-path", "keywords": [ "file", "uri", "convert", "path" ], "license": "MIT", "main": "dist/src/index", "name": "file-uri-to-path", "repository": { "type": "git", "url": "git://github.com/TooTallNate/file-uri-to-path.git" }, "scripts": { "build": "tsc", "postbuild": "cpy --parents src test '!**/*.ts' dist", "prebuild": "rimraf dist", "prepublishOnly": "npm run build", "test": "mocha --reporter spec dist/test/*.js", "test-lint": "eslint src --ext .js,.ts" }, "typings": "dist/src/index", "version": "2.0.0" }