UNPKG

install-module-linked

Version:
77 lines (76 loc) 1.81 kB
{ "name": "install-module-linked", "version": "1.1.82", "description": "Installs and symlinks a module into node_modules", "keywords": [ "npm", "install", "module", "cache", "symlink", "link" ], "homepage": "https://github.com/kmalakoff/install-module-linked#README.md", "bugs": { "url": "https://github.com/kmalakoff/install-module-linked/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/kmalakoff/install-module-linked.git" }, "license": "MIT", "author": { "name": "Kevin Malakoff", "email": "kmalakoff@gmail.com", "url": "https://github.com/kmalakoff" }, "type": "module", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./package.json": "./package.json" }, "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.cts", "bin": { "iml": "bin/cli.js" }, "files": [ "dist" ], "scripts": { "build": "tsds build", "format": "biome check --write --unsafe", "test": "mocha --no-timeouts test/**/*.test.*", "test:engines": "nvu engines tsds test:node --no-timeouts", "version": "tsds version" }, "dependencies": { "cross-spawn-cb": "^2.3.5", "exit": "^0.1.2", "function-exec-sync": "^1.3.4", "get-remote": "^2.0.6", "getopts-compat": "^2.2.6", "homedir-polyfill": "^1.0.3", "lock": "^1.1.0", "mkdirp-classic": "^0.5.3", "node-exec-path": "^1.1.3", "node-version-utils": "^1.3.2", "queue-cb": "^1.5.5", "rimraf2": "^2.8.2", "temp-suffix": "^0.1.20" }, "devDependencies": { "@types/mocha": "*", "@types/node": "*", "pinkie-promise": "*" }, "engines": { "node": ">=0.8" }, "tsds": { "source": "src/index.ts" } }