Benign javascript Download

@babel/plugin-syntax-throw-expressions 7.23.3

“Allow parsing of Throw Expressions”

Babel monorepo GitHub URLBabel scoped npm package name

Evidence

Official Babel monorepo repository metadata package.json · lines 1–33
1{
2 "name": "@babel/plugin-syntax-throw-expressions",
3 "version": "7.23.3",
4 "description": "Allow parsing of Throw Expressions",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel.git",
8 "directory": "packages/babel-plugin-syntax-throw-expressions"
9 },
10 "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-throw-expressions",
11 "license": "MIT",
12 "publishConfig": {
13 "access": "public"
14 },
15 "main": "./lib/index.js",
16 "keywords": [
17 "babel-plugin"
18 ],
19 "dependencies": {
20 "@babel/helper-plugin-utils": "^7.22.5"
21 },
22 "peerDependencies": {
23 "@babel/core": "^7.0.0-0"
24 },
25 "devDependencies": {
26 "@babel/core": "^7.23.3"
27 },
28 "engines": {
29 "node": ">=6.9.0"
30 },
31 "author": "The Babel Team (https://babel.dev/team)",
32 "type": "commonjs"
33}
README recommends scoped package installation README.md · lines 5–19
5:73… .io/docs/babel-plugin-syntax-throw-expressions) for more information.
6
7## Install
⋯8 lines
16
17```sh
18yarn add @babel/plugin-syntax-throw-expressions --dev
19```
Sebastian McKenzie Babel copyright line LICENSE · lines 1–8
1MIT License
2
3Copyright (c) 2014-present Sebastian McKenzie and other contributors
4
5Permission is hereby granted, free of charge, to any person obtaining
6a copy of this software and associated documentation files (the
7"Software"), to deal in the Software without restriction, including
8without limitation the righ …

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.