UNPKG

@feroomjs/npm-fetcher

Version:
32 lines (31 loc) 700 B
{ "name": "@feroomjs/npm-fetcher", "version": "0.0.10", "description": "@feroomjs/npm-fetcher", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/feroomjs/feroomjs.git", "directory": "packages/npm-fetcher" }, "keywords": [ "feroom", "feroomjs", "SPA", "MFE" ], "author": "Artem Maltsev", "license": "MIT", "bugs": { "url": "https://github.com/feroomjs/feroomjs/issues" }, "homepage": "https://github.com/feroomjs/feroomjs/tree/main/packages/npm-fetcher#readme", "dependencies": { "tar-stream": "^3.0.0" } }