@pnpm/tarball-resolver
Advanced tools
Comparing version 2.0.3 to 3.0.0
@@ -22,2 +22,1 @@ "use strict"; | ||
exports.default = resolveTarball; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/tarball-resolver", | ||
"version": "2.0.3", | ||
"description": "Resolver for tarball dependencies", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
"scripts": { | ||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", | ||
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix", | ||
"tsc": "rimraf lib && tsc", | ||
"test": "npm run tsc && npm run lint && ts-node test --type-check && mos t", | ||
"md": "mos", | ||
"prepublishOnly": "npm run tsc" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/tarball-resolver", | ||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/tarball-resolver#readme", | ||
"dependencies": { | ||
"@pnpm/resolver-base": "3.1.2" | ||
}, | ||
"devDependencies": { | ||
"@pnpm/tarball-resolver": "link:", | ||
"@pnpm/tslint-config": "0.0.0", | ||
"@types/tape": "^4.2.31", | ||
"mos": "^2.0.0-alpha.3", | ||
"mos-plugin-readme": "^1.0.4", | ||
"rimraf": "^2.6.2", | ||
"tape": "^4.8.0", | ||
"ts-node": "8.1.0", | ||
"tslint": "5.16.0", | ||
"typescript": "3.4.5" | ||
}, | ||
"mos": { | ||
"plugins": [ | ||
"readme" | ||
], | ||
"installation": { | ||
"useShortAlias": true | ||
} | ||
} | ||
"name": "@pnpm/tarball-resolver", | ||
"version": "3.0.0", | ||
"description": "Resolver for tarball dependencies", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"scripts": { | ||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", | ||
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix", | ||
"tsc": "rimraf lib && tsc", | ||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check", | ||
"prepublishOnly": "pnpm run tsc" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/tarball-resolver", | ||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/tarball-resolver#readme", | ||
"dependencies": { | ||
"@pnpm/resolver-base": "4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@pnpm/tarball-resolver": "link:", | ||
"rimraf": "3.0.0", | ||
"tape": "4.11.0" | ||
} | ||
} |
@@ -12,3 +12,3 @@ # @pnpm/tarball-resolver | ||
```sh | ||
npm i -S @pnpm/tarball-resolver | ||
<pnpm|npm|yarn> add @pnpm/tarball-resolver | ||
``` | ||
@@ -38,2 +38,2 @@ | ||
[MIT](./LICENSE) © [Zoltan Kochan](https://www.kochan.io/) | ||
MIT © [Zoltan Kochan](https://www.kochan.io/) |
Sorry, the diff of this file is not supported yet
3
4022
5
+ Added@pnpm/resolver-base@4.0.0(transitive)
+ Added@pnpm/types@4.0.0(transitive)
- Removed@pnpm/resolver-base@3.1.2(transitive)
- Removed@pnpm/types@3.2.0(transitive)
Updated@pnpm/resolver-base@4.0.0