Files
pnpm/packages/supi/package.json
2018-11-15 11:18:36 +02:00

175 lines
4.8 KiB
JSON

{
"name": "supi",
"description": "Fast, disk space efficient installation engine",
"version": "0.25.8-1",
"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"
},
"dependencies": {
"@pnpm/check-package": "2.0.0",
"@pnpm/core-loggers": "1.0.0",
"@pnpm/fs-locker": "1.0.2",
"@pnpm/headless": "1.0.0-1",
"@pnpm/lifecycle": "3.0.2",
"@pnpm/link-bins": "3.0.1",
"@pnpm/modules-cleaner": "1.0.7",
"@pnpm/modules-yaml": "2.0.0",
"@pnpm/package-requester": "4.1.9",
"@pnpm/pkgid-to-filename": "2.0.0",
"@pnpm/read-manifests": "1.0.0-0",
"@pnpm/read-package-json": "1.0.1",
"@pnpm/resolve-dependencies": "1.0.7",
"@pnpm/resolver-base": "2.0.0",
"@pnpm/shamefully-flatten": "1.0.1",
"@pnpm/store-controller-types": "1.0.0",
"@pnpm/symlink-dependency": "1.1.0",
"@pnpm/types": "2.0.0",
"@pnpm/utils": "0.9.0",
"@types/byline": "4.2.31",
"@types/common-tags": "1.4.0",
"@types/mz": "0.0.32",
"@types/node": "10.12.5",
"@types/nopt": "3.0.29",
"@types/npm": "2.0.29",
"@types/p-every": "1.0.0",
"@types/p-series": "1.0.1",
"@types/ramda": "0.25.34",
"@types/rc": "0.0.1",
"@types/semver": "5.5.0",
"@zkochan/npm-package-arg": "1.0.0",
"common-tags": "1.8.0",
"dependency-path": "2.0.0",
"encode-registry": "1.1.0",
"execa": "1.0.0",
"get-npm-tarball-url": "2.0.1",
"graceful-fs": "4.1.15",
"graph-sequencer": "2.0.0",
"import-from": "2.1.0",
"is-ci": "1.2.1",
"is-inner-link": "2.0.2",
"is-subdir": "1.0.2",
"load-json-file": "5.1.0",
"mkdirp-promise": "5.0.1",
"mz": "2.7.0",
"normalize-path": "3.0.0",
"normalize-registry-url": "1.0.0",
"os-homedir": "1.0.2",
"p-every": "1.0.2",
"p-filter": "1.0.0",
"p-limit": "2.0.0",
"path-absolute": "1.0.0",
"pnpm-shrinkwrap": "8.1.3",
"ramda": "0.25.0",
"remove-all-except-outer-links": "1.0.3",
"replace-string": "2.0.0",
"resolve-link-target": "1.0.1",
"rimraf-then": "1.0.1",
"semver": "5.6.0",
"symlink-dir": "2.0.2",
"util.promisify": "1.0.0",
"validate-npm-package-name": "3.0.0",
"write-pkg": "3.2.0"
},
"devDependencies": {
"@pnpm/assert-project": "link:../../privatePackages/assert-project",
"@pnpm/default-fetcher": "2.0.6",
"@pnpm/default-resolver": "2.0.5",
"@pnpm/logger": "2.1.0",
"@pnpm/package-store": "1.0.0",
"@pnpm/prepare": "0.0.0",
"@pnpm/store-path": "1.0.3",
"@pnpm/tslint-config": "0.0.0",
"@types/is-windows": "0.2.0",
"@types/mkdirp": "0.5.2",
"@types/sinon": "5.0.5",
"@types/tape": "4.2.32",
"anonymous-npm-registry-client": "0.1.2",
"caw": "2.0.1",
"cross-spawn": "6.0.5",
"deep-require-cwd": "1.0.0",
"exists-link": "2.0.0",
"is-windows": "1.0.2",
"load-yaml-file": "0.1.0",
"mkdirp": "0.5.1",
"ncp": "2.0.0",
"npm-run-all": "4.1.3",
"npm-scripts-info": "0.3.9",
"package-preview": "1.0.6",
"path-exists": "3.0.0",
"path-name": "1.0.0",
"pnpm-registry-mock": "2.4.0",
"read-pkg": "4.0.1",
"rimraf": "2.6.2",
"sepia": "2.0.2",
"sinon": "7.1.1",
"supi": "link:",
"tape": "4.9.1",
"tape-promise": "4.0.0",
"ts-node": "6.2.0",
"tslint": "5.11.0",
"typescript": "3.1.6",
"write-json-file": "3.0.2",
"write-yaml-file": "2.0.0"
},
"directories": {
"test": "test"
},
"homepage": "https://pnpm.js.org",
"keywords": [
"dependency manager",
"install",
"installer",
"uninstall",
"remove",
"link",
"prune",
"shrinkwrap",
"lockfile",
"fast",
"rapid",
"efficient",
"package.json",
"packages",
"dependencies",
"symlinks",
"hardlinks",
"modules",
"npm",
"package manager"
],
"license": "MIT",
"engines": {
"node": ">=6"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/supi",
"scripts": {
"info": "npm-scripts-info",
"start": "npm run tsc -- --watch",
"?commit": "echo 'Run Git commit wizard'",
"commit": "commit",
"commitmsg": "commitlint -e",
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"pnpm-registry-mock": "pnpm-registry-mock",
"test:tap": "ts-node test",
"test:e2e": "npm-run-all -p -r pnpm-registry-mock test:tap",
"pretest": "rimraf ../../../.tmp/ && pnpm-registry-mock prepare",
"test-with-preview": "npm run lint && preview && npm run test:e2e",
"test": "npm run lint && npm run tsc && npm run test:e2e",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "npm run tsc"
}
}