mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-23 09:31:52 -04:00
chore: remove markdown tests
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
"scripts": {
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"tsc": "rimraf lib && tsc",
|
||||
"test": "pnpm run tsc && pnpm run lint && mos t",
|
||||
"md": "mos",
|
||||
"test": "pnpm run tsc && pnpm run lint",
|
||||
"prepublishOnly": "pnpm run tsc"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/build-modules",
|
||||
@@ -47,19 +46,9 @@
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/ramda": "0.26.6",
|
||||
"mos": "2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "1.0.4",
|
||||
"rimraf": "2.6.3",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
"prepublishOnly": "pnpm run tsc",
|
||||
"tsc": "rimraf lib && tsc",
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"test-with-preview": "pnpm run lint && ts-node test && mos t",
|
||||
"test-with-preview": "pnpm run lint && ts-node test",
|
||||
"pretest": "npm config rm fetch-retry-maxtimeout",
|
||||
"test": "pnpm run lint && pnpm run tsc && ts-node test && mos t"
|
||||
"test": "pnpm run lint && pnpm run tsc && ts-node test"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/config",
|
||||
"keywords": [
|
||||
@@ -43,8 +43,6 @@
|
||||
"@types/node": "*",
|
||||
"@types/tape": "4.2.33",
|
||||
"@types/which": "1.3.1",
|
||||
"mos": "2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "1.0.4",
|
||||
"mz": "2.7.0",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
@@ -52,13 +50,5 @@
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "pnpm run tsc && mos test && tslint -c tslint.json -p .",
|
||||
"test": "pnpm run tsc && tslint -c tslint.json -p .",
|
||||
"tsc": "rimraf lib && tsc",
|
||||
"prepublishOnly": "pnpm run tsc"
|
||||
},
|
||||
@@ -29,18 +29,8 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "*",
|
||||
"mos": "2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "1.0.4",
|
||||
"rimraf": "2.6.3",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
"scripts": {
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"tsc": "rimraf lib && tsc",
|
||||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check && mos t",
|
||||
"md": "mos",
|
||||
"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/default-fetcher",
|
||||
@@ -39,20 +38,10 @@
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/tape": "4.2.33",
|
||||
"mos": "2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "1.0.4",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -65,7 +65,6 @@
|
||||
"delay": "4.2.0",
|
||||
"ghooks": "2.0.4",
|
||||
"load-json-file": "6.0.0",
|
||||
"mos-tap-diff": "1.0.0",
|
||||
"normalize-newline": "3.0.0",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
"scripts": {
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"tsc": "rimraf lib && tsc",
|
||||
"test": "pnpm run tsc && pnpm run lint && ts-node test && mos t",
|
||||
"md": "mos",
|
||||
"test": "pnpm run tsc && pnpm run lint && ts-node test",
|
||||
"prepublishOnly": "pnpm run tsc"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/default-resolver",
|
||||
@@ -41,20 +40,10 @@
|
||||
"@pnpm/logger": "2.1.0",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/tape": "4.2.33",
|
||||
"mos": "2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "1.0.4",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,10 +11,9 @@
|
||||
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"pretest": "cd fixtures && pnpm recursive install --frozen-lockfile --no-shared-workspace-lockfile --no-link-workspace-packages && cd ../fixtureWithLinks && pnpm recursive install --frozen-lockfile --link-workspace-packages --no-shared-workspace-lockfile && cd ..",
|
||||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check && mos t",
|
||||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
|
||||
"prepublishOnly": "tsc",
|
||||
"tsc": "tsc",
|
||||
"md": "tsc && mos"
|
||||
"tsc": "tsc"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.15"
|
||||
@@ -55,20 +54,9 @@
|
||||
"@types/semver": "6.0.0",
|
||||
"@types/tape": "4.2.33",
|
||||
"dependencies-hierarchy": "link:",
|
||||
"mos": "2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "1.0.4",
|
||||
"mos-tap-diff": "1.0.0",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"test": "pnpm run tsc && pnpm link . && pnpm run lint && ts-node test.ts",
|
||||
"prepublishOnly": "tsc",
|
||||
"md": "mos",
|
||||
"tsc": "tsc"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/dependency-path",
|
||||
@@ -42,19 +41,9 @@
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/semver": "6.0.0",
|
||||
"@types/tape": "^4.2.30",
|
||||
"mos": "^2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "^1.0.4",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
"scripts": {
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"tsc": "rimraf lib && tsc",
|
||||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check && mos t",
|
||||
"md": "mos",
|
||||
"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/fetch-from-npm-registry",
|
||||
@@ -37,20 +36,10 @@
|
||||
"@types/node": "*",
|
||||
"@types/tape": "^4.2.31",
|
||||
"fetch-from-npm-registry": "link:",
|
||||
"mos": "^2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "^1.0.4",
|
||||
"rimraf": "^2.6.2",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
"scripts": {
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"tsc": "rimraf lib && tsc",
|
||||
"test": "pnpm run tsc && pnpm run lint && mos t",
|
||||
"md": "mos",
|
||||
"test": "pnpm run tsc && pnpm run lint",
|
||||
"prepublishOnly": "pnpm run tsc"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/fetch",
|
||||
@@ -35,18 +34,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"mos": "^2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "^1.0.4",
|
||||
"rimraf": "^2.6.2",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
"start": "pnpm run tsc -- --watch",
|
||||
"lint": "tslint -c tslint.json --project .",
|
||||
"tsc": "rimraf lib && tsc --pretty",
|
||||
"test": "pnpm run tsc && pnpm run lint && mos t",
|
||||
"md": "mos",
|
||||
"test": "pnpm run tsc && pnpm run lint",
|
||||
"prepublishOnly": "pnpm run tsc"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/fetcher-base",
|
||||
@@ -34,18 +33,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"mos": "^2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "^1.0.4",
|
||||
"rimraf": "^2.6.2",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,22 +11,13 @@
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
|
||||
"tsc": "tsc",
|
||||
"prepublishOnly": "pnpm run tsc",
|
||||
"md": "mos"
|
||||
"prepublishOnly": "pnpm run tsc"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/find-packages",
|
||||
"keywords": [
|
||||
"find",
|
||||
"package"
|
||||
],
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
@@ -45,8 +36,6 @@
|
||||
"@types/node": "12",
|
||||
"@types/tape": "^4.2.29",
|
||||
"find-packages": "link:",
|
||||
"mos": "^2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "^1.0.4",
|
||||
"tape": "^4.6.3",
|
||||
"ts-node": "^8.0.1",
|
||||
"tslint": "^5.0.0",
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
"scripts": {
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"tsc": "rimraf lib && tsc",
|
||||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check && mos t",
|
||||
"md": "mos",
|
||||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
|
||||
"prepublishOnly": "pnpm run tsc",
|
||||
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix"
|
||||
},
|
||||
@@ -45,20 +44,10 @@
|
||||
"@types/semver": "6.0.0",
|
||||
"@types/tape": "^4.2.31",
|
||||
"is-windows": "1.0.2",
|
||||
"mos": "^2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "^1.0.4",
|
||||
"rimraf": "^2.6.2",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
"scripts": {
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"tsc": "rimraf lib && tsc",
|
||||
"test": "pnpm run lint && pnpm run tsc && ts-node test --type-check && mos t",
|
||||
"md": "mos",
|
||||
"test": "pnpm run lint && pnpm run tsc && ts-node test --type-check",
|
||||
"prepublishOnly": "pnpm run tsc",
|
||||
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix"
|
||||
},
|
||||
@@ -50,20 +49,10 @@
|
||||
"@types/tape": "4.2.33",
|
||||
"json-append": "1.1.1",
|
||||
"load-json-file": "6.0.0",
|
||||
"mos": "2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "1.0.4",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
"scripts": {
|
||||
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"md": "tsc && mos",
|
||||
"prepareFixtures": "cd test && pnpm recursive install --no-link-workspace-packages && cd ..",
|
||||
"prepublishOnly": "tsc",
|
||||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
|
||||
@@ -56,19 +55,9 @@
|
||||
"@types/ramda": "0.25.39",
|
||||
"@types/tape": "4.2.33",
|
||||
"common-tags": "1.8.0",
|
||||
"mos": "2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "1.0.4",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"tsc": "tsc",
|
||||
"test": "pnpm run tsc && pnpm run lint && ts-node test --ts-node",
|
||||
"md": "mos",
|
||||
"prepublishOnly": "pnpm run tsc",
|
||||
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix"
|
||||
},
|
||||
@@ -44,19 +43,9 @@
|
||||
"@types/graceful-fs": "4.1.3",
|
||||
"@types/node": "*",
|
||||
"@types/tape": "^4.2.31",
|
||||
"mos": "^2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "^1.0.4",
|
||||
"tape": "^4.8.0",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
"scripts": {
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"tsc": "rimraf lib && tsc",
|
||||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check && mos t",
|
||||
"md": "mos",
|
||||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
|
||||
"prepublishOnly": "pnpm run tsc",
|
||||
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix"
|
||||
},
|
||||
@@ -38,21 +37,11 @@
|
||||
"@pnpm/modules-yaml": "3.0.2",
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/tape": "4.2.33",
|
||||
"mos": "2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "1.0.4",
|
||||
"rimraf": "2.6.3",
|
||||
"tape": "4.10.1",
|
||||
"tempy": "0.3.0",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
"scripts": {
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"tsc": "rimraf lib && tsc",
|
||||
"test": "rimraf .store && pnpm run tsc && pnpm run lint && ts-node test --type-check && mos t",
|
||||
"md": "mos",
|
||||
"test": "rimraf .store && pnpm run tsc && pnpm run lint && ts-node test --type-check",
|
||||
"prepublishOnly": "pnpm run tsc"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/npm-resolver",
|
||||
@@ -59,8 +58,6 @@
|
||||
"@types/semver": "6.0.0",
|
||||
"@types/ssri": "^6.0.0",
|
||||
"@types/tape": "^4.2.31",
|
||||
"mos": "^2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "^1.0.4",
|
||||
"nock": "^10.0.0",
|
||||
"path-exists": "4.0.0",
|
||||
"rimraf": "^2.6.2",
|
||||
@@ -69,13 +66,5 @@
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
"test": "pnpm run tsc && tslint --config tslint.json src/**/*.ts test/**/*.ts && pnpm run test:e2e",
|
||||
"prepublishOnly": "tsc",
|
||||
"tsc": "tsc",
|
||||
"md": "mos",
|
||||
"pnpm-registry-mock": "pnpm-registry-mock",
|
||||
"test:tap": "ts-node test --type-check",
|
||||
"test:e2e": "run-p -r pnpm-registry-mock test:tap"
|
||||
@@ -55,21 +54,11 @@
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/tape": "4.2.33",
|
||||
"mos": "2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "1.0.4",
|
||||
"npm-run-all": "4.1.5",
|
||||
"pnpm-registry-mock": "2.12.0",
|
||||
"tape": "4.10.1",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
"start": "pnpm run tsc -- --watch",
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"tsc": "rimraf lib && tsc --pretty",
|
||||
"test": "pnpm run lint && pnpm run tsc && rimraf .store && ts-node test --type-check && mos t",
|
||||
"md": "mos",
|
||||
"test": "pnpm run lint && pnpm run tsc && rimraf .store && ts-node test --type-check",
|
||||
"prepublishOnly": "pnpm run tsc"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/package-requester",
|
||||
@@ -67,8 +66,6 @@
|
||||
"@types/sinon": "^7.0.10",
|
||||
"@types/tape": "4.2.33",
|
||||
"delay": "4.2.0",
|
||||
"mos": "2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "1.0.4",
|
||||
"ncp": "2.0.0",
|
||||
"nock": "10.0.6",
|
||||
"normalize-path": "3.0.0",
|
||||
@@ -79,16 +76,5 @@
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
},
|
||||
"publishConfig": {
|
||||
"scripts": {}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"test": "pnpm run lint && pnpm run tsc && ts-node test --type-check",
|
||||
"prepublishOnly": "tsc",
|
||||
"tsc": "tsc",
|
||||
"md": "mos"
|
||||
"tsc": "tsc"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-importer-manifest",
|
||||
"keywords": [
|
||||
@@ -52,20 +51,10 @@
|
||||
"@types/json5": "0.0.30",
|
||||
"@types/node": "^10.3.2",
|
||||
"@types/tape": "^4.2.31",
|
||||
"mos": "^2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "^1.0.4",
|
||||
"tape": "^4.8.0",
|
||||
"tempy": "0.3.0",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "^5.8.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"test": "pnpm run lint && pnpm run tsc && ts-node test --type-check",
|
||||
"prepublishOnly": "tsc",
|
||||
"tsc": "tsc",
|
||||
"md": "mos"
|
||||
"tsc": "tsc"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json",
|
||||
"keywords": [
|
||||
@@ -42,19 +41,9 @@
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"@types/node": "^10.3.2",
|
||||
"@types/tape": "^4.2.31",
|
||||
"mos": "^2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "^1.0.4",
|
||||
"tape": "^4.8.0",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "^5.8.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
"start": "pnpm run tsc -- --watch",
|
||||
"lint": "tslint -c tslint.json --project .",
|
||||
"tsc": "rimraf lib && tsc --pretty",
|
||||
"test": "pnpm run tsc && pnpm run lint && mos t",
|
||||
"md": "mos",
|
||||
"test": "pnpm run tsc && pnpm run lint",
|
||||
"prepublishOnly": "pnpm run tsc"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base",
|
||||
@@ -31,18 +30,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"mos": "^2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "^1.0.4",
|
||||
"rimraf": "^2.6.2",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
"scripts": {
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"tsc": "rimraf lib && tsc",
|
||||
"test": "rimraf .store && pnpm run tsc && pnpm run lint && ts-node test --type-check && mos t",
|
||||
"md": "mos",
|
||||
"test": "rimraf .store && pnpm run tsc && pnpm run lint && ts-node test --type-check",
|
||||
"prepublishOnly": "pnpm run tsc"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/server",
|
||||
@@ -45,8 +44,6 @@
|
||||
"@types/tape": "4.2.33",
|
||||
"@types/uuid": "3.4.4",
|
||||
"is-port-reachable": "2.0.1",
|
||||
"mos": "2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "1.0.4",
|
||||
"mz": "2.7.0",
|
||||
"node-fetch": "2.5.0",
|
||||
"rimraf": "2.6.3",
|
||||
@@ -56,14 +53,6 @@
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@pnpm/fetch": "1.0.0",
|
||||
"@pnpm/store-controller-types": "3.0.3",
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
"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 && mos t",
|
||||
"md": "mos",
|
||||
"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",
|
||||
@@ -32,20 +31,10 @@
|
||||
"@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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "pnpm run tsc && mos test && tslint -c tslint.json -p .",
|
||||
"test": "pnpm run tsc && tslint -c tslint.json -p .",
|
||||
"tsc": "rimraf lib && tsc",
|
||||
"prepublishOnly": "pnpm run tsc"
|
||||
},
|
||||
@@ -28,18 +28,8 @@
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/types#readme",
|
||||
"devDependencies": {
|
||||
"@pnpm/tslint-config": "0.0.0",
|
||||
"mos": "2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "1.0.4",
|
||||
"rimraf": "2.6.3",
|
||||
"tslint": "5.16.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
||||
"test": "pnpm run lint && pnpm run tsc && ts-node test --type-check",
|
||||
"prepublishOnly": "tsc",
|
||||
"tsc": "tsc",
|
||||
"md": "mos"
|
||||
"tsc": "tsc"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/write-importer-manifest",
|
||||
"keywords": [
|
||||
@@ -45,20 +44,10 @@
|
||||
"@pnpm/write-importer-manifest": "link:",
|
||||
"@types/node": "^10.3.2",
|
||||
"@types/tape": "^4.2.31",
|
||||
"mos": "^2.0.0-alpha.3",
|
||||
"mos-plugin-readme": "^1.0.4",
|
||||
"tape": "^4.8.0",
|
||||
"tempy": "0.3.0",
|
||||
"ts-node": "8.1.0",
|
||||
"tslint": "^5.8.0",
|
||||
"typescript": "3.4.5"
|
||||
},
|
||||
"mos": {
|
||||
"plugins": [
|
||||
"readme"
|
||||
],
|
||||
"installation": {
|
||||
"useShortAlias": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1538
pnpm-lock.yaml
generated
1538
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user