{ "_args": [ [ "file-uri-to-path@2.0.0", "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools" ] ], "_from": "file-uri-to-path@2.0.0", "_id": "file-uri-to-path@2.0.0", "_inBundle": false, "_integrity": "sha1-e0Fa66In1XWFHgpbDGQNdlZAP7o=", "_location": "/file-uri-to-path", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "file-uri-to-path@2.0.0", "name": "file-uri-to-path", "escapedName": "file-uri-to-path", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/get-uri" ], "_resolved": "https://registry.npm.taobao.org/file-uri-to-path/download/file-uri-to-path-2.0.0.tgz", "_spec": "2.0.0", "_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools", "author": { "name": "Nathan Rajlich", "email": "nathan@tootallnate.net", "url": "http://n8.io/" }, "bugs": { "url": "https://github.com/TooTallNate/file-uri-to-path/issues" }, "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" }