UNPKG

1.42 kBJSONView Raw
1{
2 "name": "@pnpm/hoist",
3 "description": "Hoists dependencies in a node_modules created by pnpm",
4 "version": "4.0.5",
5 "author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
6 "bugs": {
7 "url": "https://github.com/pnpm/pnpm/issues"
8 },
9 "main": "lib/index.js",
10 "typings": "lib/index.d.ts",
11 "files": [
12 "lib",
13 "!*.map"
14 ],
15 "peerDependencies": {
16 "@pnpm/logger": "^3.1.0"
17 },
18 "devDependencies": {
19 "@pnpm/logger": "^3.2.2",
20 "@types/ramda": "^0.27.11"
21 },
22 "directories": {
23 "test": "test"
24 },
25 "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/hoist#readme",
26 "keywords": [
27 "pnpm"
28 ],
29 "license": "MIT",
30 "engines": {
31 "node": ">=10.13"
32 },
33 "repository": "https://github.com/pnpm/pnpm/blob/master/packages/hoist",
34 "scripts": {
35 "start": "pnpm run tsc -- --watch",
36 "test": "pnpm run compile",
37 "lint": "tslint -c ../../tslint.json --project .",
38 "prepublishOnly": "pnpm run compile",
39 "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
40 },
41 "dependencies": {
42 "@pnpm/constants": "4.0.0",
43 "@pnpm/link-bins": "5.3.8",
44 "@pnpm/lockfile-types": "2.0.1",
45 "@pnpm/lockfile-utils": "2.0.16",
46 "@pnpm/lockfile-walker": "3.0.4",
47 "@pnpm/matcher": "^1.0.3",
48 "@pnpm/pkgid-to-filename": "^3.0.0",
49 "@pnpm/symlink-dependency": "3.0.9",
50 "@pnpm/types": "6.2.0",
51 "dependency-path": "5.0.3",
52 "ramda": "^0.27.0"
53 },
54 "funding": "https://opencollective.com/pnpm"
55}