{ "_from": "sucrase@^3.20.0", "_id": "sucrase@3.20.1", "_inBundle": false, "_integrity": "sha512-BIG59HaJOxNct9Va6KvT5yzBA/rcMGetzvZyTx0ZdCcspIbpJTPS64zuAfYlJuOj+3WaI5JOdA+F0bJQQi8ZiQ==", "_location": "/sucrase", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "sucrase@^3.20.0", "name": "sucrase", "escapedName": "sucrase", "rawSpec": "^3.20.0", "saveSpec": null, "fetchSpec": "^3.20.0" }, "_requiredBy": [ "/@expo/config" ], "_resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.20.1.tgz", "_shasum": "1c055e97d0fab2f9857f02461364075b3a4ab226", "_spec": "sucrase@^3.20.0", "_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@expo/config", "author": { "name": "Alan Pierce", "email": "alangpierce@gmail.com" }, "bin": { "sucrase": "bin/sucrase", "sucrase-node": "bin/sucrase-node" }, "bugs": { "url": "https://github.com/alangpierce/sucrase/issues" }, "bundleDependencies": false, "dependencies": { "commander": "^4.0.0", "glob": "7.1.6", "lines-and-columns": "^1.1.6", "mz": "^2.7.0", "pirates": "^4.0.1", "ts-interface-checker": "^0.1.9" }, "deprecated": false, "description": "Super-fast alternative to Babel for when you can target modern JS runtimes", "devDependencies": { "@types/glob": "7.1.1", "@types/mocha": "^5.2.7", "@types/mz": "^0.0.32", "@types/node": "^12.12.7", "@typescript-eslint/eslint-plugin": "^4.11.1", "@typescript-eslint/parser": "^4.11.1", "chalk": "2.4.1", "codecov": "^3.8.1", "eslint": "^6.6.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-config-prettier": "^6.5.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.1.1", "mocha": "^7.1.1", "nyc": "^14.1.1", "prettier": "^2.0.5", "sucrase": "^3.20.0", "test262-harness": "^6.5.0", "ts-interface-builder": "^0.2.1", "typescript": "^4.1.3" }, "engines": { "node": ">=8" }, "homepage": "https://github.com/alangpierce/sucrase#readme", "keywords": [ "babel", "jsx", "typescript", "flow" ], "license": "MIT", "main": "dist/index", "module": "dist/index.mjs", "name": "sucrase", "repository": { "type": "git", "url": "git+https://github.com/alangpierce/sucrase.git" }, "resolutions": { "**/eshost/socket.io": "^2" }, "scripts": { "benchmark": "cd benchmark && yarn && sucrase-node ./benchmark.ts", "benchmark-compare": "sucrase-node ./benchmark/compare-performance.ts", "build": "sucrase-node script/build.ts", "clean": "rm -rf ./build ./dist ./dist-self-build ./dist-types ./example-runner/example-repos ./test262/test262-checkout", "fast-build": "sucrase-node script/build.ts --fast", "generate": "sucrase-node generator/generate.ts", "lint": "sucrase-node script/lint.ts", "microbenchmark": "sucrase-node benchmark/microbenchmark.ts", "prepublishOnly": "yarn clean && yarn build", "profile": "node --inspect-brk ./node_modules/.bin/sucrase-node ./benchmark/profile", "profile-project": "node --inspect-brk ./node_modules/.bin/sucrase-node ./benchmark/benchmark-project.ts --profile", "release": "sucrase-node script/release.ts", "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "run-examples": "sucrase-node example-runner/example-runner.ts", "test": "yarn lint && yarn test-only", "test-only": "mocha './test/**/*.ts'", "test-with-coverage": "nyc mocha './test/**/*.ts'", "test262": "sucrase-node test262/run-test262.ts" }, "types": "dist/index.d.ts", "version": "3.20.1" }