| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/parsmega.nuxt/node_modules/tsconfig-paths/ |
Upload File : |
{
"_args": [
[
"tsconfig-paths@3.15.0",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_development": true,
"_from": "tsconfig-paths@3.15.0",
"_id": "tsconfig-paths@3.15.0",
"_inBundle": false,
"_integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
"_location": "/tsconfig-paths",
"_phantomChildren": {
"minimist": "1.2.8"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "tsconfig-paths@3.15.0",
"name": "tsconfig-paths",
"escapedName": "tsconfig-paths",
"rawSpec": "3.15.0",
"saveSpec": null,
"fetchSpec": "3.15.0"
},
"_requiredBy": [
"/eslint-plugin-import"
],
"_resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
"_spec": "3.15.0",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"author": {
"name": "Jonas Kello"
},
"bugs": {
"url": "https://github.com/dividab/tsconfig-paths/issues"
},
"dependencies": {
"@types/json5": "^0.0.29",
"json5": "^1.0.2",
"minimist": "^1.2.6",
"strip-bom": "^3.0.0"
},
"description": "Load node modules according to tsconfig paths, in run-time or via API.",
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/minimist": "^1.2.2",
"@types/node": "^6.0.54",
"@types/strip-bom": "^3.0.0",
"@types/strip-json-comments": "^0.0.30",
"husky": "^4.2.5",
"jest": "^27.3.1",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"rimraf": "^2.6.2",
"ts-jest": "^27.0.7",
"ts-node": "^10.7.0",
"tslint": "^5.8.0",
"typescript": "^4.5.2"
},
"files": [
"/src",
"/lib",
"register.js",
"package.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/dividab/tsconfig-paths#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"license": "MIT",
"lint-staged": {
"*.{ts,tsx}": "tslint",
"*.{ts,tsx,json,css}": [
"prettier --write",
"git add"
]
},
"main": "lib/index.js",
"name": "tsconfig-paths",
"repository": {
"type": "git",
"url": "git+https://github.com/dividab/tsconfig-paths.git"
},
"scripts": {
"build": "rimraf lib && tsc -p .",
"example:api": "cd example/api && ts-node main.ts",
"example:node": "yarn build && cd ./example/node && ts-node -r ../register.js main.ts",
"example:perf": "cd example/perf && ts-node main.ts",
"example:project": "yarn build && ts-node -r ./register.js -P ./example/project/tsconfig.json ./example/project/main.ts",
"lint": "tslint './{src,tests}/**/*.ts{,x}'",
"postversion": "git push --tags && yarn publish --new-version $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\"",
"preversion": "yarn verify",
"start": "cd src && ts-node index.ts",
"test": "jest",
"test-coverage": "jest --coverage",
"verify": "yarn build && yarn lint && yarn test-coverage"
},
"types": "lib/index.d.ts",
"version": "3.15.0"
}