UNPKG

all-module-paths

Version:

Get all possible javascript (npm/yarn/pnpm) global or local, binaries or packages paths, e.g. node_modules and node_modules/.bin. Also works for those using NVM or such

98 lines (97 loc) 2.06 kB
{ "name": "all-module-paths", "version": "0.10.7", "licenseStart": 2018, "license": "MPL-2.0", "description": "Get all possible javascript (npm/yarn/pnpm) global or local, binaries or packages paths, e.g. node_modules and node_modules/.bin. Also works for those using NVM or such", "author": "Charlike Mike Reagent <opensource@tunnckocore.com> (https://tunnckocore.com)", "homepage": "https://tunnckocore.com/opensource", "funding": [ "https://ko-fi.com/tunnckoCore/commissions", "https://github.com/sponsors/tunnckoCore", "https://patreon.com/tunnckoCore" ], "repository": { "type": "git", "url": "https://github.com/tunnckoCore/opensource.git", "directory": "@packages/all-module-paths" }, "main": "src/main.js", "module": "src/index.js", "files": [ "index.d.ts", "src" ], "engines": { "node": ">=10.13" }, "publishConfig": { "access": "public", "tag": "latest" }, "scripts": {}, "dependencies": { "esm": "^3.2.25", "global-dirs": "^2.0.1" }, "jest": { "coverageThreshold": { "src/**/*.js": { "statements": 10, "branches": 10, "functions": 10, "lines": 10 } } }, "cov": { "value": 95.35, "color": "99CC09" }, "keywords": [ "bin", "bin-paths", "binaries", "developer-experience", "development", "dx", "global", "global-modules", "hela", "javascript", "local", "local-modules", "module", "module-paths", "npm", "package-paths", "packages", "paths", "pnpm", "tunnckocore-oss", "tunnckocorehq", "utils", "yarn" ], "verb": { "readme": "../../readme-template.md", "run": true, "toc": { "render": true, "method": "preWrite", "maxdepth": 4 }, "layout": "empty", "tasks": [ "readme" ], "lint": { "reflinks": true }, "reflinks": [], "related": { "list": [] } }, "gitHead": "b7a468acc6f3103e9b384e3d3201f55be7727ea7" }