mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-07 05:32:52 -05:00
106 lines
3.7 KiB
JSON
106 lines
3.7 KiB
JSON
{
|
|
"name": "@pnpm/headless",
|
|
"description": "Fast installation using only pnpm-lock.yaml",
|
|
"version": "13.0.0-alpha.2",
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/assert-project": "workspace:*",
|
|
"@pnpm/default-fetcher": "workspace:*",
|
|
"@pnpm/default-resolver": "workspace:*",
|
|
"@pnpm/headless": "link:",
|
|
"@pnpm/logger": "3.2.2",
|
|
"@pnpm/package-store": "workspace:*",
|
|
"@pnpm/read-projects-context": "workspace:*",
|
|
"@pnpm/store-path": "^4.0.0-0",
|
|
"@types/fs-extra": "^8.1.0",
|
|
"@types/mz": "^2.7.0",
|
|
"@types/ramda": "^0.27.4",
|
|
"@types/rimraf": "^3.0.0",
|
|
"@types/sinon": "^9.0.0",
|
|
"@types/tape-promise": "4.0.0",
|
|
"@zkochan/rimraf": "1.0.0",
|
|
"fs-extra": "9.0.0",
|
|
"is-windows": "1.0.2",
|
|
"isexe": "2.0.0",
|
|
"load-json-file": "6.2.0",
|
|
"mz": "2.7.0",
|
|
"npm-run-all": "4.1.5",
|
|
"read-yaml-file": "2.0.0",
|
|
"sinon": "9.0.2",
|
|
"tape-promise": "4.0.0",
|
|
"tempy": "0.5.0",
|
|
"write-json-file": "4.3.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/headless#readme",
|
|
"keywords": [
|
|
"pnpm",
|
|
"install",
|
|
"installer"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.13"
|
|
},
|
|
"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": "cd ../.. && c8 --reporter lcov --reports-dir packages/headless/coverage ts-node packages/headless/test --type-check",
|
|
"test:e2e": "registry-mock prepare && run-p -r registry-mock test:tap",
|
|
"pre_test": "ts-node test/pretest",
|
|
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7770 pnpm run test:e2e",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"runPrepareFixtures": "node ../pnpm/lib/bin/pnpm.js m i -C test/fixtures --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",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/build-modules": "workspace:4.1.15-alpha.2",
|
|
"@pnpm/constants": "workspace:3.0.0",
|
|
"@pnpm/core-loggers": "workspace:4.0.1",
|
|
"@pnpm/error": "workspace:1.2.0",
|
|
"@pnpm/filter-lockfile": "workspace:3.2.2",
|
|
"@pnpm/hoist": "workspace:2.2.3",
|
|
"@pnpm/lifecycle": "workspace:8.2.0-alpha.0",
|
|
"@pnpm/link-bins": "workspace:5.3.2",
|
|
"@pnpm/lockfile-file": "workspace:3.0.8",
|
|
"@pnpm/lockfile-utils": "workspace:2.0.11",
|
|
"@pnpm/matcher": "workspace:1.0.2",
|
|
"@pnpm/modules-cleaner": "workspace:8.0.17-alpha.2",
|
|
"@pnpm/modules-yaml": "workspace:6.0.2",
|
|
"@pnpm/package-requester": "workspace:12.0.0-alpha.2",
|
|
"@pnpm/pkgid-to-filename": "2.0.0",
|
|
"@pnpm/read-package-json": "workspace:3.1.0",
|
|
"@pnpm/read-project-manifest": "workspace:1.0.5",
|
|
"@pnpm/store-controller-types": "workspace:8.0.0-alpha.2",
|
|
"@pnpm/symlink-dependency": "workspace:3.0.4",
|
|
"@pnpm/types": "workspace:5.0.0",
|
|
"dependency-path": "workspace:4.0.6",
|
|
"p-limit": "2.3.0",
|
|
"path-absolute": "1.0.1",
|
|
"path-exists": "4.0.0",
|
|
"ramda": "0.27.0",
|
|
"realpath-missing": "1.0.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|