{ "name": "supi", "description": "Fast, disk space efficient installation engine", "version": "0.7.12", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", "url": "https://www.kochan.io/" }, "bugs": { "url": "https://github.com/pnpm/supi/issues" }, "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib/" ], "peerDependencies": { "@pnpm/logger": "^1.0.0" }, "dependencies": { "@pnpm/default-fetcher": "^0.3.0", "@pnpm/default-resolver": "^0.1.0", "@pnpm/package-requester": "^0.2.0", "@pnpm/types": "^1.2.1", "@types/byline": "^4.2.31", "@types/common-tags": "^1.2.5", "@types/load-json-file": "^2.0.5", "@types/mz": "^0.0.32", "@types/node": "^8.0.34", "@types/nopt": "^3.0.29", "@types/npm": "^2.0.28", "@types/p-series": "^1.0.0", "@types/ramda": "0.25.3", "@types/rc": "^0.0.1", "@types/semver": "^5.3.30", "@types/update-notifier": "^1.0.0", "@zkochan/cmd-shim": "^2.2.4", "@zkochan/npm-lifecycle": "^0.0.6", "@zkochan/npm-package-arg": "^1.0.0", "arr-flatten": "^1.0.1", "byline": "^5.0.0", "common-tags": "^1.4.0", "cross-spawn": "^5.0.0", "dependency-path": "^1.2.0", "encode-registry": "^1.0.0", "execa": "^0.8.0", "find-up": "^2.1.0", "get-npm-tarball-url": "^2.0.0", "graceful-fs": "^4.1.11", "is-ci": "^1.0.10", "is-inner-link": "^2.0.0", "is-subdir": "^1.0.1", "is-windows": "^1.0.0", "load-json-file": "^4.0.0", "load-yaml-file": "^0.1.0", "mkdirp-promise": "^5.0.1", "mz": "^2.7.0", "ncp": "^2.0.0", "node-gyp": "^3.6.0", "normalize-path": "^2.1.1", "normalize-registry-url": "^1.0.0", "os-homedir": "^1.0.2", "p-filter": "^1.0.0", "p-limit": "^1.1.0", "p-series": "^1.0.0", "package-store": "^0.10.1", "path-absolute": "^1.0.0", "path-exists": "^3.0.0", "path-name": "^1.0.0", "pnpm-install-checks": "^1.1.0", "pnpm-shrinkwrap": "^5.0.0", "proper-lockfile": "^2.0.0", "ramda": "^0.25.0", "read-package-json": "^2.0.5", "remove-all-except-outer-links": "^1.0.0", "rimraf-then": "^1.0.1", "semver": "^5.3.0", "symlink-dir": "^1.1.0", "thenify": "^3.3.0", "validate-npm-package-name": "^3.0.0", "write-pkg": "^3.1.0", "write-yaml-file": "^1.0.0" }, "devDependencies": { "@commitlint/cli": "^4.2.0", "@commitlint/config-angular": "^4.2.0", "@commitlint/prompt-cli": "^4.2.0", "@pnpm/logger": "^1.0.0", "@types/mkdirp": "^0.5.1", "@types/sinon": "^2.3.2", "@types/tape": "^4.2.30", "@zkochan/husky": "^0.0.0", "anonymous-npm-registry-client": "^0.1.2", "caw": "^2.0.0", "deep-require-cwd": "^1.0.0", "exists-link": "^2.0.0", "isexe": "^2.0.0", "mkdirp": "^0.5.1", "npm-run-all": "^4.0.1", "npm-scripts-info": "^0.3.6", "package-preview": "^1.0.0", "pnpm-registry-mock": "^1.14.0", "read-pkg": "^3.0.0", "rimraf": "^2.6.2", "sepia": "^2.0.2", "sinon": "^2.4.1", "tape": "^4.8.0", "tape-promise": "^2.0.1", "ts-node": "^3.0.0", "tslint": "^5.4.2", "typescript": "^2.6.1", "write-json-file": "^2.2.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": ">=4" }, "repository": { "type": "git", "url": "git+https://github.com/pnpm/supi.git" }, "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 --project .", "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": "npm run lint && preview && npm run test:e2e", "tsc": "rimraf lib && tsc", "prepublishOnly": "npm run tsc" }, "greenkeeper": { "ignore": [ "pnpm-default-reporter", "pnpm-file-reporter", "pnpm-install-checks", "pnpm-logger", "pnpm-registry-mock", "remove-all-except-outer-links", "pnpm-shrinkwrap" ] } }