UNPKG

cloudworker-proxy

Version:
103 lines (102 loc) 2.59 kB
{ "_from": "download@^8.0.0", "_id": "download@8.0.0", "_inBundle": false, "_integrity": "sha512-ASRY5QhDk7FK+XrQtQyvhpDKanLluEEQtWl/J7Lxuf/b+i8RYh997QeXvL85xitrmRKVlx9c7eTrcRdq2GS4eA==", "_location": "/download", "_phantomChildren": { "clone-response": "1.0.2", "decompress-response": "3.3.0", "duplexer3": "0.1.4", "into-stream": "3.1.0", "is-plain-obj": "1.1.0", "is-retry-allowed": "1.2.0", "isurl": "1.0.0", "json-buffer": "3.0.0", "lowercase-keys": "1.0.1", "mimic-response": "1.0.1", "p-timeout": "2.0.1", "prepend-http": "2.0.0", "query-string": "5.1.1", "responselike": "1.0.2", "safe-buffer": "5.2.1", "semver": "5.7.1", "timed-out": "4.0.1", "url-parse-lax": "3.0.0", "url-to-options": "1.0.1" }, "_requested": { "type": "range", "registry": true, "raw": "download@^8.0.0", "name": "download", "escapedName": "download", "rawSpec": "^8.0.0", "saveSpec": null, "fetchSpec": "^8.0.0" }, "_requiredBy": [ "/serverless" ], "_resolved": "https://registry.npmjs.org/download/-/download-8.0.0.tgz", "_shasum": "afc0b309730811731aae9f5371c9f46be73e51b1", "_spec": "download@^8.0.0", "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless/node_modules/serverless", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", "url": "github.com/kevva" }, "bugs": { "url": "https://github.com/kevva/download/issues" }, "bundleDependencies": false, "dependencies": { "archive-type": "^4.0.0", "content-disposition": "^0.5.2", "decompress": "^4.2.1", "ext-name": "^5.0.0", "file-type": "^11.1.0", "filenamify": "^3.0.0", "get-stream": "^4.1.0", "got": "^8.3.1", "make-dir": "^2.1.0", "p-event": "^2.1.0", "pify": "^4.0.1" }, "deprecated": false, "description": "Download and extract files", "devDependencies": { "ava": "^1.4.1", "is-zip": "^1.0.0", "nock": "^10.0.6", "path-exists": "^3.0.0", "random-buffer": "^0.1.0", "rimraf": "^3.0.0", "xo": "^0.24.0" }, "engines": { "node": ">=10" }, "files": [ "index.js" ], "homepage": "https://github.com/kevva/download#readme", "keywords": [ "download", "extract", "http", "request", "url" ], "license": "MIT", "name": "download", "repository": { "type": "git", "url": "git+https://github.com/kevva/download.git" }, "scripts": { "test": "xo && ava" }, "version": "8.0.0" }