{"bin":{"ts-node":"dist/bin.js","ts-script":"dist/bin-script-deprecated.js","ts-node-script":"dist/bin-script.js","ts-node-transpile-only":"dist/bin-transpile.js"},"bugs":{"url":"https://github.com/TypeStrong/ts-node/issues"},"dist":{"shasum":"51a9a450a3e959401bda5f004a72d54b936d376d","tarball":"https://registry.npmjs.org/ts-node/-/ts-node-9.1.1.tgz","fileCount":46,"integrity":"sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==","signatures":[{"sig":"MEUCIQCms5BugCb8Ec4Qplu+zPtU82x2VitSqPA8bP40lONprAIgFgeHcgCQ7fCg1xjrlAtLC/eXd+fBhmuVx8XSf3GhKQo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":410493,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzkCYCRA9TVsSAnZWagAAMnYP+QGQoUN45Nj4t5FdRJjC\n/z9R5IWpdHlQV/8NCmiCU25a/e80cqUr0FllWMFTlBAvIp06xc+7K1xIUm2R\nmra0DUBDnETjaaNtqOsd+GQMTZirRnfzgls7D9N2ZzSihZnKiG2uXrjdSnfV\nwO87PHBkYgFY/usOCQZhomtpCYsNLf9dz1mugUdUaGAexBmBbx5Iuy6xZw9M\n7RqIwMpAQcsg1bdYxz8UPhSYXcT/Y6orfNQRQFu3AqFnX3aWDreN4oRCfbLH\n3V0CCoSZkEWv4byILu2dFS5js5q+5PGKrdPB+bSRZ5xtmjaJ556tRteHoYx7\n5tjao09teiuzRh0moFLZJlsZb1yCCvjqk0iKlUQxOToorlQRqwdoZH8k2csj\nuX8PycrL5U6WnQ+SDC2JfHT0KXKJVanNqL53KTCOkCnxy0ldqoqBcvvbOYAB\nrDba+u2HRPZJwlEnaenStC+K13Vo29a26anQpjNILaqkR6JwUhX7JrVstF/M\nRbno0/T8P+PF5yXewpvEwajFMCMySmYWUWgg6wWj+7WGJaCUj+uTUdeU3FtH\n+4Ogyo1jvYClTrfTfYrMqVmtrSCdQ7iahWZRUsQIkGCoIX510pOPyB5gAqsi\nZwprpEm5OexoXNqOkiW0I1wiGbszmC3VV94mzsy/Wngt2EspBR4VDdrF68EF\nR0mB\r\n=mjDZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","name":"ts-node","types":"dist/index.d.ts","author":{"url":"http://blakeembrey.me","name":"Blake Embrey","email":"hello@blakeembrey.com"},"engines":{"node":">=10.0.0"},"exports":{".":"./dist/index.js","./esm":"./esm.mjs","./esm.mjs":"./esm.mjs","./package":"./package.json","./dist/bin":"./dist/bin.js","./register":"./register/index.js","./dist/bin.js":"./dist/bin.js","./package.json":"./package.json","./register/files":"./register/files.js","./dist/bin-script":"./dist/bin-script.js","./dist/bin-script.js":"./dist/bin-script.js","./dist/bin-transpile":"./dist/bin-transpile.js","./esm/transpile-only":"./esm/transpile-only.mjs","./register/type-check":"./register/type-check.js","./dist/bin-transpile.js":"./dist/bin-transpile.js","./esm/transpile-only.mjs":"./esm/transpile-only.mjs","./register/transpile-only":"./register/transpile-only.js"},"license":"MIT","scripts":{"lint":"tslint \"src/**/*.ts\" --project tsconfig.json","test":"npm run build && npm run lint && npm run test-cov --","build":"npm run build-nopack && npm run build-pack","clean":"rimraf dist && rimraf tsconfig.schema.json && rimraf tsconfig.schemastore-schema.json && rimraf tests/ts-node-packed.tgz","prepare":"npm run build-nopack","lint-fix":"tslint \"src/**/*.ts\" --project tsconfig.json --fix","test-cov":"nyc mocha -- \"dist/**/*.spec.js\" -R spec --bail","build-tsc":"tsc","test-spec":"mocha dist/**/*.spec.js -R spec --bail","build-pack":"node ./scripts/build-pack.js","build-nopack":"npm run clean && npm run build-tsc && npm run build-configSchema","coverage-report":"nyc report --reporter=lcov","build-configSchema":"typescript-json-schema --topRef --refs --validationKeywords allOf --out tsconfig.schema.json tsconfig.json TsConfigSchema && node --require ./register ./scripts/create-merged-schema"},"_npmUser":{"name":"cspotcode","email":"cspotcode@gmail.com"},"homepage":"https://github.com/TypeStrong/ts-node","keywords":["typescript","node","runtime","environment","ts","compiler"],"repository":{"url":"git://github.com/TypeStrong/ts-node.git","type":"git"},"_npmVersion":"6.14.7","description":"TypeScript execution environment and REPL for node.js, with source map support","directories":{},"maintainers":[{"name":"blakeembrey","email":"hello@blakeembrey.com"},{"name":"cspotcode","email":"cspotcode@gmail.com"}],"_nodeVersion":"14.8.0","dependencies":{"yn":"3.1.1","arg":"^4.1.0","diff":"^4.0.1","make-error":"^1.1.1","create-require":"^1.1.0","source-map-support":"^0.5.17"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.1","chai":"^4.0.1","axios":"^0.19.0","mocha":"^6.2.2","react":"^16.0.0","lodash":"^4.17.15","rimraf":"^3.0.0","semver":"^7.1.3","tslint":"^6.1.0","get-stream":"^6.0.0","proxyquire":"^2.0.0","typescript":"4.1.2","@types/chai":"^4.0.4","@types/diff":"^4.0.2","@types/node":"13.13.5","ntypescript":"^1.201507091536.1","@types/mocha":"^5.2.7","@types/react":"^16.0.2","@types/lodash":"^4.14.151","@types/rimraf":"^3.0.0","@types/semver":"^7.1.0","util.promisify":"^1.0.1","@types/proxyquire":"^1.3.28","tslint-config-standard":"^9.0.0","typescript-json-schema":"^0.42.0","@types/source-map-support":"^0.5.0"},"peerDependencies":{"typescript":">=2.7"},"_npmOperationalInternal":{"tmp":"tmp/ts-node_9.1.1_1607352471623_0.8626998199938978","host":"s3://npm-registry-packages"},"_id":"ts-node@9.1.1","version":"9.1.1"}