![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/node_modules/resolve/ |
{ "_args": [ [ "[email protected]", "/home/corals/clinic.corals.io" ] ], "_development": true, "_from": "[email protected]", "_id": "[email protected]", "_inBundle": false, "_integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", "_location": "/resolve", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "[email protected]", "name": "resolve", "escapedName": "resolve", "rawSpec": "1.20.0", "saveSpec": null, "fetchSpec": "1.20.0" }, "_requiredBy": [ "/@babel/helper-define-polyfill-provider", "/postcss-import", "/rechoir" ], "_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", "_spec": "1.20.0", "_where": "/home/corals/clinic.corals.io", "author": { "name": "James Halliday", "email": "[email protected]", "url": "http://substack.net" }, "bugs": { "url": "https://github.com/browserify/resolve/issues" }, "dependencies": { "is-core-module": "^2.2.0", "path-parse": "^1.0.6" }, "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously", "devDependencies": { "@ljharb/eslint-config": "^17.5.1", "array.prototype.map": "^1.0.3", "aud": "^1.1.4", "eclint": "^2.8.1", "eslint": "^7.19.0", "object-keys": "^1.1.1", "safe-publish-latest": "^1.1.4", "tap": "0.4.13", "tape": "^5.1.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" }, "homepage": "https://github.com/browserify/resolve#readme", "keywords": [ "resolve", "require", "node", "module" ], "license": "MIT", "main": "index.js", "name": "resolve", "repository": { "type": "git", "url": "git://github.com/browserify/resolve.git" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "npm run test:multirepo && aud --production", "prelint": "eclint check '**/*'", "prepublish": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/ ||:", "pretest": "npm run lint", "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async", "test": "npm run --silent tests-only", "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test", "tests-only": "tape test/*.js" }, "version": "1.20.0" }