{ "_from": "@nuxt/typescript-build@^2.1.0", "_id": "@nuxt/typescript-build@2.1.0", "_inBundle": false, "_integrity": "sha512-7TLMpfzgOckf3cBkzoPFns6Xl8FzY6MoFfm/5HUE47QeTWAdOG9ZFxMrVhHWieZHYUuV+k6byRtaRv4S/3R8zA==", "_location": "/@nuxt/typescript-build", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@nuxt/typescript-build@^2.1.0", "name": "@nuxt/typescript-build", "escapedName": "@nuxt%2ftypescript-build", "scope": "@nuxt", "rawSpec": "^2.1.0", "saveSpec": null, "fetchSpec": "^2.1.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/@nuxt/typescript-build/-/typescript-build-2.1.0.tgz", "_shasum": "191fe60e942ce84a01468ba6e255744e01c7c538", "_spec": "@nuxt/typescript-build@^2.1.0", "_where": "D:\\project\\PAM\\PAMapp", "bugs": { "url": "https://github.com/nuxt/typescript/issues" }, "bundleDependencies": false, "dependencies": { "consola": "^2.15.3", "fork-ts-checker-webpack-plugin": "^6.1.1", "ts-loader": "^8.0.17", "typescript": "~4.2" }, "deprecated": false, "description": "Nuxt.js TypeScript support", "files": [ "dist" ], "homepage": "https://github.com/nuxt/typescript#readme", "license": "MIT", "main": "dist/index.js", "name": "@nuxt/typescript-build", "peerDependencies": { "@nuxt/types": ">=2.13.1" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/nuxt/typescript.git" }, "scripts": { "build": "yarn run clean && yarn compile", "clean": "rm -rf dist", "compile": "tsc" }, "types": "dist/index.d.ts", "version": "2.1.0" }