mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 13:51:38 -04:00
refactor: move some of the dev deps to the root package
This commit is contained in:
12
package.yaml
12
package.yaml
@@ -1,3 +1,13 @@
|
||||
scripts:
|
||||
test: pnpm m test --reporter append-only --workspace-concurrency 1
|
||||
test: >-
|
||||
pnpm recursive test
|
||||
--reporter append-only
|
||||
--workspace-concurrency 1
|
||||
--filter ./packages
|
||||
--filter ./privatePackages
|
||||
build: pnpm recursive run tsc
|
||||
dependencies:
|
||||
'@pnpm/tsconfig': 'link:utils/tsconfig'
|
||||
'@pnpm/tslint-config': 'link:utils/tslint-config'
|
||||
'@types/node': '*'
|
||||
'@types/tape': ^4.2.31
|
||||
|
||||
@@ -43,9 +43,6 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/build-modules": "link:",
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/ramda": "0.26.6",
|
||||
"rimraf": "2.6.3",
|
||||
"ts-node": "8.1.0",
|
||||
|
||||
@@ -38,11 +38,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/config": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/mz": "0.0.32",
|
||||
"@types/node": "*",
|
||||
"@types/tape": "4.2.33",
|
||||
"@types/which": "1.3.1",
|
||||
"mz": "2.7.0",
|
||||
"rimraf": "2.6.3",
|
||||
|
||||
@@ -27,9 +27,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/constants#readme",
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "*",
|
||||
"rimraf": "2.6.3",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
|
||||
@@ -20,8 +20,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"rimraf": "2.6.3",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
|
||||
@@ -36,9 +36,6 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/default-fetcher": "link:",
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/tape": "4.2.33",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
|
||||
@@ -56,13 +56,9 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/default-reporter": "link:",
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/common-tags": "1.8.0",
|
||||
"@types/node": "*",
|
||||
"@types/ramda": "0.25.34",
|
||||
"@types/semver": "6.0.0",
|
||||
"@types/tape": "4.2.33",
|
||||
"delay": "4.2.0",
|
||||
"ghooks": "2.0.4",
|
||||
"load-json-file": "6.0.0",
|
||||
|
||||
@@ -38,9 +38,6 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/default-resolver": "link:",
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/tape": "4.2.33",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
|
||||
@@ -49,11 +49,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/constants": "1.0.1",
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/semver": "6.0.0",
|
||||
"@types/tape": "4.2.33",
|
||||
"dependencies-hierarchy": "link:",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
|
||||
@@ -38,10 +38,7 @@
|
||||
"semver": "6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/semver": "6.0.0",
|
||||
"@types/tape": "^4.2.30",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
|
||||
@@ -32,11 +32,7 @@
|
||||
"@pnpm/npm-registry-agent": "1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/nock": "10.0.3",
|
||||
"@types/node": "*",
|
||||
"@types/tape": "^4.2.31",
|
||||
"fetch-from-npm-registry": "link:",
|
||||
"nock": "10.0.6",
|
||||
"rimraf": "^2.6.2",
|
||||
|
||||
@@ -33,8 +33,6 @@
|
||||
"node-fetch-unix": "2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"rimraf": "^2.6.2",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
|
||||
@@ -32,8 +32,6 @@
|
||||
"@pnpm/resolver-base": "3.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"rimraf": "^2.6.2",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
|
||||
@@ -38,8 +38,6 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/filter-lockfile": "link:",
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
"tempy": "0.3.0",
|
||||
@@ -55,9 +53,7 @@
|
||||
"@pnpm/lockfile-utils": "1.0.6",
|
||||
"@pnpm/package-is-installable": "2.0.5",
|
||||
"@pnpm/types": "3.2.0",
|
||||
"@types/node": "*",
|
||||
"@types/ramda": "0.25.39",
|
||||
"@types/tape": "4.2.33",
|
||||
"dependency-path": "3.0.5",
|
||||
"ramda": "0.26.1"
|
||||
}
|
||||
|
||||
@@ -32,10 +32,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/find-packages#readme",
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "12",
|
||||
"@types/tape": "^4.2.29",
|
||||
"find-packages": "link:",
|
||||
"tape": "^4.6.3",
|
||||
"ts-node": "^8.0.1",
|
||||
|
||||
@@ -35,10 +35,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/git-fetcher": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/tape": "^4.2.31",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
"tempy": "0.3.0",
|
||||
|
||||
@@ -38,12 +38,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/git-resolver": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/is-windows": "0.2.0",
|
||||
"@types/node": "*",
|
||||
"@types/semver": "6.0.0",
|
||||
"@types/tape": "^4.2.31",
|
||||
"is-windows": "1.0.2",
|
||||
"rimraf": "^2.6.2",
|
||||
"tape": "4.10.1",
|
||||
|
||||
@@ -27,16 +27,12 @@
|
||||
"@pnpm/package-store": "file:../package-store",
|
||||
"@pnpm/read-importers-context": "file:../read-importers-context",
|
||||
"@pnpm/store-path": "2.0.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/fs-extra": "5.1.0",
|
||||
"@types/mz": "0.0.32",
|
||||
"@types/node": "*",
|
||||
"@types/path-exists": "3.0.0",
|
||||
"@types/ramda": "0.25.34",
|
||||
"@types/rimraf": "2.0.2",
|
||||
"@types/sinon": "^7.0.10",
|
||||
"@types/tape": "4.2.33",
|
||||
"fs-extra": "7.0.1",
|
||||
"is-windows": "1.0.2",
|
||||
"isexe": "2.0.0",
|
||||
|
||||
@@ -43,11 +43,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/lifecycle": "link:",
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/rimraf": "2.0.2",
|
||||
"@types/tape": "4.2.33",
|
||||
"json-append": "1.1.1",
|
||||
"load-json-file": "6.0.0",
|
||||
"rimraf": "2.6.3",
|
||||
|
||||
@@ -48,13 +48,9 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/list": "link:",
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/archy": "0.0.31",
|
||||
"@types/common-tags": "1.8.0",
|
||||
"@types/node": "*",
|
||||
"@types/ramda": "0.25.39",
|
||||
"@types/tape": "4.2.33",
|
||||
"common-tags": "1.8.0",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
|
||||
@@ -39,12 +39,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/local-resolver": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/graceful-fs": "4.1.3",
|
||||
"@types/node": "*",
|
||||
"@types/ssri": "^6.0.1",
|
||||
"@types/tape": "^4.2.31",
|
||||
"tape": "^4.8.0",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
|
||||
@@ -38,12 +38,8 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/lockfile-file": "link:",
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/js-yaml": "3",
|
||||
"@types/node": "*",
|
||||
"@types/ramda": "0.25.39",
|
||||
"@types/tape": "4.2.33",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
"tempy": "0.3.0",
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-types#readme",
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
}
|
||||
|
||||
@@ -34,12 +34,8 @@
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-utils#readme",
|
||||
"devDependencies": {
|
||||
"@pnpm/lockfile-utils": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/js-yaml": "3",
|
||||
"@types/node": "*",
|
||||
"@types/ramda": "0.25.39",
|
||||
"@types/tape": "4.2.33",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
"tempy": "0.3.0",
|
||||
|
||||
@@ -46,9 +46,6 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/modules-cleaner": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/ramda": "0.25.38",
|
||||
"rimraf": "2.6.3",
|
||||
"tslint": "5.16.0",
|
||||
|
||||
@@ -35,9 +35,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/modules-yaml": "3.0.2",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/tape": "4.2.33",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
"tempy": "0.3.0",
|
||||
|
||||
@@ -17,13 +17,9 @@
|
||||
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/http-proxy-agent": "2.0.1",
|
||||
"@types/lru-cache": "5.1.0",
|
||||
"@types/node": "*",
|
||||
"@types/proxyquire": "1.3.28",
|
||||
"@types/tape": "4.2.33",
|
||||
"proxyquire": "2.1.0",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
|
||||
@@ -50,15 +50,11 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "^2.0.1",
|
||||
"@pnpm/npm-resolver": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/nock": "^10.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/path-exists": "^3.0.0",
|
||||
"@types/semver": "6.0.0",
|
||||
"@types/ssri": "^6.0.0",
|
||||
"@types/tape": "^4.2.31",
|
||||
"nock": "^10.0.0",
|
||||
"path-exists": "4.0.0",
|
||||
"rimraf": "^2.6.2",
|
||||
|
||||
@@ -51,10 +51,6 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/outdated": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/tape": "4.2.33",
|
||||
"npm-run-all": "4.1.5",
|
||||
"pnpm-registry-mock": "2.12.0",
|
||||
"tape": "4.10.1",
|
||||
|
||||
@@ -37,11 +37,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/package-is-installable": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/semver": "6.0.0",
|
||||
"@types/tape": "4.2.33",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
|
||||
@@ -58,14 +58,10 @@
|
||||
"@pnpm/npm-resolver": "file:../npm-resolver",
|
||||
"@pnpm/package-requester": "link:",
|
||||
"@pnpm/tarball-fetcher": "file:../tarball-fetcher",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/mz": "0.0.32",
|
||||
"@types/ncp": "2.0.1",
|
||||
"@types/nock": "^10.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/sinon": "^7.0.10",
|
||||
"@types/tape": "4.2.33",
|
||||
"delay": "4.2.0",
|
||||
"ncp": "2.0.0",
|
||||
"nock": "10.0.6",
|
||||
|
||||
@@ -45,12 +45,8 @@
|
||||
"@pnpm/npm-resolver": "file:../npm-resolver",
|
||||
"@pnpm/package-store": "link:",
|
||||
"@pnpm/tarball-fetcher": "file:../tarball-fetcher",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/mz": "0.0.32",
|
||||
"@types/node": "*",
|
||||
"@types/ramda": "0.25.39",
|
||||
"@types/tape": "4.2.33",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
"tempy": "0.3.0",
|
||||
|
||||
@@ -28,12 +28,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/pkgs-graph#readme",
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/ramda": "^0.26.0",
|
||||
"@types/semver": "^6.0.0",
|
||||
"@types/tape": "^4.2.29",
|
||||
"better-path-resolve": "1.0.0",
|
||||
"pkgs-graph": "link:",
|
||||
"tape": "^4.6.3",
|
||||
|
||||
@@ -95,18 +95,14 @@
|
||||
"@pnpm/modules-yaml": "3.0.2",
|
||||
"@pnpm/prepare": "0.0.0",
|
||||
"@pnpm/read-package-json": "2.0.2",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@pnpm/write-importer-manifest": "1.0.1",
|
||||
"@types/byline": "4.2.31",
|
||||
"@types/common-tags": "1.8.0",
|
||||
"@types/mkdirp": "0.5.2",
|
||||
"@types/node": "*",
|
||||
"@types/nopt": "3.0.29",
|
||||
"@types/ramda": "0.25.34",
|
||||
"@types/retry": "0.12.0",
|
||||
"@types/semver": "6.0.0",
|
||||
"@types/tape": "4.2.33",
|
||||
"@types/update-notifier": "2.5.0",
|
||||
"anonymous-npm-registry-client": "0.1.2",
|
||||
"byline": "5.0.0",
|
||||
|
||||
@@ -34,10 +34,7 @@
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/prune-lockfile#readme",
|
||||
"devDependencies": {
|
||||
"@pnpm/prune-lockfile": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/ramda": "0.25.39",
|
||||
"@types/tape": "4.2.33",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
|
||||
@@ -45,15 +45,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/read-importer-manifest": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/detect-indent": "5.0.0",
|
||||
"@types/graceful-fs": "4.1.3",
|
||||
"@types/is-windows": "0.2.0",
|
||||
"@types/json5": "0.0.30",
|
||||
"@types/node": "^10.3.2",
|
||||
"@types/parse-json": "4.0.0",
|
||||
"@types/tape": "^4.2.31",
|
||||
"tape": "^4.8.0",
|
||||
"tempy": "0.3.0",
|
||||
"ts-node": "8.1.0",
|
||||
|
||||
@@ -37,9 +37,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "*",
|
||||
"rimraf": "2.6.3",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
|
||||
@@ -30,10 +30,7 @@
|
||||
"mz": "2.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/mz": "0.0.32",
|
||||
"@types/node": "*",
|
||||
"rimraf": "2.6.3",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
|
||||
@@ -38,10 +38,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/read-package-json": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "^10.3.2",
|
||||
"@types/tape": "^4.2.31",
|
||||
"tape": "^4.8.0",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "^5.8.0",
|
||||
|
||||
@@ -49,9 +49,6 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/resolve-dependencies": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/ramda": "0.25.38",
|
||||
"@types/semver": "6.0.0",
|
||||
"rimraf": "2.6.3",
|
||||
|
||||
@@ -29,8 +29,6 @@
|
||||
"@pnpm/types": "3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"rimraf": "^2.6.2",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
|
||||
@@ -37,12 +37,8 @@
|
||||
"@pnpm/package-store": "file:../package-store",
|
||||
"@pnpm/server": "link:",
|
||||
"@pnpm/tarball-fetcher": "file:../tarball-fetcher",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/mz": "0.0.32",
|
||||
"@types/node": "*",
|
||||
"@types/node-fetch": "2",
|
||||
"@types/tape": "4.2.33",
|
||||
"@types/uuid": "3.4.4",
|
||||
"is-port-reachable": "2.0.1",
|
||||
"mz": "2.7.0",
|
||||
|
||||
@@ -20,9 +20,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/ramda": "0.25.34",
|
||||
"rimraf": "2.6.3",
|
||||
"ts-node": "8.1.0",
|
||||
|
||||
@@ -27,8 +27,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/store-controller-types#readme",
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"rimraf": "2.6.3",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
|
||||
@@ -82,18 +82,14 @@
|
||||
"@pnpm/package-store": "file:../package-store",
|
||||
"@pnpm/prepare": "0.0.0",
|
||||
"@pnpm/store-path": "2.0.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/common-tags": "1.8.0",
|
||||
"@types/fs-extra": "5.1.0",
|
||||
"@types/is-windows": "0.2.0",
|
||||
"@types/mkdirp": "0.5.2",
|
||||
"@types/mz": "0.0.32",
|
||||
"@types/node": "*",
|
||||
"@types/ramda": "0.25.34",
|
||||
"@types/semver": "6.0.0",
|
||||
"@types/sinon": "^7.0.10",
|
||||
"@types/tape": "4.2.33",
|
||||
"anonymous-npm-registry-client": "0.1.2",
|
||||
"cross-spawn": "6.0.5",
|
||||
"deep-require-cwd": "1.0.0",
|
||||
|
||||
@@ -20,10 +20,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/mz": "0.0.32",
|
||||
"@types/node": "*",
|
||||
"rimraf": "2.6.3",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
|
||||
@@ -48,16 +48,12 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tarball-fetcher": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/graceful-fs": "^4.1.2",
|
||||
"@types/mz": "^0.0.32",
|
||||
"@types/nock": "^10.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/retry": "^0.12.0",
|
||||
"@types/rimraf": "^2.0.2",
|
||||
"@types/ssri": "^6.0.1",
|
||||
"@types/tape": "4.2.33",
|
||||
"cp-file": "7.0.0",
|
||||
"nock": "10.0.6",
|
||||
"tape": "4.10.1",
|
||||
|
||||
@@ -29,9 +29,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/tarball-resolver": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/tape": "^4.2.31",
|
||||
"rimraf": "^2.6.2",
|
||||
"tape": "^4.8.0",
|
||||
"ts-node": "8.1.0",
|
||||
|
||||
@@ -27,8 +27,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/types#readme",
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"rimraf": "2.6.3",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
|
||||
@@ -20,11 +20,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@pnpm/utils": "link:",
|
||||
"@types/mz": "0.0.32",
|
||||
"@types/node": "*",
|
||||
"rimraf": "2.6.3",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
|
||||
@@ -40,11 +40,7 @@
|
||||
"write-yaml-file": "2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@pnpm/write-importer-manifest": "link:",
|
||||
"@types/node": "^10.3.2",
|
||||
"@types/tape": "^4.2.31",
|
||||
"tape": "^4.8.0",
|
||||
"tempy": "0.3.0",
|
||||
"ts-node": "8.1.0",
|
||||
|
||||
389
pnpm-lock.yaml
generated
389
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,5 @@
|
||||
packages:
|
||||
- '.'
|
||||
- packages/**
|
||||
- privatePackages/**
|
||||
- typings/**
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"@pnpm/assert-project": "link:",
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"rimraf": "2.6.3",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
@@ -49,9 +48,7 @@
|
||||
"@pnpm/constants": "1.0.1",
|
||||
"@pnpm/modules-yaml": "3.0.2",
|
||||
"@types/mz": "0.0.32",
|
||||
"@types/node": "*",
|
||||
"@types/path-exists": "3.0.0",
|
||||
"@types/tape": "4.2.33",
|
||||
"@types/write-pkg": "3.1.0",
|
||||
"is-windows": "1.0.2",
|
||||
"isexe": "2.0.0",
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
"lib/"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"rimraf": "2.6.3",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
@@ -52,9 +50,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@pnpm/assert-store": "link:",
|
||||
"@types/node": "*",
|
||||
"@types/path-exists": "3.0.0",
|
||||
"@types/tape": "4.2.33",
|
||||
"path-exists": "4.0.0",
|
||||
"tape": "4.10.1"
|
||||
}
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
"@pnpm/modules-yaml": "3.0.2",
|
||||
"@pnpm/types": "3.2.0",
|
||||
"@types/mkdirp": "0.5.2",
|
||||
"@types/node": "*",
|
||||
"@types/tape": "4.2.33",
|
||||
"@types/write-pkg": "3.1.0",
|
||||
"mkdirp": "0.5.1",
|
||||
"tape": "4.10.1",
|
||||
@@ -19,7 +17,6 @@
|
||||
"write-yaml-file": "2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/tsconfig": "0.0.0",
|
||||
"rimraf": "2.6.3",
|
||||
"tslint": "5.16.0",
|
||||
"tslint-config-standard": "8.0.1",
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@types/tape": "4.2.33"
|
||||
}
|
||||
"private": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user