Benign npm Download

@babel/plugin-transform-react-jsx-source 8.0.0-alpha.14

“Add a __source prop to all JSX Elements”

JavaScript source mapPackage from known org scope

Evidence

Package declares a runtime dependency package.json · lines 1–42
1{
2 "name": "@babel/plugin-transform-react-jsx-source",
3 "version": "8.0.0-alpha.14",
4 "description": "Add a __source prop to all JSX Elements",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel.git",
8 "directory": "packages/babel-plugin-transform-react-jsx-source"
9 },
10 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-react-jsx-source",
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": "^8.0.0-alpha.14"
21 },
⋯21 lines
Source map sourcesContent array index.js.map · line 1
1{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["/**\n * This adds {fileName, lineNumber, columnNumber} annotations to JSX tags.\n *\n * NOTE: lineNumber and columnNumber are b …
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 …
English function-word token "for" LICENSE · lines 17–19
17:45… D TO THE WARRANTIES OF
18MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE …
README recommends scoped package installation README.md · lines 12–19
⋯4 lines
16
17```sh
18yarn add @babel/plugin-transform-react-jsx-source --dev
19```

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.