2025-04-24 17:03:28 +08:00

106 lines
2.7 KiB
JSON

{
"_args": [
[
"get-uri@3.0.2",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "get-uri@3.0.2",
"_id": "get-uri@3.0.2",
"_inBundle": false,
"_integrity": "sha1-8O8TVvqrxw4flAT6O2ayupv8clw=",
"_location": "/get-uri",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "get-uri@3.0.2",
"name": "get-uri",
"escapedName": "get-uri",
"rawSpec": "3.0.2",
"saveSpec": null,
"fetchSpec": "3.0.2"
},
"_requiredBy": [
"/pac-proxy-agent"
],
"_resolved": "https://registry.npmmirror.com/get-uri/download/get-uri-3.0.2.tgz?cache=0&sync_timestamp=1632378119341&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fget-uri%2Fdownload%2Fget-uri-3.0.2.tgz",
"_spec": "3.0.2",
"_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/node-get-uri/issues"
},
"dependencies": {
"@tootallnate/once": "1",
"data-uri-to-buffer": "3",
"debug": "4",
"file-uri-to-path": "2",
"fs-extra": "^8.1.0",
"ftp": "^0.3.10"
},
"description": "Returns a `stream.Readable` from a URI string",
"devDependencies": {
"@types/debug": "4",
"@types/fs-extra": "^8.0.1",
"@types/ftp": "^0.3.30",
"@types/node": "^12.12.11",
"@typescript-eslint/eslint-plugin": "1.6.0",
"@typescript-eslint/parser": "1.1.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",
"ftpd": "https://files-jg1s1zt9l.n8.io/ftpd-v0.2.14.tgz",
"mocha": "^6.2.2",
"rimraf": "^3.0.0",
"st": "^1.2.2",
"stream-to-array": "2",
"typescript": "^3.7.3"
},
"engines": {
"node": ">= 6"
},
"files": [
"dist"
],
"homepage": "https://github.com/TooTallNate/node-get-uri#readme",
"keywords": [
"uri",
"read",
"readstream",
"stream",
"get",
"http",
"https",
"ftp",
"file",
"data",
"protocol",
"url"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "get-uri",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-get-uri.git"
},
"scripts": {
"build": "tsc",
"prebuild": "rimraf dist",
"prepublishOnly": "npm run build",
"test": "mocha --reporter spec",
"test-lint": "eslint src --ext .js,.ts"
},
"types": "./dist/index.d.ts",
"version": "3.0.2"
}