{ "name": "@pnpm/headless", "description": "Fast installation using only pnpm-lock.yaml", "version": "8.0.0-4", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", "url": "https://www.kochan.io/" }, "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib/" ], "peerDependencies": { "@pnpm/logger": "^2.1.0" }, "devDependencies": { "@pnpm/assert-project": "link:../../privatePackages/assert-project", "@pnpm/default-fetcher": "file:../default-fetcher", "@pnpm/default-resolver": "file:../default-resolver", "@pnpm/headless": "link:", "@pnpm/logger": "2.1.1", "@pnpm/package-store": "file:../package-store", "@pnpm/read-importers-context": "file:../read-importers-context", "@pnpm/registry-mock": "1.5.0", "@pnpm/store-path": "2.1.0", "@types/fs-extra": "8.0.0", "@types/mz": "0.0.32", "@types/ramda": "0.26.21", "@types/rimraf": "2.0.2", "@types/sinon": "^7.0.10", "@zkochan/rimraf": "1.0.0", "fs-extra": "8.1.0", "is-windows": "1.0.2", "isexe": "2.0.0", "mz": "2.7.0", "npm-run-all": "4.1.5", "read-yaml-file": "1.1.0", "rimraf": "3.0.0", "sinon": "7.5.0", "tape": "4.11.0", "tape-promise": "4.0.0", "tempy": "0.3.0" }, "directories": { "test": "test" }, "homepage": "https://github.com/pnpm/headless#readme", "keywords": [ "pnpm", "install", "installer" ], "license": "MIT", "engines": { "node": ">=8.15" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/headless", "scripts": { "start": "pnpm run tsc -- --watch", "commit": "commit", "commitmsg": "commitlint -e", "lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", "registry-mock": "registry-mock", "test:tap": "ts-node test", "test:e2e": "run-p -r registry-mock test:tap", "pretest": "rimraf ../.tmp/ && registry-mock prepare && ts-node test/pretest", "test-with-preview": "pnpm run lint && pnpm run test:e2e", "test": "pnpm run lint && pnpm run tsc && pnpm run test:e2e", "tsc": "rimraf lib && tsc", "prepublishOnly": "pnpm run tsc", "runPrepareFixtures": "cd test/fixtures && node ../../../pnpm/lib/bin/pnpm.js m i --no-shared-workspace-lockfile --no-link-workspace-packages --lockfile-only --registry http://localhost:4873/ --ignore-scripts --force", "prepareFixtures": "registry-mock prepare && run-p -r registry-mock runPrepareFixtures" }, "dependencies": { "@pnpm/build-modules": "workspace:2.0.0-0", "@pnpm/constants": "workspace:2.0.0-1", "@pnpm/core-loggers": "workspace:3.0.3", "@pnpm/error": "workspace:1.0.0", "@pnpm/filter-lockfile": "workspace:1.0.14", "@pnpm/hoist": "workspace:1.0.0-1", "@pnpm/lifecycle": "workspace:6.2.3", "@pnpm/link-bins": "4.4.0", "@pnpm/lockfile-file": "workspace:2.0.0-0", "@pnpm/lockfile-utils": "workspace:1.0.10", "@pnpm/modules-cleaner": "workspace:5.0.0-2", "@pnpm/modules-yaml": "workspace:4.0.0-1", "@pnpm/package-requester": "workspace:8.0.0-0", "@pnpm/pkgid-to-filename": "2.0.0", "@pnpm/read-importer-manifest": "workspace:1.0.9", "@pnpm/read-package-json": "workspace:2.0.3", "@pnpm/store-controller-types": "workspace:4.0.0-0", "@pnpm/symlink-dependency": "workspace:2.0.6", "@pnpm/types": "workspace:3.2.0", "@pnpm/utils": "workspace:0.10.6", "dependency-path": "workspace:3.0.8", "p-limit": "2.2.1", "path-exists": "4.0.0", "ramda": "0.26.1" } }