Server IP : 162.213.251.212 / Your IP : 52.14.223.221 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/allssztx/www/easybuyer/node_modules/import-local/ |
Upload File : |
{ "name": "import-local", "version": "2.0.0", "description": "Let a globally installed package use a locally installed version of itself if available", "license": "MIT", "repository": "sindresorhus/import-local", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bin": { "import-local-fixture": "fixtures/cli.js" }, "engines": { "node": ">=6" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js", "fixtures/cli.js" ], "keywords": [ "import", "local", "require", "resolve", "global", "version", "prefer", "cli" ], "dependencies": { "pkg-dir": "^3.0.0", "resolve-cwd": "^2.0.0" }, "devDependencies": { "ava": "*", "cpy": "^7.0.1", "del": "^3.0.0", "execa": "^0.11.0", "xo": "*" }, "xo": { "ignores": [ "fixtures" ] } }